summaryrefslogtreecommitdiff
path: root/Source/cmExtraCodeBlocksGenerator.cxx
Commit message (Expand)AuthorAgeFilesLines
* cmake: Store hardcoded lists of sources and headersStephen Kelly2015-10-271-5/+9
* C::B: Port API to cmGeneratorTarget.Stephen Kelly2015-10-241-6/+6
* Port to GetGeneratorTargets.Stephen Kelly2015-10-241-20/+19
* Merge topic 'clean-up-cmTarget'Brad King2015-10-161-20/+20
|\
| * cmState: Move TargetType enum from cmTarget.Stephen Kelly2015-10-151-20/+20
* | cmLocalGenerator: Port GetTargetDirectory to cmGeneratorTarget.Stephen Kelly2015-10-151-14/+11
|/
* Merge topic 'add-cmLocalGenerator-API'Brad King2015-10-121-13/+11
|\
| * cmLocalGenerator: Add current binary directory accessor.Stephen Kelly2015-10-101-8/+6
| * cmLocalGenerator: Add Home directory accessors.Stephen Kelly2015-10-091-3/+3
| * cmLocalGenerator: Add GetProjectName method.Stephen Kelly2015-10-091-2/+2
* | C::B: Remove unused variables.Stephen Kelly2015-10-091-2/+0
|/
* Access sources through cmGeneratorTarget.Stephen Kelly2015-10-071-1/+3
* cmGeneratorTarget: Move compile defintions processing from cmTarget.Stephen Kelly2015-08-261-1/+1
* Move GetLocation to cmGeneratorTarget.Stephen Kelly2015-07-271-1/+1
* Always access target location from a cmGeneratorTarget instance.Stephen Kelly2015-07-271-1/+3
* 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