summaryrefslogtreecommitdiff
path: root/Source/cmGlobalUnixMakefileGenerator3.h
Commit message (Expand)AuthorAgeFilesLines
* Make cmGlobalGenerator::GetDocumentation() a static functionPatrick Gansterer2012-11-191-1/+1
* Introduce the abstract class cmGlobalGeneratorFactoryPatrick Gansterer2012-11-191-2/+4
* Pre-compute object file names before Makefile generationBrad King2012-03-091-0/+2
* Doxygen: Fix warnings.Nicolas Despres2011-10-231-1/+1
* Fix typo.Nicolas Despres2011-10-231-1/+1
* Fix line-too-long style violationsBrad King2011-10-101-12/+12
* Constify many getters of cmGlobalGenerator.Nicolas Despres2011-10-021-11/+11
* Merge topic 'output-compile-lines'Brad King2011-05-241-0/+6
|\
| * implement cxx command outputManuel Klimek2011-04-251-0/+6
* | Merge branch 'MakeCodeBlocksGeneratorNonVerbose2' into rule-messagesBrad King2011-05-161-25/+13
|\ \ | |/
| * Don't enforce VERBOSE makefiles for the CodeBlocks generatorAlex Neundorf2010-11-111-11/+0
| * Remove trailing whitespaceAlex Neundorf2010-11-111-14/+14
* | Revert "Honor RULE_MESSAGES property for build target messages" (#12190)Brad King2011-05-161-1/+0
|/
* Honor RULE_MESSAGES property for build target messagesCampbell Barton2010-11-031-0/+1
* Fix or cast integer conversions in cmakeBrad King2010-06-251-1/+1
* Qualify std::map compare functor as constBrad King2009-09-291-1/+1
* Fix support for OLD behavior of policy CMP0002Brad King2009-09-281-1/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* ENH: Cleanup make progress rule generation codeBrad King2009-06-251-5/+19
* COMP: remove unused variable TargetSourceFileCount, it seems it is unused sin...Alexander Neundorf2009-02-091-1/+0
* BUG: improve progress reporting when there are multiple targets with the same...Ken Martin2008-05-291-1/+1
* ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing proj...Brad King2008-02-141-0/+2
* ENH: remove constBill Hoffman2008-01-301-1/+1
* ENH: Moved global inter-target dependency analysis and cycle-prevention code ...Brad King2007-12-231-12/+1
* BUG: Support cyclic dependencies among STATIC libraries by removing one from ...Brad King2007-12-221-0/+8
* COMP: Remove unused parameter of method.Brad King2007-12-211-1/+0
* ENH: Add a depends check step to custom targets. Add support for the IMPLICI...Brad King2007-12-211-16/+0
* ENH: add GetCleanTargetName() which returns "clean" for makefiles, so it canAlexander Neundorf2007-11-251-0/+1
* BUG: Target exclusion-from-all tests should always use the root local generat...Brad King2007-08-031-4/+3
* ENH: Added cmTarget::GetLanguages method to centralize computation of the lis...Brad King2007-08-031-1/+1
* BUG: Removing accidental commit.Brad King2007-08-021-1/+1
* ENH: Added cmTarget::GetLanguages method to centralize computation of the lis...Brad King2007-08-021-1/+1
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-1/+1
* STYLE: fix commentAlexander Neundorf2007-06-051-3/+2
* STYLE: move ForceVerboseMakefiles to cmGlobalUnixMakefileGenerator3, so theAlexander Neundorf2007-06-051-0/+12
* ENH: add install/strip target for makefile generators if strip was foundAlexander Neundorf2007-05-181-0/+1
* BUG: Watcom WMake needs empty rule commands even for symbolic targets. This ...Brad King2007-05-161-8/+7
* ENH: some code consolidation and cleanupKen Martin2007-04-121-4/+0
* ENH: Made cmMakefileTargetGenerator::GlobalGenerator have full type cmGlobalU...Brad King2006-12-141-0/+3
* BUG: bad progress for named top level targetsKen Martin2006-08-291-1/+2
* ENH: Adding install/local global target for Makefile generators. This runs i...Brad King2006-08-291-0/+1
* BUG: changed to progress to make it more flexible and to no relink targets as...Ken Martin2006-07-111-8/+4
* ENH: fix for dependent targetsKen Martin2006-06-191-1/+1
* BUG: cmGlobalGenerator::Build should not always use the /fast target name bec...Brad King2006-06-011-1/+1
* BUG: fix to progress for small projectsKen Martin2006-05-251-1/+2
* ENH: fix compiler warnings and posibly java testKen Martin2006-05-241-3/+2
* ENH: always compile progressKen Martin2006-05-231-0/+15
* STYLE: fix line lengthKen Martin2006-05-111-1/+2
* ENH: Makefile performance improvementsKen Martin2006-05-021-0/+9
* ENH: Add packaging of source code (make package_source)Andy Cedilnik2006-04-171-0/+1