summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.cxx
Commit message (Expand)AuthorAgeFilesLines
* Warn on set(PARENT_SCOPE) at top scopeBrad King2009-11-021-2/+8
* Remove CMake Policy CMP0015 until it is revisedBrad King2009-10-081-51/+0
* Do not collapse path of NOTFOUND valuesBrad King2009-10-071-1/+4
* Create explicit cmTarget::FinishConfigure stepBrad King2009-10-051-1/+1
* Create INTERPROCEDURAL_OPTIMIZATION build featureBrad King2009-10-021-0/+13
* Introduce "build feature" lookup frameworkBrad King2009-10-021-0/+25
* Create cmMakefile::PlatformIs64Bit helper methodBrad King2009-09-301-0/+9
* Convert CMake to OSI-approved BSD LicenseBrad King2009-09-281-14/+9
* Remove old check for duplicate subdirectoriesBrad King2009-09-171-15/+0
* Initialize directory scope with closure of parentBrad King2009-09-161-2/+10
* Create CMake Policy CMP0015 to fix set(CACHE)Brad King2009-09-101-0/+51
* Remove barely-used cmMakefile::AddCacheDefinitionBrad King2009-09-101-17/+0
* Record backtrace for every add_test commandBrad King2009-08-111-2/+1
* No /fast targets in try_compile project modeBrad King2009-08-041-0/+2
* ENH: Keep only FinalPass commands in memoryBrad King2009-07-241-1/+1
* ENH: Improve dynamic variable scope implementationBrad King2009-07-221-91/+41
* ENH: make sure GUIDs for filters are cachedBill Hoffman2009-07-171-11/+29
* ENH: add group support and fix borland errorBill Hoffman2009-07-111-1/+1
* ENH: first pass at VS 10, can bootstrap CMake, but many tests still failBill Hoffman2009-06-251-2/+2
* ENH: Clarify COMPILE_DEFINITIONS separator in docsBrad King2009-06-241-1/+2
* ENH: Create CMP0013 to disallow duplicate dirsBrad King2009-06-171-10/+49
* ENH: Support more preprocessor values in VS6Brad King2009-04-241-2/+3
* ENH: Support preprocessor def values in VS6Brad King2009-03-231-3/+3
* ENH: Refactor generation of CTestTestfile contentBrad King2009-03-161-8/+8
* ENH: Enforce unique binary directoriesBrad King2009-02-271-0/+15
* ENH: Define RULE_LAUNCH_* propertiesBrad King2009-02-101-0/+19
* ENH: More robust property lookupBrad King2009-02-021-0/+4
* ENH: Isolate policy changes in included scriptsBrad King2009-01-221-5/+102
* ENH: Better policies for functions and macrosBrad King2009-01-221-0/+12
* ENH: Create notion of a 'weak' policy stack entryBrad King2009-01-221-6/+13
* ENH: Create policy scope barriersBrad King2009-01-221-41/+69
* ENH: Create automatic policy push/pop helperBrad King2009-01-221-0/+29
* ENH: Refactor policy stack representationBrad King2009-01-221-4/+3
* ENH: Better handling of mismatched blocksBrad King2009-01-211-2/+15
* ENH: Better error message for unclosed blocksBrad King2009-01-211-1/+20
* ENH: Refactor logical block enforcementBrad King2009-01-211-39/+68
* ENH: Refactor function blocker deletionBrad King2009-01-201-4/+4
* ENH: Improve response to bad if or elseifBrad King2009-01-201-20/+0
* BUG: fix crash with empty propertiesBill Hoffman2009-01-181-2/+8
* BUG: Enforce matching policy PUSH/POP in all filesBrad King2009-01-151-13/+18
* ENH: Provide variable CMAKE_VERSIONBrad King2009-01-151-0/+5
* ENH: Improve test property speed with a mapBrad King2009-01-051-17/+14
* BUG: fix issue with -D and cache forceBill Hoffman2008-11-211-2/+8
* BUG: Finish fix to old DEFINITIONS propertyBrad King2008-10-091-0/+2
* ENH: Return utility target after creationBrad King2008-10-091-6/+8
* STYLE: fix line length stuff for KWStyleBill Hoffman2008-10-011-1/+2
* BUG: Skip a command if its arguments fail to parseBrad King2008-09-241-1/+2
* ENH: Improve argument parsing error messagesBrad King2008-09-241-15/+47
* ENH: Add unset() command.Brad King2008-08-251-0/+5
* BUG: Linking to modules is for 2.2 compat onlyBrad King2008-08-191-8/+11