summaryrefslogtreecommitdiff
path: root/Source/cmGlobalUnixMakefileGenerator3.h
Commit message (Expand)AuthorAgeFilesLines
* Don't enforce VERBOSE makefiles for the CodeBlocks generatorAlex Neundorf2010-11-111-11/+0
* Remove trailing whitespaceAlex Neundorf2010-11-111-14/+14
* 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
* BUG: Work-around Watcom WMake limitation for multiple-output custom command s...Brad King2006-04-131-0/+9
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-0/+16
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* STYLE: fix line lengthsBill Hoffman2006-03-101-1/+2
* ENH: Cleaned up generation of directory-level rules and their support structu...Brad King2006-03-011-4/+6
* ENH: Cleanup global targets even more and potentially fix XcodeAndy Cedilnik2006-03-011-2/+1
* COMP: Handle preinstall properly on IDEsAndy Cedilnik2006-02-241-0/+1
* COMP: Fixes for visual studioAndy Cedilnik2006-02-231-0/+9
* BUG: Work-around borland make bug that drops a rule completely if it has no d...Brad King2006-02-161-0/+6
* ENH: big cleanup and fix for jump commandsKen Martin2005-10-201-7/+8
* ENH: some fixes for better backwards compatibilityKen Martin2005-10-101-1/+3