summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraCodeBlocksGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* Use two-iterator std::set::insert where appropriate.Stephen Kelly2015-01-111-18/+4
* strings: Remove redundant calls to std::string::c_str()Nils Gladitz2014-10-151-1/+1
* Fix some generator crashes on undefined CMAKE_BUILD_TYPEBrad King2014-06-231-1/+1
* cmTarget: Make the source files depend on the config.Stephen Kelly2014-04-021-1/+2
* Watcom: Introduce OpenWatcom compiler id and fix compiler versionJiri Malak2014-03-171-1/+1
* Remove c_str calls when using stream APIs.Stephen Kelly2014-03-111-2/+2
* Remove some c_str() calls.Stephen Kelly2014-03-111-7/+7
* speedup: Cache strings for comparisonsBen Boeckel2014-03-081-1/+2
* stringapi: Use strings for generator namesBen Boeckel2014-03-081-4/+5
* strings: Remove cmStdString referencesBen Boeckel2014-03-081-2/+2
* stringapi: Use strings in target nameBen Boeckel2014-03-081-2/+3
* stringapi: Use strings for the languagesBen Boeckel2014-03-081-1/+2
* CodeBlocks: fix unescaped command quotes when used with nmakeNils Gladitz2014-01-131-3/+5
* cmTarget: Make GetSourceFiles populate an out-vector parameter.Stephen Kelly2014-01-091-1/+2
* Refactor tool selection for edit_cache (#14544)Brad King2013-11-121-20/+0
* Drop the 'Full' field from cmDocumentationEntryBrad King2013-10-161-7/+0
* Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string.Stephen Kelly2013-07-111-11/+7
* Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037)Stephen Kelly2013-03-251-4/+2
* Move GetCompileDefinitions to cmTarget.Stephen Kelly2013-01-291-1/+1
* Ninja: fix building from Codeblocks GUIPeter Kümmel2013-01-051-0/+5
* 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