summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.h
Commit message (Expand)AuthorAgeFilesLines
* ENH: Refactor generation of CTestTestfile contentBrad King2009-03-161-2/+7
* ENH: Isolate policy changes in included scriptsBrad King2009-01-221-1/+2
* ENH: Better policies for functions and macrosBrad King2009-01-221-0/+1
* ENH: Create notion of a 'weak' policy stack entryBrad King2009-01-221-5/+9
* ENH: Create policy scope barriersBrad King2009-01-221-3/+9
* ENH: Make policy push/pop methods privateBrad King2009-01-221-3/+7
* ENH: Create automatic policy push/pop helperBrad King2009-01-221-0/+12
* ENH: Refactor policy stack representationBrad King2009-01-221-3/+9
* ENH: Better handling of mismatched blocksBrad King2009-01-211-1/+1
* ENH: Better error message for unclosed blocksBrad King2009-01-211-2/+1
* ENH: Refactor logical block enforcementBrad King2009-01-211-1/+18
* ENH: Refactor function blocker deletionBrad King2009-01-201-3/+8
* ENH: Improve response to bad if or elseifBrad King2009-01-201-0/+19
* BUG: Enforce matching policy PUSH/POP in all filesBrad King2009-01-151-1/+1
* BUG: Pop a function scope even on errorBrad King2009-01-141-0/+10
* ENH: Improve test property speed with a mapBrad King2009-01-051-2/+2
* BUG: fix issue with -D and cache forceBill Hoffman2008-11-211-1/+2
* ENH: Return utility target after creationBrad King2008-10-091-6/+6
* BUG: Skip a command if its arguments fail to parseBrad King2008-09-241-1/+1
* ENH: Add unset() command.Brad King2008-08-251-0/+2
* ENH: Improve errors when a policy is REQUIREDBrad King2008-08-181-0/+1
* BUG: Fix computed directory property DEFINITIONS.Brad King2008-06-261-0/+5
* BUG: Remove check for files written by file(WRITE) being loaded.Brad King2008-04-301-12/+0
* ENH: Allow policy CMP0000 to be set explicitlyBrad King2008-03-311-0/+8
* ENH: Improve new error/warning message generationBrad King2008-03-131-0/+5
* ENH: add enum to IssueMessageBill Hoffman2008-03-111-5/+3
* ENH: New format for warning and error messagesBrad King2008-03-071-0/+17
* ENH: Improve cmake_policy command signatureBrad King2008-03-051-1/+1
* ENH: add first cut and policies still need to add the doc supportKen Martin2008-03-011-1/+24
* ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing proj...Brad King2008-02-141-1/+2
* ENH: Enforce global target name uniqueness.Brad King2008-02-111-0/+5
* ENH: Add cmMakefile::NeedBackwardsCompatibility method to pass through to cmL...Brad King2008-02-111-0/+7
* ENH: Updated exporting and importing of targets to support libraries and conf...Brad King2008-01-281-6/+12
* ENH: Added cmMakefile::NeedCacheCompatibility method and support for it in cm...Brad King2008-01-241-0/+4
* ENH: add return and break support to cmake, also change basic command invocat...Ken Martin2008-01-231-6/+9
* ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a...Brad King2008-01-171-0/+2
* ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple...Brad King2008-01-171-0/+1
* ENH: change raise_scope signature to be safer for returned varuablesKen Martin2008-01-031-1/+1
* ENH: add functions and raise scopeKen Martin2007-12-031-1/+6
* COMP: parent is not used anymore with this patch, since now the name isAlexander Neundorf2007-08-261-3/+2
* BUG: fix #4057 (which had several duplicates): handle recursivew source group...Alexander Neundorf2007-08-241-2/+10
* STYLE: fix line lengthsAlexander Neundorf2007-07-201-1/+3
* ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to doAlexander Neundorf2007-06-281-1/+1
* ENH: add IMPORT keyword to ADD_LIBRARY, dependencies are not yet workingAlexander Neundorf2007-06-221-1/+1
* STYLE: GetProjectName() is constAlexander Neundorf2007-06-201-1/+1
* ENH: Merging changes from branch CMake-SourceFile2-b between tagsBrad King2007-06-181-6/+3
* STYLE: minor fixesAlexander Neundorf2007-06-151-2/+2
* STYLE: remove duplicate non-const accessors GetLocalGenerator(int) andAlexander Neundorf2007-06-151-0/+4
* BUG: More problems with cmMakefile copy-constructor. It seems the regular ex...Brad King2007-06-111-0/+1
* BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This f...Brad King2007-06-061-2/+3