summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraCodeBlocksGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-INCLUDE_DIRECTORIES-multiconfig'David Cole2012-10-171-1/+3
|\
| * Fix config-specific INCLUDE_DIRECTORIES in multi-config generatorsStephen Kelly2012-10-171-1/+3
* | Fix regression: write compile definitions if anyPeter Kümmel2012-10-111-1/+1
|/
* Port remaining code to GetCompileDefinitions().Stephen Kelly2012-09-211-4/+7
* Fix indentation in the code blocks generator.Stephen Kelly2012-09-211-43/+41
* Move GetIncludeDirectories to cmGeneratorTarget.Stephen Kelly2012-09-191-1/+3
* Ninja: enable ninja support everywherePeter Kümmel2012-07-201-2/+0
* Merge topic 'OBJECTLibrariesInCodeBlocks'David Cole2012-04-251-2/+41
|\
| * CodeBlocks: improve support for OBJECT librariesAlex Neundorf2012-04-091-2/+28
| * -fix #13081: support OBJECT libraries in CodeBlocks/QtCreator projectsAlex Neundorf2012-03-311-2/+15
* | Ninja: enable Ninja for CodeBlocksPeter Kuemmel2012-04-071-0/+3
|/
* Merge topic 'target-include-directories'David Cole2012-03-081-5/+6
|\
| * Extract and use the INCLUDE_DIRECTORIES target properties.Stephen Kelly2012-02-221-5/+6
* | Factor cmInstallType out of cmTarget::TargetTypeBrad King2012-02-271-4/+0
|/
* Merge topic 'CodeBlocks-quoting'David Cole2011-10-111-1/+3
|\
| * Fix XML safety issue with adding preprocessor defines in CodeBlocks project.Clinton Stimpson2011-10-051-1/+3
* | Merge topic 'CodeBlocksIncludeDirsAndDefines'David Cole2011-08-021-0/+54
|\ \
| * | Also put builtin include dirs into CodeBlocks project fileAlex Neundorf2011-08-011-0/+38
| |/
| * Patch by Campbell Barton: puts definitions into C::B project fileAlex Neundorf2011-07-291-0/+16
* | Don't put files from CMAKE_ROOT into CodeBlocks projects (#12110)Alex Neundorf2011-07-291-0/+7
|/
* Also add the SOURCES from add_custom_target() to CodeBlocks projects (#11736)Alex Neundorf2011-02-131-0/+7
* Don't disable colors in the CodeBlocks generator and minor cleanup.Alex Neundorf2010-11-111-9/+0
* Don't enforce VERBOSE makefiles for the CodeBlocks generatorAlex Neundorf2010-11-111-1/+3
* Remove trailing whitespaceAlex Neundorf2010-11-111-37/+37
* CodeBlocks Generator: Do not omit files in the project file listing.Alex Neundorf2010-10-051-4/+0
* Default to gcc as the compiler.Bill Hoffman2010-03-151-2/+2
* -make paths with spaces work in the CodeBlocks generator with MinGW (#10014)Alexander Neundorf2010-01-241-6/+10
* make testing the CodeBlocks and Eclipse generators easier by not requiring th...Alexander Neundorf2009-10-201-2/+7
* fix line lengthAlexander Neundorf2009-10-131-1/+2
* fix indentationAlexander Neundorf2009-10-121-75/+74
* fix #9687Alexander Neundorf2009-10-121-4/+12
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-18/+12
* Fix bug #9529.Alexander Neundorf2009-09-261-2/+23
* As in the Eclipse generator: don't insert the edit_cache target if it is ccma...Alexander Neundorf2009-09-101-1/+18
* Improve the algorithm which skips targets so they are not added to the codebl...Alexander Neundorf2009-09-061-47/+16
* ENH: get the build type specific locationAlexander Neundorf2009-07-071-1/+2
* COMP: don't use vector::at(), this doesn't seem to exist everyhwereAlexander Neundorf2009-06-291-2/+2
* ENH: create a "Virtual Folder" in CodeBlocks, which contains all the cmakeAlexander Neundorf2009-06-281-0/+192
* ENH: also support nmake and msvc for use with CodeBlocks under Windows,Alexander Neundorf2009-06-281-2/+2
* ENH: only check for the existance of a header file if:Alexander Neundorf2009-03-101-11/+55
* ENH: automatically add headers of implementation file to the codeblocks proje...Alexander Neundorf2009-03-081-4/+36
* BUG: fix #8203: codeblocks + mingw doesn't like the extra quotes around theAlexander Neundorf2009-01-091-0/+7
* STYLE: remove some commented codeAlexander Neundorf2008-08-161-13/+2
* STYLE: move the code for generating the XML for one target in a separateAlexander Neundorf2007-11-251-52/+78
* ENH: also add the experimental, nightly, package_source, preinstall andAlexander Neundorf2007-11-251-11/+45
* STYLE: add some commentsAlexander Neundorf2007-11-251-0/+13
* ENH: change to make the documentation class more generic, about halfway there...Ken Martin2007-10-221-3/+3
* STYLE: fix line lengthsAlexander Neundorf2007-09-181-6/+16
* ENH: use the oubject_output option to try to tell CodeBlocks where theAlexander Neundorf2007-09-181-0/+1
* ENH: add support for Fortran to the KDevelop generatorAlexander Neundorf2007-08-311-2/+1