Author Topic: The 01 February 2014 build (9619) is out.  (Read 19849 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 01 February 2014 build (9619) is out.
« on: February 01, 2014, 06:52:10 pm »
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:



    Offline xawari

    • Multiple posting newcomer
    • *
    • Posts: 36
    • programming, usability ctrl
      • welcome to reality
    Re: The 01 February 2014 build (9619) is out.
    « Reply #1 on: February 01, 2014, 07:56:05 pm »
    Let's check it out...

    Feels faster than november build (haven't tested january build).
    ┌──────────────────────────────────────────────────────╖
    in another thousand years we'll be machines or gods█
    ╘══════════════════════════════════════════════════════╝

    Offline jeffsturmann

    • Single posting newcomer
    • *
    • Posts: 5
    Re: The 01 February 2014 build (9619) is out.
    « Reply #2 on: February 01, 2014, 11:13:08 pm »
    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?

    Offline Jenna

    • Administrator
    • Lives here!
    • *****
    • Posts: 7255
    Re: The 01 February 2014 build (9619) is out.
    « Reply #3 on: February 01, 2014, 11:19:20 pm »
    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.
    « Last Edit: February 01, 2014, 11:54:37 pm by jens »

    Offline Xaviou

    • Regular
    • ***
    • Posts: 403
      • X@v's wxStuff
    Re: The 01 February 2014 build (9619) is out.
    « Reply #4 on: February 01, 2014, 11:53:52 pm »
    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'
    The french wxWidgets site : http://www.wxdev.fr
    My wxWidgets's stuff : https://wxstuff.xaviou.fr/

    Offline dmoore

    • Developer
    • Lives here!
    • *****
    • Posts: 1576
    Re: The 01 February 2014 build (9619) is out.
    « Reply #5 on: February 02, 2014, 01:54:27 am »
    Ubuntu packages for my codeblocks-nightly PPA are building (see the link in my sig)
    « Last Edit: February 02, 2014, 02:32:35 pm by dmoore »

    Offline shurick

    • Multiple posting newcomer
    • *
    • Posts: 35
    Re: The 01 February 2014 build (9619) is out.
    « Reply #6 on: February 02, 2014, 07:00:53 am »
    Packages for openSUSE 12.2 - 13.1 (binaries and sources) for 32-bit and 64-bit.
    Packages for openSUSE http://codeblocks.esy.es  (binaries and sources) for 32-bit and 64-bit.