| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: add OPTIONAL keyword to ENABLE_LANGUAGE, so it will be possible to do | Alexander Neundorf | 2007-06-28 | 1 | -3/+5 |
* | ENH: some property cleanup and added GetProperty | Ken Martin | 2007-06-25 | 1 | -0/+35 |
* | ENH: add IMPORT keyword to ADD_LIBRARY, dependencies are not yet working | Alexander Neundorf | 2007-06-22 | 1 | -21/+18 |
* | ENH: Merging changes from branch CMake-SourceFile2-b between tags | Brad King | 2007-06-18 | 1 | -199/+23 |
* | BUG: More problems with cmMakefile copy-constructor. It seems the regular ex... | Brad King | 2007-06-11 | 1 | -6/+9 |
* | BUG: Copy constructor needs to copy regular expression members. | Brad King | 2007-06-08 | 1 | -0/+3 |
* | ENH: add cmExternalMakefileProjectGenerator, which should make it easier to | Alexander Neundorf | 2007-06-08 | 1 | -157/+157 |
* | BUG: Fixed @ONLY configuration to not try to parse ${} syntax at all. This f... | Brad King | 2007-06-06 | 1 | -4/+56 |
* | ENH: Made cmTarget::GetSourceLists return a reference to const so that all ad... | Brad King | 2007-05-28 | 1 | -4/+4 |
* | ENH: Fixed INSTALL_FILES and INSTALL_PROGRAMS commands to not create targets.... | Brad King | 2007-05-23 | 1 | -2/+0 |
* | ENH: add the IMPORT keyword to ADD_EXECUTABLE(), which generates an | Alexander Neundorf | 2007-05-22 | 1 | -39/+53 |
* | BUG: All variable accesses should produce watch callbacks, including IF(DEFIN... | Brad King | 2007-05-17 | 1 | -3/+23 |
* | BUG: Do not complain about missing watched variables when they are accessd wi... | Brad King | 2007-05-17 | 1 | -1/+7 |
* | COMP: GCC 2.95 does not have std::string::clear() method. | Brad King | 2007-05-17 | 1 | -1/+1 |
* | ENH: merge CMake-CrossCompileBasic to HEAD | Alexander Neundorf | 2007-05-17 | 1 | -2/+10 |
* | ENH: now target names can be used in add_custom_command() and | Alexander Neundorf | 2007-05-09 | 1 | -12/+0 |
* | COMP: fix warning on VS8: conversion unsigned int -> size_t | Alexander Neundorf | 2007-05-04 | 1 | -1/+1 |
* | BUG: fix cmake listfile stack: if a file could not be opened, remove it from | Alexander Neundorf | 2007-05-01 | 1 | -10/+15 |
* | ENH: Add variable watch command | Andy Cedilnik | 2007-04-11 | 1 | -8/+13 |
* | STYLE: Fix line-too-long. | Brad King | 2007-04-05 | 1 | -1/+2 |
* | ENH: Add variable for the current list file | Andy Cedilnik | 2007-04-04 | 1 | -4/+13 |
* | ENH: Added target property ENABLE_EXPORTS for executable targets. It enables... | Brad King | 2007-03-22 | 1 | -2/+5 |
* | BUG: change in how set cache overrides local definitions. Should mainly be a ... | Ken Martin | 2007-03-15 | 1 | -1/+2 |
* | ENH: some more cleanup | Ken Martin | 2007-03-13 | 1 | -5/+9 |
* | ENH: add project to target map, not used yet, but created | Bill Hoffman | 2007-03-13 | 1 | -12/+19 |
* | ENH: some code cleanup | Ken Martin | 2007-03-12 | 1 | -9/+12 |
* | BUG: improve bad argument handling for INCLUDE_DIRECTORIES and ADD_DEFINITION... | Ken Martin | 2007-03-07 | 1 | -1/+27 |
* | BUG: cleanup paths in GetSourceFile to handle bug 2724 | Ken Martin | 2007-02-28 | 1 | -0/+1 |
* | ENH: Make EXCLUDE_FROM_ALL a target and directory properties. Also, make IsIn... | Andy Cedilnik | 2007-02-23 | 1 | -0/+8 |
* | ENH: add atonly support to cmCommandArgumentParserHelper.cxx and remove old n... | Bill Hoffman | 2007-02-09 | 1 | -200/+31 |
* | ENH: allow source file properties to chain to Directories and up | Ken Martin | 2006-12-13 | 1 | -2/+5 |
* | ENH: make properties a bit more formal with documentation and chaining | Ken Martin | 2006-12-07 | 1 | -17/+74 |
* | ENH: merge in changes for beos support | Bill Hoffman | 2006-12-04 | 1 | -0/+3 |
* | COMP: fix compile issue on Sun hopefully | Ken Martin | 2006-11-29 | 1 | -1/+1 |
* | ENH: unify version stuff, get rid of it out of cmake and cmMakefile and only ... | Bill Hoffman | 2006-11-29 | 1 | -21/+4 |
* | COMP: fix compile issue on Sun | Ken Martin | 2006-11-29 | 1 | -2/+4 |
* | ENH: updated handling of debug and optimized target link libraries | Ken Martin | 2006-11-29 | 1 | -20/+0 |
* | ENH: add rc to version stuff | Bill Hoffman | 2006-11-28 | 1 | -2/+7 |
* | ENH: fix for when a library is tagged both debug and optimized | Bill Hoffman | 2006-11-20 | 1 | -2/+7 |
* | BUG: undo bug fix 2722, still replace @foo@ in cmake files | Bill Hoffman | 2006-11-17 | 1 | -1/+1 |
* | ENH: fix a bug with useing debuf optimized libs from other builds | Ken Martin | 2006-11-16 | 1 | -0/+15 |
* | ENH: Adding SYSTEM option to INCLUDE_DIRECTORIES command. This addresses bug... | Brad King | 2006-10-05 | 1 | -0/+15 |
* | ENH: Added COMMENT option to ADD_CUSTOM_TARGET. This addresses bug#3461. | Brad King | 2006-10-04 | 1 | -3/+8 |
* | BUG: Do not replace @VAR@ syntax in list files. This addresses bug #2722. | Brad King | 2006-10-04 | 1 | -2/+5 |
* | ENH: Added NOT_IN_ALL option for ADD_LIBRARY and ADD_EXECUTABLE to avoid buil... | Brad King | 2006-10-02 | 1 | -4/+6 |
* | ENH: Added SYMBOLIC source file property to mark custom command outputs that ... | Brad King | 2006-10-02 | 1 | -0/+11 |
* | BUG: Fix/cleanup custom commands and custom targets. Make empty comment stri... | Brad King | 2006-09-28 | 1 | -4/+14 |
* | ENH: Cleaned up signature of cmMakefile::AddUtilityCommand. It is not valid ... | Brad King | 2006-09-28 | 1 | -7/+1 |
* | ENH: Added VERBATIM option to ADD_CUSTOM_COMMAND and ADD_CUSTOM_TARGET comman... | Brad King | 2006-09-28 | 1 | -5/+12 |
* | BUG: Reverting previous change until it is further tested. | Brad King | 2006-08-26 | 1 | -10/+2 |