Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | add project command even if inheriting | Bill Hoffman | 2002-12-02 | 1 | -2/+1 |
| | |||||
* | removed cmMakefile depend from cmSystemTools | Ken Martin | 2002-12-02 | 1 | -0/+76 |
| | |||||
* | ENH: remove cerr calls | Bill Hoffman | 2002-12-02 | 1 | -1/+0 |
| | |||||
* | ENH: add PROJECT command if there is not one | Bill Hoffman | 2002-12-02 | 1 | -2/+19 |
| | |||||
* | BUG: the dependency analysis would incorrectly alphabetically re-order the | Amitha Perera | 2002-11-19 | 1 | -7/+2 |
| | | | | | link lines, which affects external libraries pulled up from deep within the dependency tree. Fixed by preserving order everywhere. | ||||
* | ENH: space fixes and add a status option to message command | Ken Martin | 2002-11-13 | 1 | -0/+5 |
| | |||||
* | Complete rework of makefile generators expect trouble | Bill Hoffman | 2002-11-08 | 1 | -2/+1 |
| | |||||
* | Try to remove some warnings | Andy Cedilnik | 2002-10-24 | 1 | -4/+5 |
| | |||||
* | ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵ | Brad King | 2002-10-23 | 1 | -3/+3 |
| | | | | copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs. | ||||
* | Try to improve source group interface | Andy Cedilnik | 2002-10-04 | 1 | -39/+56 |
| | |||||
* | minor memory fix | Ken Martin | 2002-09-26 | 1 | -2/+2 |
| | |||||
* | Add GetLocal on cmMakefile and on local builds do not perform tests | Andy Cedilnik | 2002-09-20 | 1 | -0/+5 |
| | |||||
* | Add option of TRY_COMPILE to store the output of compilation so that if the ↵ | Andy Cedilnik | 2002-09-20 | 1 | -2/+4 |
| | | | | output fails you can display it or store it in the file | ||||
* | Remove unnecessary disabling of output | Andy Cedilnik | 2002-09-19 | 1 | -18/+0 |
| | |||||
* | When doing try compile disable output | Andy Cedilnik | 2002-09-19 | 1 | -0/+18 |
| | |||||
* | now Try compile can include CMAKE_FLAGS | Ken Martin | 2002-09-18 | 1 | -2/+7 |
| | |||||
* | ENH: Added RemoveDefinition method. | Brad King | 2002-09-18 | 1 | -0/+5 |
| | |||||
* | cleaned up some of the cmake interface | Ken Martin | 2002-09-17 | 1 | -2/+3 |
| | |||||
* | renamed GenerateMakefile to ConfigureFinalPass | Ken Martin | 2002-09-15 | 1 | -1/+1 |
| | |||||
* | some fixes for try compile | Ken Martin | 2002-09-13 | 1 | -0/+1 |
| | |||||
* | better trycompile and enable langiages | Ken Martin | 2002-09-13 | 1 | -2/+9 |
| | |||||
* | added a flag if a cmake is in try compile | Ken Martin | 2002-09-12 | 1 | -0/+1 |
| | |||||
* | Couple of changes: cache variables now have a map of properties. ADVANCED ↵ | Andy Cedilnik | 2002-09-11 | 1 | -0/+4 |
| | | | | and HELPSTRING are now properties of cache variable, IsAdvanced is gone, so is GetCacheEntry, since cache entries are now all private. To access them, you use the iterator. -ADVANCED cache entries are gone and are replaced by the property of cache variables. The cache file still looks the same, but the -ADVANCED cache entries are created when writing file. MarkAsAdvanced and VariableRequires are fixed. So are curses gui and wizard | ||||
* | minor fix in try compile code | Ken Martin | 2002-09-11 | 1 | -7/+2 |
| | |||||
* | updated makefile moved commands into cmake and fixed try compile | Ken Martin | 2002-09-10 | 1 | -70/+23 |
| | |||||
* | ERR: Fixes for comeau compiler. NULL is a pointer of type void*, and cannot ↵ | Brad King | 2002-09-10 | 1 | -3/+3 |
| | | | | be compared directly with other pointer types. We use 0 instead. | ||||
* | new arch | Ken Martin | 2002-09-06 | 1 | -100/+53 |
| | |||||
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 1 | -22/+80 |
| | |||||
* | minor bug | Ken Martin | 2002-08-21 | 1 | -1/+1 |
| | |||||
* | better IF ELSE handling | Ken Martin | 2002-08-09 | 1 | -3/+4 |
| | |||||
* | makefile now does not ignore NOTFOUND libs and includes | Ken Martin | 2002-07-25 | 1 | -17/+0 |
| | |||||
* | makefile now ignores NOTFOUND libs and includes | Ken Martin | 2002-07-25 | 1 | -0/+17 |
| | |||||
* | full variable replacement and removal or empty arguments | Ken Martin | 2002-07-19 | 1 | -9/+23 |
| | |||||
* | fixed if statements inside a foreach | Ken Martin | 2002-07-17 | 1 | -6/+8 |
| | |||||
* | BUG: fix for compile with hp | Bill Hoffman | 2002-07-11 | 1 | -4/+4 |
| | |||||
* | better error handling with if statements | Ken Martin | 2002-07-10 | 1 | -11/+27 |
| |