User forums > Nightly builds
The 11 February 2012 build (7789) 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 11 February 2012 build is out.
- Windows :
http://prdownload.berlios.de/codeblocks/CB_20120211_rev7789_win32.7z
- Linux :
none
Resolved Fixed:
* added batch build files for build and re-build of core and plugins (Windows only atm)
* BrowseTracker - JumpTracker:record deactivated position rather than activated position
* adjust SDCC's options
* do not connect events to dummy editor (used to backup foldstate), avoid moving breakpoints after the end of the file and probably other issues
* linux: fix build-errors with automake-system, if "make dist" was not used from C::B's root-folder
* Fixed: bug discussed here: http://forums.codeblocks.org/index.php/topic,15847.0.html
* applied patch #3226 and extended part list with devices supported by gcc-4.5.3
* attempt to make KEY_DOWN work in management pane
* CC: made some of the options persist again
* CC: added support for __attribute__ statements in structs (classes, typedefs)
* CC: better handle const and volatile in front of namespaces (classes)
* CC: major re-factoring to separate hidden classes and global hidden methods (using separate files and/or namespaces)
* Fixed: Compilation of CodeSnippets with wxWidgets-2.8.12
* added new cbEditor API to jump to specific line/token (preparation to remove global function from CC)
* CC: renamed some token variabes to make clear what there are for
* CC: overworked parsertest massively to parse files serialised but creating ONE TokensTree (not many temporary)
* CC: major refactoring to allow the use of the CCDEebugInfo dialog in ParserTest project (via menu -> find -> token)
* CC: optmised ParserTest application to make use of a file queue (enables to parse files serialised and added in between)
* CC: ParserTest allows to scan priority files first (if needed, handle with care -> can take long!)
* made About dialog work properly (i.e. not crash) under wx 2.9.x
* cbProject: fixed possible crash candidate in CloseAllFiles (most likely on shutdown)
* Fixed: Compilation warnings with -Woverloaded-virtual switch
* CC: made ParserTest "reload" work again
* CC: optimised and clarified interface to "SkipToOneOfChars" in parser thread
* help-plugin: fix annoying occasionally happening crash on shutdown ("double free or corruption" or "corrupted double-linked list"), due to linking against static-libs, that are already linked in through libcodeblocks.so (linux only); style changes
* CC again: major refactoring concerning lockers
* CC: extracted more classes so they can be used/tested in ParserTest (automake updated)
* CC: fixed entering a critical section too often in class browser
* removed wx 2.4.x compatibility artefacts (C::B does not compile on wx 2.4.x anyways anymore...)
* wxWidgets 2.9 related changes: add unix-project-file and update-script; small build-fixes; (hopefully) get rid of the annoying crash on close, due to event-handlers
* cclogger: updated CC macros to enable simply assert mode
* Prevent crash on exit due to referencing unallocated memory from wxArray::Remove (courtesy of Pecan)
* CC: fix a build error when CC_ENABLE_LOCKER_ASSERT is defined
* CC: fixed a hang on CC, reported here: http://forums.codeblocks.org/index.php/topic,15885.msg107044.html#msg107044
* CC: separated CCTreeControl into own file
* CC: use Mutex instead of critical section for Parser, as it can be traced to a deadlock! (wxCriticalSection just freezes)
* CC: separated locker macros, so that individual mutexes can be traced
* Show an InfoWindow, when the end of the document is reached, while using the Search->Find function;
* add missing cctrectrl.{cpp,h} to linux projectfile, add cctrectrl.h to windows projectfile
* speed up closing large project; (hopefully) finally fix a crash on close, that occurs from time to time, see: http://forums.codeblocks.org/index.php/topic,15901.msg107140.html#msg107140 and http://forums.codeblocks.org/index.php/topic,15882.msg107033.html#msg107033
* CC: pause / resume thread for safety if class browser is updated, so the thread cannot be interrupted anymore
* CC: send event from class browser thread to parent (class browser) if something relevant changes
* Valgrind plugin : replace macros
* CC-plugin: avoid possible infinite wait, if cc-plugin should be disabled, by adding a termination request; avoid possible memory-violation in UpdateLayout, if classbrowser is floating
* envvars plugin: fixed bug described here: http://forums.codeblocks.org/index.php/topic,15926.msg107296.html#msg107296
* CC: updated parsertest to be way faster and show progress of tokens added
Regressions/Confirmed/Annoying/Common bugs:
Jenna:
Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my repo.
neo1691:
I changed the presprectives twice and got this!!
I restarted Code Blocks and it worked fine.. Still thought of reporting
oBFusCATed:
Can you reproduce this problem after you've restarted C::B?
neo1691:
--- Quote from: oBFusCATed on February 14, 2012, 07:48:45 pm ---Can you reproduce this problem after you've restarted C::B?
--- End quote ---
Thats the wonder. It never happened again as of yet!!
Navigation
[0] Message Index
[#] Next page
Go to full version