| Commit message (Expand) | Author | Age | Files | Lines |
* | Access sources through cmGeneratorTarget. | Stephen Kelly | 2015-10-07 | 1 | -1/+3 |
|
|
* | cmGeneratorTarget: Move compile defintions processing from cmTarget. | Stephen Kelly | 2015-08-26 | 1 | -1/+1 |
|
|
* | Move GetLocation to cmGeneratorTarget. | Stephen Kelly | 2015-07-27 | 1 | -1/+1 |
|
|
* | Always access target location from a cmGeneratorTarget instance. | Stephen Kelly | 2015-07-27 | 1 | -1/+3 |
|
|
* | C::B: Get the Makefile from the LocalGenerator, not vice-versa. | Stephen Kelly | 2015-06-22 | 1 | -11/+13 |
|
|
* | cmMakefile: Port users of GetStart* methods to new names. | Stephen Kelly | 2015-04-20 | 1 | -5/+5 |
|
|
* | cmMakefile: Rename GetCurrent{Output,Binary}Directory. | Stephen Kelly | 2015-04-20 | 1 | -1/+1 |
|
|
* | Merge topic 'target-language-genex' | Brad King | 2015-03-10 | 1 | -1/+1 |
|\ |
|
| * | Genex: Allow COMPILE_LANGUAGE when processing compile definitions. | Stephen Kelly | 2015-03-09 | 1 | -1/+1 |
|
|
* | | CodeBlocks: Declare which source file belongs to which targets. | Nils Gladitz | 2015-03-06 | 1 | -33/+38 |
|/ |
|
* | Use two-iterator std::set::insert where appropriate. | Stephen Kelly | 2015-01-11 | 1 | -18/+4 |
|
|
* | strings: Remove redundant calls to std::string::c_str() | Nils Gladitz | 2014-10-15 | 1 | -1/+1 |
|
|
* | Fix some generator crashes on undefined CMAKE_BUILD_TYPE | Brad King | 2014-06-23 | 1 | -1/+1 |
|
|
* | cmTarget: Make the source files depend on the config. | Stephen Kelly | 2014-04-02 | 1 | -1/+2 |
|
|
* | Watcom: Introduce OpenWatcom compiler id and fix compiler version | Jiri Malak | 2014-03-17 | 1 | -1/+1 |
|
|
* | Remove c_str calls when using stream APIs. | Stephen Kelly | 2014-03-11 | 1 | -2/+2 |
|
|
* | Remove some c_str() calls. | Stephen Kelly | 2014-03-11 | 1 | -7/+7 |
|
|
* | speedup: Cache strings for comparisons | Ben Boeckel | 2014-03-08 | 1 | -1/+2 |
|
|
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -4/+5 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -2/+3 |
|
|
* | stringapi: Use strings for the languages | Ben Boeckel | 2014-03-08 | 1 | -1/+2 |
|
|
* | CodeBlocks: fix unescaped command quotes when used with nmake | Nils Gladitz | 2014-01-13 | 1 | -3/+5 |
|
|
* | cmTarget: Make GetSourceFiles populate an out-vector parameter. | Stephen Kelly | 2014-01-09 | 1 | -1/+2 |
|
|
* | Refactor tool selection for edit_cache (#14544) | Brad King | 2013-11-12 | 1 | -20/+0 |
|
|
* | Drop the 'Full' field from cmDocumentationEntry | Brad King | 2013-10-16 | 1 | -7/+0 |
|
|
* | Refactor cmTarget::GetCompileDefinitions to use an out-vector, not a string. | Stephen Kelly | 2013-07-11 | 1 | -11/+7 |
|
|
* | Fix the evaluation of per-config COMPILE_DEFINITIONS (#14037) | Stephen Kelly | 2013-03-25 | 1 | -4/+2 |
|
|
* | Move GetCompileDefinitions to cmTarget. | Stephen Kelly | 2013-01-29 | 1 | -1/+1 |
|
|
* | Ninja: fix building from Codeblocks GUI | Peter Kümmel | 2013-01-05 | 1 | -0/+5 |
|
|
* | Merge topic 'fix-INCLUDE_DIRECTORIES-multiconfig' | David Cole | 2012-10-17 | 1 | -1/+3 |
|\ |
|
| * | Fix config-specific INCLUDE_DIRECTORIES in multi-config generators | Stephen Kelly | 2012-10-17 | 1 | -1/+3 |
|
|
* | | Fix regression: write compile definitions if any | Peter Kümmel | 2012-10-11 | 1 | -1/+1 |
|/ |
|
* | Port remaining code to GetCompileDefinitions(). | Stephen Kelly | 2012-09-21 | 1 | -4/+7 |
|
|
* | Fix indentation in the code blocks generator. | Stephen Kelly | 2012-09-21 | 1 | -43/+41 |
|
|
* | Move GetIncludeDirectories to cmGeneratorTarget. | Stephen Kelly | 2012-09-19 | 1 | -1/+3 |
|
|
* | Ninja: enable ninja support everywhere | Peter Kümmel | 2012-07-20 | 1 | -2/+0 |
|
|
* | Merge topic 'OBJECTLibrariesInCodeBlocks' | David Cole | 2012-04-25 | 1 | -2/+41 |
|\ |
|
| * | CodeBlocks: improve support for OBJECT libraries | Alex Neundorf | 2012-04-09 | 1 | -2/+28 |
|
|
| * | -fix #13081: support OBJECT libraries in CodeBlocks/QtCreator projects | Alex Neundorf | 2012-03-31 | 1 | -2/+15 |
|
|
* | | Ninja: enable Ninja for CodeBlocks | Peter Kuemmel | 2012-04-07 | 1 | -0/+3 |
|/ |
|
* | Merge topic 'target-include-directories' | David Cole | 2012-03-08 | 1 | -5/+6 |
|\ |
|
| * | Extract and use the INCLUDE_DIRECTORIES target properties. | Stephen Kelly | 2012-02-22 | 1 | -5/+6 |
|
|
* | | Factor cmInstallType out of cmTarget::TargetType | Brad King | 2012-02-27 | 1 | -4/+0 |
|/ |
|
* | Merge topic 'CodeBlocks-quoting' | David Cole | 2011-10-11 | 1 | -1/+3 |
|\ |
|
| * | Fix XML safety issue with adding preprocessor defines in CodeBlocks project. | Clinton Stimpson | 2011-10-05 | 1 | -1/+3 |
|
|
* | | Merge topic 'CodeBlocksIncludeDirsAndDefines' | David Cole | 2011-08-02 | 1 | -0/+54 |
|\ \ |
|
| * | | Also put builtin include dirs into CodeBlocks project file | Alex Neundorf | 2011-08-01 | 1 | -0/+38 |
| |/ |
|
| * | Patch by Campbell Barton: puts definitions into C::B project file | Alex Neundorf | 2011-07-29 | 1 | -0/+16 |
|
|
* | | Don't put files from CMAKE_ROOT into CodeBlocks projects (#12110) | Alex Neundorf | 2011-07-29 | 1 | -0/+7 |
|/ |
|