Author Topic: The 26 april 2006 build is out.  (Read 10949 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
The 26 april 2006 build is out.
« on: April 26, 2006, 08:10:26 pm »
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
A link to the unicode windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26u_gcc_cb.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://download.berlios.de/codeblocks/mingwm10.7z

For support of ansi builds, a link to the ansi windows wxWidget dll for Code::Blocks : http://download.berlios.de/codeblocks/wxmsw26_gcc_cb.7z

The 26 April 2006 build is out.
  - Windows : http://download.berlios.de/codeblocks/CB_20060426_rev2387_win32.7z
  - Linux :
         http://download.berlios.de/codeblocks/CB_20060426_rev2387_ubuntu.deb
         http://download.berlios.de/codeblocks/CB_20060426_rev2387_fc4+5.rpm

Resolved Fixed:

  • Bug #6952
  • DragScroll v0.23 Added test to honor MSW mouse events only if main CB window has focus
  • Turkish language hack II
  • Use ISO 8601 format for revision date
  • CompilerFactory object exposed to scripts: IsValidCompilerID(), GetCompilerIndex() and GetDefaultCompilerID()
  • Added CompilerFactory::IsValidCompilerID() and CompilerFactory::GetCompilerByName()
  • Compiler selection page is no longer mandatory in project wizard scripts
  • Changed signature of Wizard.AddCompilerPage() script function to make it more versatile. Check comments in console/wizard.script
  • minor include/const clean up
  • profiler : cbMessageBox return value fix

Regressions/Confirmed/Annoying/Common bugs:

  • toolbar-images-not-changing-state (is a wx problem/Win XP problem)
  • there are several issues with Code Completion (is being redesigned : work in progress)

« Last Edit: April 27, 2006, 11:53:21 pm by killerbot »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: The 26 april 2006 build is out.
« Reply #1 on: April 26, 2006, 08:13:25 pm »
  • Bug #6952
Just out of interest: What was this? The bugs numbers at BerliOS are not high?!
With regards, Morten.

Edit: Nevermind, I found the WebSVN compare function... ;-)
« Last Edit: April 26, 2006, 08:16:25 pm by MortenMacFly »
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline PsYhLo

  • Almost regular
  • **
  • Posts: 157
Re: The 26 april 2006 build is out.
« Reply #2 on: April 26, 2006, 08:22:36 pm »
  • Use ISO 8601 format for revision date

Doesn't work for me
look at the image

no time and date are show

sorry for my poor englisg

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 26 april 2006 build is out.
« Reply #3 on: April 26, 2006, 08:30:56 pm »
Quote
Doesn't work for me
look at the image

no time and date are show
It works as expected.
There is no revision date in the nightly build because of Lieven's setup (needs svn in path).
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 26 april 2006 build is out.
« Reply #4 on: April 26, 2006, 08:53:11 pm »
Thomas,

was just going to PM you about this :
-------------- Build: sdk in Code::Blocks ---------------
Running target pre-build steps
tools/autorevision/autorevision +wx +int +t . sdk/autorevision.h
'svn' is not recognized as an internal or external command,
operable program or batch file.
Precompiling header: sdk\sdk_precomp.h
Compiling: sdk\as\bindings\const_bindings.cpp


seems I know the answer now.

Correct ??


EDIT: in the about box I do have a time stamp ?
« Last Edit: April 26, 2006, 08:56:35 pm by killerbot »

reekingofrandomness

  • Guest
Re: The 26 april 2006 build is out.
« Reply #5 on: April 26, 2006, 10:50:01 pm »
 :cry: I canne get the download to work. it says the connection timed out :(

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: The 26 april 2006 build is out.
« Reply #6 on: April 26, 2006, 10:55:54 pm »
Lieven, I should have told you about it, but forgot, sorry.  8)

The timestamp in the about box is the compile time of dlgabout.cpp, the date/time displayed on the "start here" page is the date of the last commit which refers to the svn revision shown.

We could change the timestamp in the about box too, but I thought actually why not leave it. It is not a disadvantage to have a compile time too, when releasing a file.

Regarding the time/date on the "start here" page, this is a value which is now generated from autorevision, too. The tool tries to query svn for the revision number and last commit time, rather than reading in the entries file, which is kind of an ugly hack (although it works).
Since people had issues with the build date displayed not being accurate, I removed it alltogether and introduced the commit time instead (which is a much more authorative date, anyway).

However, I felt somewhat reluctant to add more of a hack to the code to extract the commit date from the entries file, so svn is queried now as a "clean" solution.
Reading the entries file wouldn't be so bad if you could use tinyXML for that job, but the document is not well-formed... *cough*

If calling svn fails for whatever reason, the old code that reads in the raw file is used, but it only extracts the revision number. :)
« Last Edit: April 26, 2006, 10:57:33 pm by thomas »
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 26 april 2006 build is out.
« Reply #7 on: April 26, 2006, 11:44:34 pm »
:cry: I canne get the download to work. it says the connection timed out :(

Yes... It seems that berlios is down for the moment.
Try again a little later..