summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
Commit message (Expand)AuthorAgeFilesLines
* Remove CMake Policy CMP0015 until it is revisedBrad King2009-10-081-5/+0
* Introduce "build feature" lookup frameworkBrad King2009-10-021-0/+2
* Create cmMakefile::PlatformIs64Bit helper methodBrad King2009-09-301-0/+3
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Create CMake Policy CMP0015 to fix set(CACHE)Brad King2009-09-101-0/+5
* Remove barely-used cmMakefile::AddCacheDefinitionBrad King2009-09-101-2/+0
* No /fast targets in try_compile project modeBrad King2009-08-041-0/+1
* ENH: Improve dynamic variable scope implementationBrad King2009-07-221-4/+2
* ENH: Create CMP0013 to disallow duplicate dirsBrad King2009-06-171-0/+2
* 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-181-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