Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add a new command that allows exports of library dependencies from a ↵ | Bill Hoffman | 2003-01-20 | 1 | -5/+5 |
| | | | | project to a file | ||||
* | Make GetCMakeInstance private and clean cxx file | Andy Cedilnik | 2003-01-14 | 1 | -2/+7 |
| | |||||
* | Add option of watching variables | Andy Cedilnik | 2003-01-08 | 1 | -0/+3 |
| | |||||
* | update version | Ken Martin | 2003-01-06 | 1 | -2/+2 |
| | |||||
* | updated version | Ken Martin | 2003-01-06 | 1 | -2/+2 |
| | |||||
* | ENH: Improved filename/line number reporting in error message. Macro ↵ | Brad King | 2002-12-12 | 1 | -2/+3 |
| | | | | invocations now chain up the error message. | ||||
* | ENH: Moved ExpandListVariables out of individual commands. Argument ↵ | Brad King | 2002-12-11 | 1 | -3/+11 |
| | | | | 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 | ||||
* | removed cmMakefile depend from cmSystemTools | Ken Martin | 2002-12-02 | 1 | -1/+7 |
| | |||||
* | ENH: space fixes and add a status option to message command | Ken Martin | 2002-11-13 | 1 | -0/+2 |
| | |||||
* | 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 | -5/+9 |
| | |||||
* | Add GetLocal on cmMakefile and on local builds do not perform tests | Andy Cedilnik | 2002-09-20 | 1 | -0/+3 |
| | |||||
* | Add option of TRY_COMPILE to store the output of compilation so that if the ↵ | Andy Cedilnik | 2002-09-20 | 1 | -1/+2 |
| | | | | output fails you can display it or store it in the file | ||||
* | now Try compile can include CMAKE_FLAGS | Ken Martin | 2002-09-18 | 1 | -1/+2 |
| | |||||
* | ENH: Added RemoveDefinition method. | Brad King | 2002-09-18 | 1 | -0/+6 |
| | |||||
* | renamed GenerateMakefile to ConfigureFinalPass | Ken Martin | 2002-09-15 | 1 | -2/+3 |
| | |||||
* | updated makefile moved commands into cmake and fixed try compile | Ken Martin | 2002-09-10 | 1 | -15/+6 |
| | |||||
* | new arch | Ken Martin | 2002-09-06 | 1 | -20/+6 |
| | |||||
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 1 | -2/+20 |
| | |||||
* | removed shared lib support | Ken Martin | 2002-08-23 | 1 | -4/+4 |
| | |||||
* | minor bug | Ken Martin | 2002-08-21 | 1 | -1/+1 |
| | |||||
* | dll support | Ken Martin | 2002-08-21 | 1 | -4/+4 |
| | |||||
* | better error handling with if statements | Ken Martin | 2002-07-10 | 1 | -3/+3 |
| | |||||
* | fixed warning | Ken Martin | 2002-07-02 | 1 | -1/+1 |
| | |||||
* | removed all source lists from the system and made them vectors. Also ↵ | Ken Martin | 2002-06-27 | 1 | -12/+13 |
| | | | | appended _CMAKE_PATH to the end of the automatic cache entries for executables and libraries. Odds of all these changes working are slim but cmake builds and passes all its tests. VTK40 starts building | ||||
* | updated rev | Ken Martin | 2002-06-05 | 1 | -1/+1 |
| | |||||
* | make it backwards compatible with old cmake | Bill Hoffman | 2002-05-02 | 1 | -5/+3 |
| | |||||
* | ENH: change LINK_LIBRARY to add to targets | Bill Hoffman | 2002-05-02 | 1 | -16/+1 |
| | |||||
* | ENH: Make the LinkLibraries command contribute dependencies towards ↵ | Amitha Perera | 2002-05-01 | 1 | -7/+12 |
| | | | | AddLibraries. | ||||
* | ENH: Add library dependency analysis. | Amitha Perera | 2002-05-01 | 1 | -9/+1 |
| | |||||
* | ENH: add enable language support for PROJECT command, this means that a C ↵ | Bill Hoffman | 2002-04-02 | 1 | -1/+6 |
| | | | | only project can be built with cmake, even without a cxx compiler | ||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -2/+11 |
| | | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc. | ||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -30/+6 |
| | |||||
* | ERR: Missing forward declaration of cmMakeDepend added. | Brad King | 2002-01-17 | 1 | -0/+1 |
| | |||||
* | next release | Ken Martin | 2002-01-15 | 1 | -2/+2 |
| | |||||
* | next release | Ken Martin | 2002-01-15 | 1 | -2/+2 |
| | |||||
* | added release verison to cmMakefile | Ken Martin | 2002-01-02 | 1 | -0/+2 |
| | |||||
* | ENH: Added option to IF command to test if a command exists. Syntax is ↵ | Brad King | 2001-12-18 | 1 | -0/+2 |
| | | | | IF(COMMAND name-of-command). | ||||
* | ENH: SUBDIR_DEPENDS command now does nothing. The parallel build ↵ | Brad King | 2001-12-10 | 1 | -15/+0 |
| | | | | functionality is now automatic. Dependencies are setup to force the same build order as a single threaded build, but multiple files in the same directory can be built simultaneously. Also fixed bug with inheriting CMakeLists.txt files when a directory level is skipped. | ||||
* | version rev | Ken Martin | 2001-12-07 | 1 | -1/+1 |
| | |||||
* | release 10 | Ken Martin | 2001-12-07 | 1 | -2/+2 |
| | |||||
* | up version | Ken Martin | 2001-12-05 | 1 | -1/+1 |
| | |||||
* | up version | Ken Martin | 2001-12-05 | 1 | -1/+1 |
| | |||||
* | Add optional BEFORE param to INCLUDE_DIRECTORIES so that include dirs can be ↵ | Sebastien Barre | 2001-11-03 | 1 | -1/+1 |
| | | | | specified before the actual include dirs | ||||
* | ENH: add an option to configure file command that allows for only expansion ↵ | Bill Hoffman | 2001-10-30 | 1 | -2/+3 |
| | | | | of at variables and not dollar variables | ||||
* | add dependency for configure files and use short path in WIN32 cmake test | Bill Hoffman | 2001-10-26 | 1 | -0/+4 |
| | |||||
* | version | Ken Martin | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | version | Ken Martin | 2001-10-01 | 1 | -1/+1 |
| | |||||
* | ENH: change InitialPass to take a const reference to the argument string, to ↵ | Bill Hoffman | 2001-09-20 | 1 | -2/+2 |
| | | | | avoid changes to the file cache |