summaryrefslogtreecommitdiff
path: root/Source/cmMakefile.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates anAlexander Neundorf2007-05-221-1/+5
* BUG: All variable accesses should produce watch callbacks, including IF(DEFIN...Brad King2007-05-171-1/+1
* BUG: Do not complain about missing watched variables when they are accessd wi...Brad King2007-05-171-0/+1
* ENH: merge CMake-CrossCompileBasic to HEADAlexander Neundorf2007-05-171-1/+3
* ENH: some more cleanupKen Martin2007-03-131-2/+2
* ENH: some code cleanupKen Martin2007-03-121-4/+4
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-2/+12
* ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ...Bill Hoffman2006-11-291-8/+0
* ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug...Brad King2006-10-051-1/+11
* ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461.Brad King2006-10-041-1/+2
* BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722.Brad King2006-10-041-1/+2
* ENH: Added NOT_IN_ALL option for ADD_LIBRARY and ADD_EXECUTABLE to avoid buil...Brad King2006-10-021-2/+4
* ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid ...Brad King2006-09-281-2/+0
* ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET comman...Brad King2006-09-281-4/+8
* ENH: Add a copy constructor to copy the valuesAndy Cedilnik2006-07-091-0/+1
* ENH: DIsplay the list file stack when displaying errorsAndy Cedilnik2006-06-221-1/+6
* STYLE: fix line lengthKen Martin2006-05-121-2/+4
* ENH: fix .. in the path of subdirsBill Hoffman2006-04-201-0/+4
* ENH: some performance optimizationsKen Martin2006-04-111-0/+1
* ENH: Added support for multiple outputs generated by a single custom command....Brad King2006-04-111-0/+6