| Commit message (Expand) | Author | Age | Files | Lines |
* | stringapi: Use strings for program paths | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for generator names | Ben Boeckel | 2014-03-08 | 1 | -2/+2 |
|
|
* | stringapi: Use strings for directories | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Pass configuration names as strings | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | strings: Remove cmStdString references | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings for VS project names | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | stringapi: Use strings in target name | Ben Boeckel | 2014-03-08 | 1 | -1/+1 |
|
|
* | cmGlobalGenerator: Make CheckALLOW_DUPLICATE_CUSTOM_TARGETS const | Stephen Kelly | 2014-01-12 | 1 | -1/+1 |
|
|
* | Merge topic 'make-entry-no-parallel' | Brad King | 2013-12-20 | 1 | -0/+3 |
|\ |
|
| * | Makefile: Allow "gmake target1 target2 -j" (#14312) | Brad King | 2013-12-20 | 1 | -0/+3 |
|
|
* | | Constify handling of target dependencies. | Stephen Kelly | 2013-12-11 | 1 | -4/+5 |
|/ |
|
* | cmGlobalGenerator: Cleanup GenerateBuildCommand API | Brad King | 2013-11-18 | 1 | -6/+10 |
|
|
* | cmGlobalGenerator: Add method to compute "cmake --build" command line | Brad King | 2013-11-14 | 1 | -0/+1 |
|
|
* | Refactor tool selection for edit_cache (#14544) | Brad King | 2013-11-12 | 1 | -0/+3 |
|
|
* | Add projectDir parameter to GenerateBuildCommand | Petr Kmoch | 2013-04-12 | 1 | -1/+2 |
|
|
* | Make cmGlobalGenerator::GetDocumentation() a static function | Patrick Gansterer | 2012-11-19 | 1 | -1/+1 |
|
|
* | Introduce the abstract class cmGlobalGeneratorFactory | Patrick Gansterer | 2012-11-19 | 1 | -2/+4 |
|
|
* | Pre-compute object file names before Makefile generation | Brad King | 2012-03-09 | 1 | -0/+2 |
|
|
* | Doxygen: Fix warnings. | Nicolas Despres | 2011-10-23 | 1 | -1/+1 |
|
|
* | Fix typo. | Nicolas Despres | 2011-10-23 | 1 | -1/+1 |
|
|
* | Fix line-too-long style violations | Brad King | 2011-10-10 | 1 | -12/+12 |
|
|
* | Constify many getters of cmGlobalGenerator. | Nicolas Despres | 2011-10-02 | 1 | -11/+11 |
|
|
* | Merge topic 'output-compile-lines' | Brad King | 2011-05-24 | 1 | -0/+6 |
|\ |
|
| * | implement cxx command output | Manuel Klimek | 2011-04-25 | 1 | -0/+6 |
|
|
* | | Merge branch 'MakeCodeBlocksGeneratorNonVerbose2' into rule-messages | Brad King | 2011-05-16 | 1 | -25/+13 |
|\ \
| |/ |
|
| * | Don't enforce VERBOSE makefiles for the CodeBlocks generator | Alex Neundorf | 2010-11-11 | 1 | -11/+0 |
|
|
| * | Remove trailing whitespace | Alex Neundorf | 2010-11-11 | 1 | -14/+14 |
|
|
* | | Revert "Honor RULE_MESSAGES property for build target messages" (#12190) | Brad King | 2011-05-16 | 1 | -1/+0 |
|/ |
|
* | Honor RULE_MESSAGES property for build target messages | Campbell Barton | 2010-11-03 | 1 | -0/+1 |
|
|
* | Fix or cast integer conversions in cmake | Brad King | 2010-06-25 | 1 | -1/+1 |
|
|
* | Qualify std::map compare functor as const | Brad King | 2009-09-29 | 1 | -1/+1 |
|
|
* | Fix support for OLD behavior of policy CMP0002 | Brad King | 2009-09-28 | 1 | -1/+3 |
|
|
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -14/+9 |
|
|
* | ENH: Cleanup make progress rule generation code | Brad King | 2009-06-25 | 1 | -5/+19 |
|
|
* | COMP: remove unused variable TargetSourceFileCount, it seems it is unused sin... | Alexander Neundorf | 2009-02-09 | 1 | -1/+0 |
|
|
* | BUG: improve progress reporting when there are multiple targets with the same... | Ken Martin | 2008-05-29 | 1 | -1/+1 |
|
|
* | ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing proj... | Brad King | 2008-02-14 | 1 | -0/+2 |
|
|
* | ENH: remove const | Bill Hoffman | 2008-01-31 | 1 | -1/+1 |
|
|
* | ENH: Moved global inter-target dependency analysis and cycle-prevention code ... | Brad King | 2007-12-23 | 1 | -12/+1 |
|
|
* | BUG: Support cyclic dependencies among STATIC libraries by removing one from ... | Brad King | 2007-12-22 | 1 | -0/+8 |
|
|
* | COMP: Remove unused parameter of method. | Brad King | 2007-12-21 | 1 | -1/+0 |
|
|
* | ENH: Add a depends check step to custom targets. Add support for the IMPLICI... | Brad King | 2007-12-21 | 1 | -16/+0 |
|
|
* | ENH: add GetCleanTargetName() which returns "clean" for makefiles, so it can | Alexander Neundorf | 2007-11-25 | 1 | -0/+1 |
|
|
* | BUG: Target exclusion-from-all tests should always use the root local generat... | Brad King | 2007-08-03 | 1 | -4/+3 |
|
|
* | ENH: Added cmTarget::GetLanguages method to centralize computation of the lis... | Brad King | 2007-08-03 | 1 | -1/+1 |
|
|
* | BUG: Removing accidental commit. | Brad King | 2007-08-02 | 1 | -1/+1 |
|
|
* | ENH: Added cmTarget::GetLanguages method to centralize computation of the lis... | Brad King | 2007-08-02 | 1 | -1/+1 |
|
|
* | ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do | Alexander Neundorf | 2007-06-28 | 1 | -1/+1 |
|
|
* | STYLE: fix comment | Alexander Neundorf | 2007-06-05 | 1 | -3/+2 |
|
|
* | STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so the | Alexander Neundorf | 2007-06-05 | 1 | -0/+12 |
|
|