User forums > Nightly builds
The 03 June 2012 build (8024) is out.
killerbot:
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 03 June 2012 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20120603_rev8024_win32.7z
- Linux :
none
Resolved Fixed:
* compiler: Switched full command line logging to be the default option for all compilers
* compiler/todo: Fixed some crashes when the compiler and todo plugins get unloaded/loaded/unloaded. See http://forums.codeblocks.org/index.php/topic,16270.0.html and http://forums.codeblocks.org/index.php/topic,16269.0.html
* applied patch by daniloz to auto-generate ZIPs also for core plugins
* added "C++ " and H++" extensions to file filters and scipting
* cbStatusBar updates / refinements, some slipped already in with last commit
* changed the time the cbEVT_EDITOR_ACTIVATED event is sent, this allows to obtain the associated project and does no harm
* cppcheck: make use of new file filter for C++
* compiler messages: avoid assertion in debug build on shutdown (in addition to r7968)
* allow sorting in find dialog (applied modified patch by Fnar, see here: http://forums.codeblocks.org/index.php/topic,15919.msg107262.html)
* applied patch by Pecan to fix error in find in files dialog, see here: http://forums.codeblocks.org/index.php/topic,16278.0.html
* applied patch #3282 by alpha0010 to fix auto-indent with CR line endings
* applied patch #3281 by ziss_dm for a slight correction for the EditorColourSet::GetLanguageForFile to allow filemasks
* fix calculation of relativeToCommonTopLevelPath in cbproject.cpp; fixes issue described here: http://forums.codeblocks.org/index.php/topic,16322.msg110516.html#msg110516
* build-fix: remove remaining initialisation of no longer existant progressbar-variable
* help-plugin (linux): make it compilable from separate build-folders, if no development files for bzip2 or zlib are installed
* CC: Fix a bug when parsing some kind of buffer like "const ALib::CommandLine & cmd", the tailing space should be preserved in m_Str. See more details on http://forums.codeblocks.org/index.php/topic,16361.msg110868.html#msg110868
* pumped ASTYLE plugin to astyle v2.03, see here: http://forums.codeblocks.org/index.php/topic,15745.msg108900.html
* EditorTweaks plugin: add option to configure maximum of store aligner items
* applied patch by daniloz to fix bug described here: http://forums.codeblocks.org/index.php/topic,14517.0.html
* CppCheck : save xml file so it can be processed by CI systems like jenkins
* applied (modified) patch 2748 (thanks raybert) : active project no longer stored in workspace but in dedicated layout file for the workspace, and preferred target concept
* debugger: Modified wxPropGrid to call OnExpand/OnCollapse when the left/right arrow keys are used.
This fixes a bug in the Watches window not calling OnExpand/OnCollapse for the watch, thus breaking the gdb/mi debugger
* debugger: Made it possible to add data breakpoint from the watches window (right click on a watch -> add data breakpoint)
* debugger: Adding a watch from the context menu must show the Watches window
Regressions/Confirmed/Annoying/Common bugs:
zabzonk:
Thanks guys.
--- Quote ---full command line logging to be the default option
--- End quote ---
This freaked me out a bit when I first built a project with this nightly, but I think it's probably a good idea. But maybe that means that the logging window should be horizontally scrollable, so that long command lines (which mostly you don't care about) don't wrap and thus obscure the build progress?
stefanos_:
Compiled it myself and seems that this old issue reappeared but with gdb; it does not respect any breakpoint at all:
http://forums.codeblocks.org/index.php?topic=11301.45
I get this message:
--- Code: ---Debugger name and version: GNU gdb (GDB) 7.4.1-debian
Error in re-setting breakpoint 2: Function "/home/stefanos/Projects/ANSI C++/GeneralCode/main.cpp:26" not defined.
[Inferior 1 (process 326) exited normally]
Debugger finished with status 0
--- End code ---
I use
--- Code: ---gcc 4.6.3 Linux/unicode - 32 bit
Debian wheezy
--- End code ---
Partially off the subject: I visited this link Code::Blocks Bug Page and I tried to sort the bug list based on date from oldest to newest open ticket. For some reason it does not work. Can anyone fix this if plausible please?
ollydbg:
--- Quote from: stefanos_ on June 03, 2012, 10:00:00 pm ---Compiled it myself and seems that this old issue reappeared but with gdb; it does not respect any breakpoint at all:
http://forums.codeblocks.org/index.php?topic=11301.45
I get this message:
--- Code: ---Debugger name and version: GNU gdb (GDB) 7.4.1-debian
Error in re-setting breakpoint 2: Function "/home/stefanos/Projects/ANSI C++/GeneralCode/main.cpp:26" not defined.
[Inferior 1 (process 326) exited normally]
Debugger finished with status 0
--- End code ---
--- End quote ---
Can you try the same gdb session under command line?
I'm not sure this but is related to that one.
oBFusCATed:
--- Quote from: stefanos_ on June 03, 2012, 10:00:00 pm ---Compiled it myself and seems that this old issue reappeared but with gdb; it does not respect any breakpoint at all:
--- End quote ---
This is your problem: http://wiki.codeblocks.org/index.php?title=Debugging_with_Code::Blocks#Path_with_spaces
Navigation
[0] Message Index
[#] Next page
Go to full version