Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | yikes added new custom command support | Ken Martin | 2003-06-03 | 1 | -26/+271 |
| | |||||
* | ENH: add some includes for borland 6 | Bill Hoffman | 2003-05-23 | 1 | -1/+1 |
| | |||||
* | make sure M is after m | Bill Hoffman | 2003-03-14 | 1 | -1/+1 |
| | |||||
* | BUG: c extension must come before C. | Brad King | 2003-03-14 | 1 | -1/+4 |
| | |||||
* | allow the same subdir to be added twice | Ken Martin | 2003-03-13 | 1 | -1/+6 |
| | |||||
* | Fix regular expressions | Andy Cedilnik | 2003-03-13 | 1 | -2/+2 |
| | |||||
* | Synchronize extension lists | Andy Cedilnik | 2003-03-13 | 1 | -6/+14 |
| | |||||
* | Add method which returns a list of all variables | Andy Cedilnik | 2003-03-06 | 1 | -0/+26 |
| | |||||
* | ENH: Centralized setting of CMake version number to top-level CMake listfile. | Brad King | 2003-02-14 | 1 | -0/+9 |
| | |||||
* | Several fixes/improvements: | Brad King | 2003-02-07 | 1 | -1/+23 |
| | | | | | | | | | | | | | - Fixed CollapseFullPath to work on relative paths with base paths not in the current working directory. - INCLUDE command now supports relative paths (using above fix). - Added ABSOLUTE option to GET_FILENAME_COMPONENT command to unwind symlinks and relative paths. - Fixed libName_EXPORTS macro definition to be valid C identifier. - Added DEFINE_SYMBOL target propterty for customizing the export symbol. - Implemented LINK_FLAGS target propterty for libraries in VC6 and VC7. Several of these fixes were contributed by Gareth Jones. | ||||
* | ENH: fix warning | Bill Hoffman | 2003-02-01 | 1 | -1/+0 |
| | |||||
* | ENH: add checking for NOTFOUND | Bill Hoffman | 2003-01-31 | 1 | -0/+1 |
| | |||||
* | add a fatal error, and make sure c and c++ compilers work before using them | Bill Hoffman | 2003-01-21 | 1 | -7/+10 |
| | |||||
* | BUG: Fix for custom commands with spaces in paths. The arguments were not ↵ | Brad King | 2003-01-21 | 1 | -1/+3 |
| | | | | having spaces escaped. | ||||
* | Make GetCMakeInstance private and clean cxx file | Andy Cedilnik | 2003-01-14 | 1 | -5/+5 |
| | |||||
* | more option on var watches | Ken Martin | 2003-01-09 | 1 | -1/+14 |
| | |||||
* | Add option of watching variables | Andy Cedilnik | 2003-01-08 | 1 | -3/+55 |
| | |||||
* | ENH: Improved filename/line number reporting in error message. Macro ↵ | Brad King | 2002-12-12 | 1 | -3/+9 |
| | | | | invocations now chain up the error message. | ||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -68/+48 |
| | | | | evaluation rules are now very consistent. Double quotes can always be used to create exactly one argument, regardless of contents inside. | ||||
* | Add comment support, so that you can see in build process what the custom ↵ | Andy Cedilnik | 2002-12-10 | 1 | -1/+6 |
| | | | | command does | ||||
* | ENH: fix IntDir jump and build problem | Bill Hoffman | 2002-12-06 | 1 | -5/+0 |
| | |||||
* | fix purify FMR | Ken Martin | 2002-12-03 | 1 | -1/+1 |
| |