summaryrefslogtreecommitdiff
path: root/Source/cmExtraCodeBlocksGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* C::B: Get the Makefile from the LocalGenerator, not vice-versa.Stephen Kelly2015-06-221-11/+13
* cmMakefile: Port users of GetStart* methods to new names.Stephen Kelly2015-04-211-5/+5
* cmMakefile: Rename GetCurrent{Output,Binary}Directory.Stephen Kelly2015-04-211-1/+1
* Merge topic 'target-language-genex'Brad King2015-03-101-1/+1
|\
| * Genex: Allow COMPILE_LANGUAGE when processing compile definitions.Stephen Kelly2015-03-091-1/+1
* | CodeBlocks: Declare which source file belongs to which targets.Nils Gladitz2015-03-061-33/+38
|/
* 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-021-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