Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Add method to get definition even if it does not exists | Andy Cedilnik | 2004-04-27 | 1 | -0/+10 |
| | |||||
* | ENH: add SUBDIR PREORDER and fix clean for non-relative paths | Bill Hoffman | 2004-04-23 | 1 | -1/+10 |
| | |||||
* | BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used ↵ | Bill Hoffman | 2004-04-22 | 1 | -0/+1 |
| | | | | in FIND_LIBRARY and FIND_PATH in addtion to and before PATH | ||||
* | ENH: Add check for infinite loops. Make sure that files written using ↵ | Andy Cedilnik | 2004-04-18 | 1 | -0/+21 |
| | | | | WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops | ||||
* | ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add ↵ | Andy Cedilnik | 2004-04-15 | 1 | -0/+5 |
| | | | | opposite to ADD_DEFINITIONS | ||||
* | ENH: If configure file fails do not create directory | Andy Cedilnik | 2004-03-28 | 1 | -0/+5 |
| | |||||
* | ENH: add new subdirectory exclude from top option | Bill Hoffman | 2004-03-09 | 1 | -3/+15 |
| | |||||
* | ENH: Try to remove warning | Andy Cedilnik | 2004-03-09 | 1 | -1/+1 |
| | |||||
* | ENH: Move implementation of configure_file to cmMakefile, so that other ↵ | Andy Cedilnik | 2004-03-09 | 1 | -0/+68 |
| | | | | classes can use it | ||||
* | ENH: Moved variable and #cmakedefine replacement from ↵ | Brad King | 2004-03-03 | 1 | -1/+63 |
| | | | | cmConfigureFileCommand.cxx to a ConfigureString method on cmMakefile. This will give other commands access to the configuration code. | ||||
* | ERR: Fix GetModulesFile | Andy Cedilnik | 2004-02-29 | 1 | -0/+1 |
| | |||||
* | ENH: Styart working on bundles support and abstract WIN32_EXECUTABLE | Andy Cedilnik | 2004-02-28 | 1 | -17/+37 |
| | |||||
* | ENH: generate a sln and dsw file for each sub project in a project | Bill Hoffman | 2003-11-26 | 1 | -0/+4 |
| | |||||
* | BUG: hack fix for problem of MS vs 6 and custom target commands | Bill Hoffman | 2003-11-03 | 1 | -3/+22 |
| | |||||
* | ENH: Start includding the scripting support | Andy Cedilnik | 2003-10-29 | 1 | -2/+17 |
| | |||||
* | added beta release support | Ken Martin | 2003-08-11 | 1 | -0/+4 |
| | |||||
* | removed redundent includes | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | removed duplicate include | Ken Martin | 2003-08-10 | 1 | -1/+0 |
| | |||||
* | ENH: When fixing cache value with uninitialized type, collapse full paths ↵ | Andy Cedilnik | 2003-08-08 | 1 | -0/+20 |
| | | | | for PATH and FILEPATH. Closes Bug #82 - Specifying relative path when entering path can break things | ||||
* | ENH: Handle untyped but initialized values for boolean AddCacheDefinition. ↵ | Andy Cedilnik | 2003-08-08 | 1 | -2/+10 |
| | | | | Closes Bug #118 - Specifying cache entries with -D should not need the type | ||||
* | ENH: oops, initialize variable | Andy Cedilnik | 2003-08-06 | 1 | -1/+1 |
| | |||||
* | ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES | Andy Cedilnik | 2003-08-06 | 1 | -0/+25 |
| | |||||
* | BUG: Fix problem with uninitialized variables | Andy Cedilnik | 2003-08-02 | 1 | -1/+2 |
| | |||||
* | ENH: Allow specifying cmake variables on the command line without specifying ↵ | Andy Cedilnik | 2003-08-01 | 1 | -2/+9 |
| | | | | the type Bug #118 - Specifying cache entries with -D should not need the type | ||||
* | bug fix for bug # 117 | Ken Martin | 2003-07-31 | 1 | -5/+7 |
| | |||||
* | ENH: Fully implemented SOURCE_GROUP command. | Brad King | 2003-07-23 | 1 | -7/+10 |
| | |||||
* | ENH: Initial framework for deprecated commands | Andy Cedilnik | 2003-07-21 | 1 | -2/+19 |
| | |||||
* | BUG: Custom commands should have variables expanded before comparing with ↵ | Brad King | 2003-07-14 | 1 | -10/+10 |
| | | | | previously added custom commands. | ||||
* | BUG#65: Fixed inheritance of CMAKE_CURRENT_SOURCE_DIR and ↵ | Brad King | 2003-07-08 | 1 | -6/+8 |
| | | | | CMAKE_CURRENT_BINARY_DIR. | ||||
* | performance improvements | Ken Martin | 2003-06-24 | 1 | -35/+12 |
| | |||||
* | ENH: Merged use of the kwsys RegularExpression class instead of ↵ | Brad King | 2003-06-23 | 1 | -4/+7 |
| | | | | cmRegularExpression. | ||||
* | ENH: Merged use of kwsys library. | Brad King | 2003-06-23 | 1 | -1/+0 |
| | |||||
* | fix to expand variables in custom command outputs and main dependencies | Ken Martin | 2003-06-21 | 1 | -4/+16 |
| | |||||
* | bug in not expanding variables for custom commands in targets | Ken Martin | 2003-06-20 | 1 | -0/+23 |
| | |||||
* | minor perf improvement | Ken Martin | 2003-06-20 | 1 | -2/+3 |
| | |||||
* | bug fix for finding source files | Ken Martin | 2003-06-19 | 1 | -17/+46 |
| | |||||
* | BUG: fix not being able to find generated files in the binary tree | Bill Hoffman | 2003-06-18 | 1 | -2/+8 |
| | |||||
* | BUG: Fixed translation of relative path names to full path names. | Brad King | 2003-06-13 | 1 | -6/+6 |
| | |||||
* | more custom command | Ken Martin | 2003-06-05 | 1 | -2/+14 |
| | |||||
* | more changes to support full paths | Ken Martin | 2003-06-05 | 1 | -4/+45 |
| | |||||
* | perf improvement | Ken Martin | 2003-06-05 | 1 | -2/+2 |
| | |||||
* | more changes to handle full paths correctly | Ken Martin | 2003-06-05 | 1 | -2/+2 |
| | |||||
* | more crazt changes source files now must match with full path | Ken Martin | 2003-06-05 | 1 | -37/+45 |
| | |||||
* | hopeful fix for backwards compat | Ken Martin | 2003-06-04 | 1 | -4/+18 |
| | |||||
* | tricky fix for backwards compat | Ken Martin | 2003-06-04 | 1 | -1/+3 |
| | |||||
* | better error reporting | Bill Hoffman | 2003-06-04 | 1 | -4/+10 |
| | |||||
* | ENH: allow duplicate commands with the same output to be reduced ↵ | Bill Hoffman | 2003-06-04 | 1 | -1/+9 |
| | | | | automatically to one command | ||||
* | ENH: allow duplicate commands with the same output to be reduced ↵ | Bill Hoffman | 2003-06-04 | 1 | -11/+24 |
| | | | | automatically to one command | ||||
* | compielr errors on como | Ken Martin | 2003-06-04 | 1 | -2/+2 |
| | |||||
* | warning fixes | Ken Martin | 2003-06-03 | 1 | -1/+0 |
| |