Author Topic: Release 16.01 has arrived  (Read 26399 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Release 16.01 has arrived
« on: January 28, 2016, 11:29:22 am »
Many, many improvements, new plugins and features, more stable and major code completion enhancement, the new Code::Blocks release has finally arrived. Get it from the downloads section! A changelog summarises new features and fixes.

We provide binaries for the major platforms supported by Code::Blocks, with more to come in the next time.
« Last Edit: January 28, 2016, 02:23:47 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 MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Release 16.01 has arrived
« Reply #1 on: January 28, 2016, 09:11:06 pm »
OpenSuse packages have been added for:
  • OpenSUSE 13.1 : 32 and 64 bit
  • OpenSUSE 13.2 : 32 and 64 bit
  • OpenSUSE Leap 42 : 64 bit

Additional Windows versions added:
  • non-admin setup version
  • non-setup, but zipped version
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 MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Release 16.01 has arrived
« Reply #2 on: January 28, 2016, 10:12:45 pm »
For Windows, the pre-compiled wxWidgets, version 2.8.12 used to compile the release has been uploaded here. When opening a Code::Blocks project file it will usually ask you to define the root of the global compiler variable named "wx" which you simply point to the extracted folder from that archive.

Note that wxWidgets comes compiled in a shared,monolithic,release,unicode flavour, compiled like that:
mingw32-make -f makefile.gcc SHARED=1 MONOLITHIC=1 BUILD=release UNICODE=1 VENDOR=cb
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 MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Release 16.01 has arrived
« Reply #3 on: February 01, 2016, 09:31:18 pm »
Ubuntu package has been added

Additional Windows versions added:
  • compiler setup version, including GFortran additionally
  • non-setup, but zipped version, including the compiler
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