Author Topic: The 30 October 2011 build (7550) WXSMITH BRANCH version is out.  (Read 15025 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 30 October 2011 build (7550) WXSMITH BRANCH version is out.
« on: October 30, 2011, 08:55:53 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml

Before you use a nightly make sure you understand how it works.

A link to the unicode windows wxWidget dll for Code::Blocks : http://prdownload.berlios.de/codeblocks/wxmsw28u_gcc_cb_wx2812_gcc452-TDM.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc452-TDM.7z

The 30 October 2011 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20111030_rev7550_WXSMITH_BRANCH_win32.7z
  - Linux :
   none

* all updates that occurred on trunk
* several changes related to wxSmith plug-in

THIS IS A SPECIAL TEST BUILD OF REFACTORINGS CARRIED OUT ON THE WXSMITH BRANCH IN OUR SVN.
FOCUS IS ON ENHANCED WXSMITH PLUG-IN USABILITY.

Give your feedback on this version only in this thread, don't mix it with the regular nightly please. If you feel it is however not
related to the wxsmith functionality itself, then it might be better to report it the corresponding regular nightly build thread.

Once we don't have any blockers on this version,we will merge the changes into trunk and it will be part of the regular nightlies.

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: The 30 October 2011 build (7550) WXSMITH BRANCH version is out.
« Reply #1 on: October 31, 2011, 11:11:14 pm »
Out of curiosity, have their been any major changes in this branch (in comparison to the trunk), or has it just started?

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 30 October 2011 build (7550) WXSMITH BRANCH version is out.
« Reply #2 on: November 01, 2011, 08:20:48 am »
Out of curiosity, have their been any major changes in this branch (in comparison to the trunk), or has it just started?
This is not a new branch, major changes are the addition of several wxSmith addons.
wxSmith branch = trunk + new wxSmith addons + features.
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

Offline Alpha

  • Developer
  • Lives here!
  • *****
  • Posts: 1513
Re: The 30 October 2011 build (7550) WXSMITH BRANCH version is out.
« Reply #3 on: November 01, 2011, 10:54:23 pm »
Thanks; I have browsed deeper into the SVN repository and found it :).  (I had been under the impression that most of these changes had been merged into the trunk, but I guess I was wrong.)

Offline ollydbg

  • Developer
  • Lives here!
  • *****
  • Posts: 5910
  • OpenCV and Robotics
    • Chinese OpenCV forum moderator
Re: The 30 October 2011 build (7550) WXSMITH BRANCH version is out.
« Reply #4 on: January 07, 2012, 03:28:56 am »
One issue:
When I place a LCDclock from KWIC, and I found that the default digits number is 6, this does not show time correctly(the hour field was cropped). Changing to 8 works fine.

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.