summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-211-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
* BUG: Fixed typo in new cmake-rerun code.Brad King2006-04-111-1/+1
* ENH: add support for re-running cmake if the cmakefiles changeBill Hoffman2006-04-101-1/+9
* ENH: Allow blocking of writing into the source treeAndy Cedilnik2006-03-221-0/+5
* ENH: added some new functionalityKen Martin2006-03-221-1/+4
* ENH: Remove things from bootstrapAndy Cedilnik2006-03-221-1/+16
* STYLE: minor comment cleanupsKen Martin2006-03-161-3/+2
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-81/+83
* ENH: fix line length style stuffBill Hoffman2006-03-101-5/+9
* ENH: removed unused methods after find changesBill Hoffman2006-03-021-14/+0
* ENH: Created new install script generation framework. The INSTALL command cr...Brad King2006-02-191-7/+6
* ENH: Added INSTALL command as a placeholder for a future generic install spec...Brad King2006-02-101-1/+9
* ENH: add working directory supportBill Hoffman2006-02-081-2/+4