User forums > Nightly builds

The 02 August 2014 build (9854) is out.

(1/4) > >>

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://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw28u_gcc_cb_wx2812_gcc481-TDM.7z

For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/mingwm10_gcc481-TDM.7z

The 02 August 2014 build is out.
  - Windows :
   http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2014/CB_20140802_rev9854_win32.7z
  - Linux :
   none

Resolved Fixed:


* compiler: resolve bug 19021, new compiler flags created from the per-project settings dlg are not saved to running memory
See http://forums.codeblocks.org/index.php/topic,18019.0.html
* CC: apply patch by Huki. In DoParse(), when parsing "else" we try to eat the arguments. It breaks support for "else-if" (we will end up eating the "if"), and anyway there is no need to skip anything after "else". See details in http://forums.codeblocks.org/index.php/topic,18315.msg132594.html#msg132594.
* CC: apply patch by Huki. Don't skip successive opening or closing brackets, see details in http://forums.codeblocks.org/index.php/topic,18315.msg132594.html#msg132594.
* CC: remove the last parameter of Parser::Parse() function. It was the LoaderBase pointer, but this argument is always set as nullptr, otherwise, it will report a memory leak problem. The loader must be allocated in the Parse() function, and later deleted in ParserThread::InitTokenizer() function.
* make the menu entries normal items (were check items which was wrong)
* SmartIndentHDL: do correctly unindent "end function" and "end procedure".
* compiler: add support for the soft CPUs lm32, lm8 and zpu
* compiler: rate limit build message column auto fit frequency to reduce excessive overhead when builds produce thousands of messages
* CC: call SmartIndentPlugin->OnCCDone() when CC is done
* SmartIndentHDL: tidy up formating when CC finished
Regressions/Confirmed/Annoying/Common bugs:


killerbot:
be patient, there were upload issues .... Fixed.

ToApolytoXaos:
The parser issue with header files still exists; if you create a new header file and try to include any header file, it won't suggest anything at all, neither header file names nor C++ keyword tags; only the current header's name.

Jenna:
As usual:

Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my debian-repo.
Fedora packages (binaries and sources) for 32-bit and 64-bit systems (fc19, fc20 and rawhide) and RedHat/CentOS 5 and 6 packages (also 32-bit and 64-bit) can be found in my rpm-repo .

shurick:
Packages for openSUSE (binaries and sources) for 32-bit and 64-bit.

Navigation

[0] Message Index

[#] Next page

Go to full version