User forums > Nightly builds

The 01 February 2014 build (9619) is out.

(1/2) > >>

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_gcc481-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_gcc481-TDM.7z

The 01 Feb 2014 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20140201_rev9619_win32.7z
  - Linux :
   none

Resolved Fixed:


* allow to clean a single object file within a project tree from project manager
* CC: Remove the :: at the end of classes/enums/namespaces in the CC toolbar
* CC: fix a bug in the one parser for the whole workspace mode. When a workspace contains many projects, if a project's files were already parsed by previous projects and the macros string is empty, then this project don't actually assign a parsing task to the thread pool, thus there is not ParserEnd event emitted, so we have no way to start parsing for the next project. The general logic are below:
1, Thread task pool done -> Send event to Parser object
2, Parser::OnAllThreadsDone(CodeBlocksEvent& event) -> Send a Parser End event
3, NativeParser::OnParserEnd -> m_TimerParsingOneByOne.Start(500, wxTIMER_ONE_SHOT);
4, NativeParser::OnParsingOneByOneTimer -> AddProjectToParser(projs->Item(i)); (parse the next project)
I simply let the AddProjectToParser() function return a boolean, if it is false, we try to parse the next project. The discussion can be found in http://forums.codeblocks.org/index.php/topic,18836.0.html
Regressions/Confirmed/Annoying/Common bugs:


xawari:
Let's check it out...

Feels faster than november build (haven't tested january build).

jeffsturmann:
I had a problem with the arrow keys and space bar (the keys weren´t responding) in the previsous night build. (Windows 8 Pro)
I don´t know if it was reported or it´s already fixed. This build had fixed some issue envolving keyboard?

Jenna:
As usual (and most of the time updated more frequently):

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 (fc18, fc19, fc20 and rawhide) and RedHat/CentOS 5 and 6 packages (also 32-bit and 64-bit) can be found in my rpm-repo .

Debian packages are still compiling, but will be available soon.

Xaviou:
Hi

There is a "wxmsw28u_gcc_cb.dll" file in the Code::Blocks archive.
It has exactly the same size than the one we obtain by the specific download link, but their MD5 checksums are differents.

Code::Blocks seems to be working fine with both these files, so it is not really a problem, but I wanted to report this anyway.

Regards
Xav'

Navigation

[0] Message Index

[#] Next page

Go to full version