| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: New format for warning and error messages | Brad King | 2008-03-07 | 1 | -0/+17 |
|
|
* | ENH: Improve cmake_policy command signature | Brad King | 2008-03-05 | 1 | -1/+1 |
|
|
* | ENH: add first cut and policies still need to add the doc support | Ken Martin | 2008-03-01 | 1 | -1/+24 |
|
|
* | ENH: Add global property ALLOW_DUPLICATE_CUSTOM_TARGETS to help existing proj... | Brad King | 2008-02-14 | 1 | -1/+2 |
|
|
* | ENH: Enforce global target name uniqueness. | Brad King | 2008-02-11 | 1 | -0/+5 |
|
|
* | ENH: Add cmMakefile::NeedBackwardsCompatibility method to pass through to cmL... | Brad King | 2008-02-11 | 1 | -0/+7 |
|
|
* | ENH: Updated exporting and importing of targets to support libraries and conf... | Brad King | 2008-01-28 | 1 | -6/+12 |
|
|
* | ENH: Added cmMakefile::NeedCacheCompatibility method and support for it in cm... | Brad King | 2008-01-24 | 1 | -0/+4 |
|
|
* | ENH: add return and break support to cmake, also change basic command invocat... | Ken Martin | 2008-01-23 | 1 | -6/+9 |
|
|
* | ENH: Converted cmMakefile DefineFlags added by ADD_DEFINITIONS command into a... | Brad King | 2008-01-18 | 1 | -0/+2 |
|
|
* | ENH: Add AppendProperty methods for use by C++ code in CMake. Simplify imple... | Brad King | 2008-01-17 | 1 | -0/+1 |
|
|
* | ENH: change raise_scope signature to be safer for returned varuables | Ken Martin | 2008-01-03 | 1 | -1/+1 |
|
|
* | ENH: add functions and raise scope | Ken Martin | 2007-12-03 | 1 | -1/+6 |
|
|
* | COMP: parent is not used anymore with this patch, since now the name is | Alexander Neundorf | 2007-08-26 | 1 | -3/+2 |
|
|
* | BUG: fix #4057 (which had several duplicates): handle recursivew source group... | Alexander Neundorf | 2007-08-24 | 1 | -2/+10 |
|
|
* | STYLE: fix line lengths | Alexander Neundorf | 2007-07-20 | 1 | -1/+3 |
|
|
* | ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do | Alexander Neundorf | 2007-06-28 | 1 | -1/+1 |
|
|
* | ENH: add IMPORT keyword to ADD_LIBRARY, dependencies are not yet working | Alexander Neundorf | 2007-06-22 | 1 | -1/+1 |
|
|
* | STYLE: GetProjectName() is const | Alexander Neundorf | 2007-06-21 | 1 | -1/+1 |
|
|
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -6/+3 |
|
|
* | STYLE: minor fixes | Alexander Neundorf | 2007-06-15 | 1 | -2/+2 |
|
|
* | STYLE: remove duplicate non-const accessors GetLocalGenerator(int) and | Alexander Neundorf | 2007-06-15 | 1 | -0/+4 |
|
|
* | BUG: More problems with cmMakefile copy-constructor. It seems the regular ex... | Brad King | 2007-06-11 | 1 | -0/+1 |
|
|
* | BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This f... | Brad King | 2007-06-06 | 1 | -2/+3 |
|
|
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -1/+5 |
|
|
* | BUG: All variable accesses should produce watch callbacks, including IF(DEFIN... | Brad King | 2007-05-17 | 1 | -1/+1 |
|
|
* | BUG: Do not complain about missing watched variables when they are accessd wi... | Brad King | 2007-05-17 | 1 | -0/+1 |
|
|
* | ENH: merge CMake-CrossCompileBasic to HEAD | Alexander Neundorf | 2007-05-17 | 1 | -1/+3 |
|
|
* | ENH: some more cleanup | Ken Martin | 2007-03-13 | 1 | -2/+2 |
|
|
* | ENH: some code cleanup | Ken Martin | 2007-03-12 | 1 | -4/+4 |
|
|
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -2/+12 |
|
|
* | ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ... | Bill Hoffman | 2006-11-29 | 1 | -8/+0 |
|
|
* | ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug... | Brad King | 2006-10-05 | 1 | -1/+11 |
|
|
* | ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461. | Brad King | 2006-10-04 | 1 | -1/+2 |
|
|
* | BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722. | Brad King | 2006-10-04 | 1 | -1/+2 |
|
|
* | ENH: Added NOT_IN_ALL option for ADD_LIBRARY and ADD_EXECUTABLE to avoid buil... | Brad King | 2006-10-02 | 1 | -2/+4 |
|
|
* | ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid ... | Brad King | 2006-09-28 | 1 | -2/+0 |
|
|
* | ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET comman... | Brad King | 2006-09-28 | 1 | -4/+8 |
|
|
* | ENH: Add a copy constructor to copy the values | Andy Cedilnik | 2006-07-09 | 1 | -0/+1 |
|
|
* | ENH: DIsplay the list file stack when displaying errors | Andy Cedilnik | 2006-06-22 | 1 | -1/+6 |
|
|
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -2/+4 |
|
|
* | ENH: fix .. in the path of subdirs | Bill Hoffman | 2006-04-20 | 1 | -0/+4 |
|
|
* | ENH: some performance optimizations | Ken Martin | 2006-04-11 | 1 | -0/+1 |
|
|
* | ENH: Added support for multiple outputs generated by a single custom command.... | Brad King | 2006-04-11 | 1 | -0/+6 |
|
|
* | BUG: Fixed typo in new cmake-rerun code. | Brad King | 2006-04-11 | 1 | -1/+1 |
|
|
* | ENH: add support for re-running cmake if the cmakefiles change | Bill Hoffman | 2006-04-10 | 1 | -1/+9 |
|
|
* | ENH: Allow blocking of writing into the source tree | Andy Cedilnik | 2006-03-22 | 1 | -0/+5 |
|
|
* | ENH: added some new functionality | Ken Martin | 2006-03-22 | 1 | -1/+4 |
|
|
* | ENH: Remove things from bootstrap | Andy Cedilnik | 2006-03-22 | 1 | -1/+16 |
|
|
* | STYLE: minor comment cleanups | Ken Martin | 2006-03-16 | 1 | -3/+2 |
|
|