Author Topic: The 11 February 2012 build (7789) is out.  (Read 77832 times)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5913
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 11 February 2012 build (7789) is out.
« Reply #45 on: April 04, 2012, 08:18:49 am »
Oh, I found a typo in the log message. The "log" should be "logic", can it be fixed? (svn: change log message does not work).
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 11 February 2012 build (7789) is out.
« Reply #46 on: April 04, 2012, 10:19:12 pm »
Oh, I found a typo in the log message. The "log" should be "logic", can it be fixed? (svn: change log message does not work).
As Yiannis didn't find the time to implement this yet, no. :-(
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ