User forums > Nightly builds
The 07 November 2010 build (6840) 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_wx2810_gcc441.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://prdownload.berlios.de/codeblocks/mingwm10_gcc441.7z
The 07 November 2010 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20101107_rev6840_win32.7z
- Linux :
none
Resolved Fixed:
* Build system clean-up: Removed unnecessary automake files from sys, win32gui, wxwidgets project wizards.
* fix for a folding-bug, where the folded block stays hidden, if the folding-header (brace or whatever) was deleted (see here: http://forums.codeblocks.org/index.php/topic,13551.msg91270.html#msg91270 , and others).
* always have one free core of parallel builds
* wxSmith: avoid some build warning, e.g. "type attributes ignored after type is already defined"
* add option to remove variable prefix of the event handler function
* add wxEVT_SCI_TAB and wxEVT_SCI_ESC event handler, thank danselmi help!
* support strong enum parsing
* fix cpu range error: occured if the cpu-count is greater than sixteen
* apply patch for move abbreviations from core into a plugin (modify and improved), see: https://developer.berlios.de/patch/?func=detailpatch&patch_id=3068&group_id=5358
* add abbreviatons-plugin to automake-system on linux (and others); build fix (include-file names are case-sensitive on linux); fixed typo
* Abbreviatons-Plugin: fix bug, the keyword list box should be not sorted
* avoid possible crash when file modified by external tools
* improved cc search, moved all static variables to member variables, after switch parser, we should call init function again
* fixed sometimes 'goto implementation' doesn't work
* improved system header completion
* 'goto declaration' and 'goto implementation' will goto the token position now
* fixed wrong function parameter location records
* fixed 'find references' or 'rename symbol' failed of function parameter
* removed invalid copyright declare
* fixed crash while opened xpm files, and make xpm files can be parsed
* add svn:keywords for some new files
* applied patch by danselmi: Add ToDo menu item so that keybinder plugin can re-assign a shortcut
* improved function parameters parsing, support multi line parameter
* fixed bug: #010036, see https://developer.berlios.de/bugs/?func=detailbug&group_id=5358&bug_id=10036
* fixed mistake function parsing, e.g. "int i(8);", it should be variable, not function
* add "No such file or directory" rules to capture build error
* improved auto indent for "for/do/while/if..."
* fixed get stripped arguments failed when parsing Multi-line parameters
* add Token::GetFormattedArgs(), it will replaced from '\n' to '' for multi-line parameters
* add "--multiple-instance" program arguments
* Build system clean-up: Removed unnecessary automake files from ppc project wizard.
* Fixed: Crash candidate in CC plugin.
* Fixed: Crash candidate in cbstatusbar
* wx-2.9 migration: Build fixes.
* fixed the line number initialization error when use buffer parsing
* multiple-instance parameters fixed
* improved call tips, fixed sometimes can not show
* applied PCH fix patch by oBFusCATed
* rewritten NativeParser::GetCallTips, support multi-line call tips, fixed bug reported here: https://developer.berlios.de/bugs/?func=detailbug&group_id=5358&bug_id=9935
* support constructor call tips
* support shown template parameters in the Symbol Browser
* add "__cpluscplus" predefined macro for C++ project
* add "Build options" tab page, for solved too high of the option dialog
* some default size improved for small display
* improved ThreadSearch layout, making it more compact
* splitting "General settings" to "Editor settings" and "Other settings" by wxNotebook
* re-layout CodeCompletion-Plugin config dialog
* ThreadSearch: avoid the error dialog interaction, to direct log output
* improved to get destructor function under cursor
* special handle destructor function for 'Goto declaration' and 'Goto implementation'
* special handle constructor function for 'Goto declaration' and 'Goto implementation'
* improved real-time reparsing
* when create a variable with an invalid content, give a choice for the user
* add "Token::GetStrippedArgs()" for remove default value, improved function implementation
* build option fix
* fix auto indent error, reported here: http://forums.codeblocks.org/index.php/topic,13548.msg91682.html#msg91682
* support function overload parsing
* fix: after moving abbreviations into a plugin, the plugin was missing in debian install files
* special handle function overloading for 'Goto declaration' and 'Goto implementation'
* bug fix for function overloading
* compatible with the latest version of the wxSmith
* add "*.bmarks" to ignore list, add ".objs, devel, output" to ignore list of "src"
* auto find the references after rename symbol
* update deleted pages in project options
* apply patch #003038 to support open file's containing folder, see: http://forums.codeblocks.org/index.php/topic,12983.0.html
* avoid possible crash
* wxSmith: strip trailing blanks when flush to file
* fine-tuning interface layout of "Other settings"
* making open containing folder can be configurable of the commands
* fixed big title info can not setting background color, and center align on Linux, avoid the issue record here: http://wiki.wxwidgets.org/WxStaticText
* fixed big title info for "Compiler and debugger settings"
* fine-tuning configure dialog interface for "Code-Completion" plugin
* DoxyBlocks-plugin: make generated comments undoable in one step
Regressions/Confirmed/Annoying/Common bugs:
Jenna:
Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my repo.
Max:
Any chance to have a nightly of the debugger branch?
Max
Folco:
When executing a make uninstall, some folders remain :
/usr/local/share/codeblocks/ (with folders inside)
/usr/local/include/[codeblocks | wxsmith | wxSmithContribItems]/
/usr/local/lib/[codeblocks | wxSmithContribItems]
$(HOME)/.codeblocks isn't removed, perhaps this is the expected result ?
But for folders in /usr/loca, this is normal ?
(all this is true for svn 6838, currently compiling 6840).
sandford:
Could someone expand on the bullet point: "always have one free core of parallel builds". Does this mean that even if I manually specify C::B to use one thread per core, it will only use N-1 cores? Or does this only apply to the default parallel build settings?
Navigation
[0] Message Index
[#] Next page
Go to full version