Code::Blocks
From Wikipedia, the free encyclopedia
This article does not cite any references or sources. (June 2008) Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed. |
This article lacks information on the notability of the subject matter. Please help improve this article by providing context for a general audience, especially in the lead section. (February 2008) |
Code::Blocks | |
---|---|
Developed by | The Code::Blocks team |
Latest release | 8.02 / February 28, 2008 |
Preview release | nightly builds |
Written in | C++ |
OS | Cross-platform |
Development status | Active |
Genre | IDE |
License | GNU GPL |
Website | http://www.codeblocks.org |
Code::Blocks is a free/open source, cross platform IDE. It is developed in C++ using wxWidgets as the GUI toolkit. Using a plugin architecture, its capabilities and features are defined by the provided plugins. Currently, Code::Blocks is oriented towards C/C++.
Code::Blocks is being developed for Windows, Linux, and Mac OS X. Users have successfully built Code::Blocks under FreeBSD[1].
The latest version, Code::Blocks 8.02, was released on February 28th, 2008.
Contents |
[edit] History
After releasing two release candidate versions, 1.0rc1 on July 25, 2005 and 1.0rc2 on October 25, 2005, instead of making a final release, the project developers started adding many new features, with the final release being repeatedly postponed. Instead, there were binary packages of the latest SVN version made available on a daily basis, called "nightly builds". These were supported better than the latest official 1.0rc2 release. While this approach provided users with bleeding-edge improvements and allowed developers to get constant feedback, it created an outside illusion that the project was stagnant (because no new releases have been made).
The first stable release was finally made on February 28, 2008, with the version number changed to 8.02. The versioning scheme was changed to that of Ubuntu, with the major and minor number representing the year and month of the release.
Jennic Ltd. distributes a version Code::Blocks customized to work with its microcontrollers [2].
[edit] Features
Code::Blocks supports multiple compilers, including MinGW / GCC, Digital Mars, Microsoft Visual C++, Borland C++, Watcom and the Intel C++ compiler. Although the IDE was designed for the C++ language, there is some support for compilers of other languages, including GNU Fortran, Digital Mars D and GNU GDC.
The IDE features syntax highlighting and code folding through the use of the Scintilla editor component, C++ code completion and class browser, an integrated to-do list, and a closely integrated debugger frontend which supports GDB and, to some extent, Microsoft CDB. There is also an integrated rapid application development plugin for the wxWidgets toolkit, called wxSmith.
Some of Code::Blocks' features are targeted at users migrating from other IDEs - these include Dev-C++ and Microsoft Visual C++ project import, and Dev-C++ Devpak support.
Code::Blocks uses a custom build system, which stores its information in XML-based project files, but can optionally use external makefiles, which simplifies interfacing with projects using the GNU and Trolltech's qmake build systems.