summaryrefslogtreecommitdiffstats
path: root/Source/cmMakefile.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENH: Improved support for user-configured search paths. Paths given in the C...Brad King2006-01-271-0/+8
* ENH: add new cmakedefine01 feature from bug report 2603Bill Hoffman2006-01-031-0/+1
* ENH: Add set and get test propety commandAndy Cedilnik2005-07-311-0/+1
* FIX: apply patch from bug# 1965Bill Hoffman2005-07-131-13/+13
* ENH: cleaned up some old methods and varsKen Martin2005-07-071-29/+11
* ENH: make LOCATION an computed property of the target and get rid of a bunch ...Ken Martin2005-06-221-2/+1
* ENH: Improve handling of escaped charactersAndy Cedilnik2005-06-171-0/+1