News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

The 14 April 2012 build (7932) is out.

Started by killerbot, April 14, 2012, 12:25:59 PM

Previous topic - Next topic

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 14 April 2012 build is out.
  - Windows :
   http://prdownload.berlios.de/codeblocks/CB_20120414_rev7932_win32.7z
  - Linux :
   none

Resolved Fixed:


Regressions/Confirmed/Annoying/Common bugs:




Jenna

Debian packages (binaries and sources) for 32-bit and 64-bit systems can be found in my repo.

cacb

I have tested the Windows release briefly under XP SP3. It works, but everything lags notably compared to the previous nightly I had installed (7452). I am using MSVC2008 compiler.

For example, I am just testing a small console program using boost. When using 7392 it takes 10 seconds before I see anything in the build log window (i.e. that no rebuild is required) after pressing the toolbar build button. With the old nightly (7452), the respons is immediate.

Even exiting 7392 takes notably longer.

I am really interested in the new release for Linux, due to the new debugger integration. I want to use the same nightlies under both OSes, but the lag issue on Windows is currently a problem.

ollydbg

Quote from: cacb on April 15, 2012, 07:03:45 PM
I have tested the Windows release briefly under XP SP3. It works, but everything lags notably compared to the previous nightly I had installed (7452). I am using MSVC2008 compiler.

For example, I am just testing a small console program using boost. When using 7392 it takes 10 seconds before I see anything in the build log window (i.e. that no rebuild is required) after pressing the toolbar build button. With the old nightly (7452), the respons is immediate.

Even exiting 7392 takes notably longer.

I am really interested in the new release for Linux, due to the new debugger integration. I want to use the same nightlies under both OSes, but the lag issue on Windows is currently a problem.

Rev7452 is too old, I'm not sure which branch did you use? the debugger branch nightly or the trunk? After that, many code changes have made to the debugger branch.We laso have many nightly build released, did you try those?
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

cacb

Quote from: ollydbg on April 16, 2012, 02:16:08 AM
Rev7452 is too old, I'm not sure which branch did you use? the debugger branch nightly or the trunk? After that, many code changes have made to the debugger branch.We laso have many nightly build released, did you try those?

I don't build CB myself, i simply download the nightlies as provided here. Usually, that is quite adequate (thanks guys...).

7452 as I used it is this one
http://forums.next.codeblocks.org/index.php/topic,15263.0.html

7452 is much faster on my XP machine, as explained.

nanyu

If didn't checked the "Enhanced multi-monitor dialog placement" , the "About" dialog will not shown at center of screen. why?


GrandCouillon

Hello,

I am under Ubuntu 11.10 64 bit using Jens's ppa.
I've noticed that after installing "libwxsmithlib0" (and all its dependencies) codeblocks is stucked and doesn't show up.
The process stays in the background.

Starting it from comand line displays the following :
=================================================
Initialize EditColourSet .....
Initialize EditColourSet: done.
Loading toolbar...
ReopenEditor: loaded
MouseSap: loaded
ToolsPlus: loaded
Autosave: loaded
Debugger: loaded
AutoVersioning: loaded
BYOGames: loaded
lib_finder: loaded
ProjectsImporter: loaded
Exporter: loaded
ClassWizard: loaded
EnvVars: loaded
HeaderFixup: loaded
CB_Koders: loaded
SpellChecker: loaded
NassiShneidermanPlugin: loaded
ToDoList: loaded
copystrings: loaded
wxSmith: loaded
wxSmithMime: loaded
FileManager: loaded
ScriptedWizard: loaded
CppCheck: loaded
AStylePlugin: loaded
Cscope: loaded
Cccc: loaded
wxSmithAui: loaded
SymTab: loaded
IncrementalSearch: loaded
CodeSnippets: loaded
Abbreviations: loaded
HexEditor: loaded
CodeCompletion: loaded
BrowseTracker: loaded
OpenFilesList: loaded
Profiler: loaded
DoxyBlocks: loaded
FilesExtensionHandler: loaded
wxSmithContribItems: loaded
HelpPlugin: loaded
RegExTestbed: loaded
Valgrind: loaded
ThreadSearch: loaded
EditorTweaks: loaded
cbDragScroll: loaded
cbKeyBinder: loaded
Compiler: loaded
CodeStat: loaded
ReopenEditor plugin activated
MouseSap plugin activated
ToolsPlus plugin activated
Autosave plugin activated
Debugger plugin activated
AutoVersioning plugin activated
BYO Games plugin activated

(codeblocks:8068): Gtk-WARNING **: gtk_widget_size_allocate(): attempt to allocate widget with width 18 and height -17
Library finder plugin activated
Foreign projects importer plugin activated
Source Exporter plugin activated
Class wizard plugin activated
Environment variables plugin activated
Header Fixup plugin activated
Koders query plugin activated
=================================================

After removing "libwxsmithlib0" all goes back to normal.
I don't know at which nightly this problem started to occur.

Thanks a lot for your work.

oBFusCATed

cacb: Can you try the nightlies after 7452 and then tell us which is the first one where you see the slowness?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

ollydbg

Quote from: nanyu on April 16, 2012, 08:29:05 AM
If didn't checked the "Enhanced multi-monitor dialog placement" , the "About" dialog will not shown at center of screen. why?
See this: 005516

We have discussed already, but I'm not quite sure other developer's option.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

MortenMacFly

Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

cacb

Quote from: oBFusCATed on April 16, 2012, 01:32:02 PM
cacb: Can you try the nightlies after 7452 and then tell us which is the first one where you see the slowness?

I'm on a different XP computer right now, although somewhat similar setup. Here I have 7789 installed with apparently no noticeable slowness. I.e. 7789 as found at http://forums.next.codeblocks.org/index.php/topic,15945.0.html

I'll try to backtrack from 7932 on the other computer to see if I can determine when the lag appears. Until later.

NilC

Same problem with lags, after rev 7918 and later (main brunch, not debugger brunch)
Platform: Win 7 Home Premium x64.

oBFusCATed

NilC:
What is the last nightly that has no lag?
Can you try the debugger's branch nightly from the same date?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

cacb

7932 has the lag
7925 appears to have the lag
7917 appears to have the lag
7452 no lag
7385 no lag


oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]