User forums > Nightly builds
The 30 October 2011 build (7550) 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 30 October 2011 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20111030_rev7550_win32.7z
- Linux :
none
Resolved Fixed:
* Added information about the SDK version to the Help->About dialog
* Fix an issue introduced with commit 7307, reported here: http://forums.codeblocks.org/index.php/topic,15023.msg101286.html#msg101286 and other threads
* compiler errors : instantiated from here : added ([0-9]+): could be this should be made optionale (aka 0 or 1 time) (let's see what happens)
* corrected last commit (7461), because it works with "old" info messages (just the line number), but shows the column as message with newer gcc-compilers; added compiler-warning and -error regexes for newer gcc-compilers (with line number and column)
* fix a bug (missing semicolon), that prevents output-parsing-regexes from being reset to defaults
* compiler-plugin: fix compiler-notes -regex for newer compilers, moved preprocessor-error-regex some lines down, so there is no collision with "new" compiler notes; see http://forums.codeblocks.org/index.php/topic,15306.msg102742.html#msg102742
* compiler-plugin: some changes to advancedcompileroptionsdlg.cpp, so deleting and resetting regexes should now work correctly
* CC: Fixed a deadlock in OnGotoDeclaration; Showing a modal dialog while holding a lock is a bad idea, because wx event can be sent and thus could cause a dead-lock (taking the lock from the same thread).
* implemented $REMOVE_QUOTES{} macro which removes quotes around certain (any) strings, usage: $REMOVE_QUOTES{"A STRING IN QUOTES"}
* doxyblocks-plugin: fix incorrect size of toolbar-icon, was 32x32 instead of 22x22
* a few build fixes for Windows project file related to GCC 4.6.x (strange that some of these didn't happen in 4.5.x)
* pumped (wx)Scintilla to v2.2.9 and merged relevant changes of wxSTC from wxWidgets trunk
* openfilelist: Implement correctly the OnRelease method
* add option to set wxLog::EnableLogging() to true via commandline; default is off.
* remove version-numbers from two xrc-files, to avoid warnings if additional debug-logging is turned on
* Autoversioning plugin: added comment and the correct message for last commit (7499): don't try to read from version.h, if autoversioning is not enabled, so we avoid error-messages if verbose logging is enabled
* several small fixes, mostly related to "make dist"
* Use gtk-notebook as default notebook on systems using wxGTK, so the notebook-tabs integrate more smooth into the systems theme
* cbAuiNotebbok: fix an issue, where the notebook tabs do not minimize the free space at the right side after reszing the tabcontrol
* fix an issue, where notebookstyle.cpp could not be build, if not either mousesap or codesnippets was also build; make use of gtk-notebooks configurable in automake-system (on as default); check that wxWidgets has at least revision 2.8.8
* Made 'Remove file' context menu item to consider the project tree selection, when generating the list of files to be removed
* sort the files for the active project at the top of the results in the 'Search->Goto file...' dialog
* codecompletion-plugin: added missing xrc-file to unix project
* applied patch by OllyDbg to center unction on screen on "show decl/impl"
* applied (modfied) patch by OllyDbg to take portabler setting for compiler into account when looking for GCC include directories
* CC: fix a parser problem on switch case statement, based on a patch by OllyDbg
* CC: updated parser test project to show (optionally) the internal SearchTree as XML structure
* compiler-plugin: if writing the HTML-buildlog, we need to replace "<", ">" and "&" with the correct HTML-tags to avoid conflicts (parts of output not shown correctly)
* compiler-plugin: add regexes to correctly recognize skipping of instantiation contexts as info and not as error (at the moment only for GNU GCC compiler); little format fix for compilergcc.cpp
* added new SDK event: cbEVT_COMPILE_FILE_REQUEST
* prepared compiler plugin accordingly to handle this event
* implemented drag & drop of multiple selections (items) in project tree - based on patch#3030 by codeman
* updated fortran lexer (thanks Darius) -> first part of a couple of patches of the FortranProject plugin
* added new SDK events "cbEVT_COMPLETE_CODE" and "cbEVT_SHOW_CALL_TIP" (thanks Darius) -> second part of a couple of patches of the FortranProject plugin
* added new Fortran file extensions (thanks Darius) -> third part of a couple of patches of the FortranProject plugin
* exposed new Fortran file extensions to scripting engine (thanks Darius) -> fourth part of a couple of patches of the FortranProject plugin
* made ToDo plugin to recognise Fortran comments (thanks Darius) -> fifth part of a couple of patches of the FortranProject plugin
* fixed a hug in ToDo list plugin with line endings (CR and LF were swapped)
* apply optimisation flags to compiler derived from intel fortran compiler (thanks Darius) -> sixth part of a couple of patches of the FortranProject plugin
* partial merge from debugger branch:
* added ability to specify whether an application should run in a terminal or not (as this has been requested several times now)
* functionality can be accessed via "select target" dialog
* fixed virtual folder not expanding on double click
Regressions/Confirmed/Annoying/Common bugs:
Jenna:
Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my repo.
Revision is svn7548, the later revisions are unrelated to trunk.
Dreamy:
Did Visual C++ 2010 support suddenly disappear or am I blind? I've installed 2010 and it worked just fine with previous nighty... Now it detects only MinGW...
*edit: attached screenshot
*edit2: wxsmith branch (unlike this one) recognized 2010 aswell (screenshot 2)
stefanos_:
I ran svn update, got the latest svn revision (7550), compiled it and sees it as 7548 for some reason.
It still crashes unexpectedly when you load GUI files of type .xrc while trying closing them by clicking x tab button.
I am under GNU / Linux Debian wheezy, using
the latest GCC: gcc (Debian 4.6.1-4) 4.6.1
wxGTK 2.8.12
To reproduce the code, I loaded Code::Blocks' code [codeblocks-unix.cbp], opened any find from Projects>Resources>SDK>resources.
Open any kind of .xrc file, preferably one that is big, use your mouse to move the scroller up and down.
Press the x button from tab. Voila! Just crashed...
Update: Just crashed in general and reported an xml file. I have attached it here and patiently waiting for your valuable reply.
Update of update: I ran it via terminal without & to watch every single step it follows and reproduced the crash.
I get this message now:
Text seems to be pure ASCII!
We use user specified encoding: Unicode 8 bit (UTF-8) (ID: 41)
Final encoding detected: Unicode 8 bit (UTF-8) (ID: 41)
stefanos_:
I have downloaded the latest revision (7550) under Windows (XP), compiled it and says that it's 7472.
I'm using:
TDM's GCC 4.6.1
wxMSW 2.8.10
If it's something with my code, please advice what to do.
Thanks
Navigation
[0] Message Index
[#] Next page
Go to full version