Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add enable language support for PROJECT command, this means that a C ↵ | Bill Hoffman | 2002-04-02 | 1 | -12/+1 |
| | | | | only project can be built with cmake, even without a cxx compiler | ||||
* | ENH: closer to working with spaces in the path | Ken Martin | 2002-03-13 | 1 | -0/+11 |
| | |||||
* | ENH: add RUN_TESTS | Bill Hoffman | 2002-02-26 | 1 | -0/+23 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -29/+5 |
| | |||||
* | fix warning for Borland build | Sebastien Barre | 2001-11-30 | 1 | -1/+1 |
| | |||||
* | a better fix maybe | Ken Martin | 2001-11-08 | 1 | -4/+11 |
| | |||||
* | make sure custom targets are in the ALL_BUILD | Bill Hoffman | 2001-11-08 | 1 | -8/+8 |
| | |||||
* | switched string::compare to strncmp | Phil Pritchett | 2001-11-05 | 1 | -1/+1 |
| | |||||
* | allow more than one external MS project | Phil Pritchett | 2001-11-02 | 1 | -1/+1 |
| | |||||
* | INCLUDE_EXTERNAL_MSPROJECT command | Phil Pritchett | 2001-10-31 | 1 | -1/+46 |
| | |||||
* | ENH: separate command from its arguments in the custom command. This allows ↵ | Bill Hoffman | 2001-09-04 | 1 | -1/+2 |
| | | | | the generator on windows to change the slashes for just the command | ||||
* | ENH: big change, only allow commands access to the cache via the cmMakefile ↵ | Bill Hoffman | 2001-08-08 | 1 | -1/+1 |
| | | | | class and GetDefinition, also the cmMakefile is the only way for commands to add to the cache. Also, some changes to configure.in that check for for scoping | ||||
* | ENH: Added INSTALL_PROGRAMS command and corresponding support. This ↵ | Brad King | 2001-07-31 | 1 | -1/+2 |
| | | | | involved splitting cmTarget::INSTALL into INSTALL_FILES and INSTALL_PROGRAMS enum values. INSTALL_FILES no longer adds execute permission. The INSTALL_PROGRAMS commnad takes either a list of explicit names, or a regex. It will not expand source lists like the INSTALL_FILES command will. | ||||
* | ENH: Added support for selection of static/shared build on a per-library basis. | Brad King | 2001-07-02 | 1 | -2/+1 |
| | |||||
* | allow no name project | Bill Hoffman | 2001-06-21 | 1 | -1/+8 |
| | |||||
* | ENH: move utilities to targets from makefile, and add versioning to cache | Bill Hoffman | 2001-06-07 | 1 | -7/+7 |
| | |||||
* | ENH: rename DSWMakefile and DSPMakefile to DSWWriter and DSPWriter | Bill Hoffman | 2001-06-06 | 1 | -14/+14 |
| | |||||
* | STYLE: line too long | Bill Hoffman | 2001-06-04 | 1 | -1/+2 |
| | |||||
* | BUG: clean up memory leaks. | Bill Hoffman | 2001-06-04 | 1 | -3/+12 |
| | |||||
* | install fixes for win32 | Ken Martin | 2001-05-23 | 1 | -3/+7 |
| | |||||
* | option to make utilities in the all target | Ken Martin | 2001-05-04 | 1 | -2/+2 |
| | |||||
* | ENH: move testing stuff to cmake from configure, good bye dashboard... :) | Bill Hoffman | 2001-05-04 | 1 | -12/+4 |
| | |||||
* | ENH: implement ADD_TARGET command, and add an ALL_BUILD target | Bill Hoffman | 2001-05-01 | 1 | -4/+47 |
| | |||||
* | added TARGET_LINK_LIBRARY command and support for debug and release ↵ | Ken Martin | 2001-04-30 | 1 | -6/+13 |
| | | | | libraries to link against | ||||
* | ENH:New copyright | Will Schroeder | 2001-04-27 | 1 | -5/+30 |
| | |||||
* | support for debug and opt libraries | Ken Martin | 2001-04-26 | 1 | -7/+8 |
| | |||||
* | ENH: new GUI editor for cmake cache file | Bill Hoffman | 2001-04-23 | 1 | -1/+0 |
| | |||||
* | cleaned up the coding style made ivars private etc | Ken Martin | 2001-04-19 | 1 | -1/+1 |
| | |||||
* | major changes to support multiple libraries and source lists | Ken Martin | 2001-04-11 | 1 | -10/+15 |
| | |||||
* | BUG: fix depends for libraries and executables in the same dir | Bill Hoffman | 2001-04-06 | 1 | -1/+1 |
| | |||||
* | ENH: Added utility dependency support. Now a project can depend on other ↵ | Brad King | 2001-03-09 | 1 | -1/+14 |
| | | | | executables as well as link libraries. | ||||
* | BUG: fix circular depends on libraries and remove depends for static libraries | Bill Hoffman | 2001-02-28 | 1 | -6/+9 |
| | |||||
* | many enhancements including dll support | Ken Martin | 2001-02-27 | 1 | -12/+10 |
| | |||||
* | ENH: add CMakeCache.txt support | Bill Hoffman | 2001-02-23 | 1 | -116/+43 |
| | |||||
* | ENH: first pass at cache, clean up the unix generator, clean up configure.in ↵ | Bill Hoffman | 2001-02-19 | 1 | -4/+8 |
| | | | | some | ||||
* | ENH: add new commands fro find library and find program | Ken Martin | 2001-02-16 | 1 | -4/+8 |
| | |||||
* | some cleanup and fixes | Ken Martin | 2001-02-15 | 1 | -15/+16 |
| | |||||
* | ENH: add cache manager class, move all commands into cmCommands.cxx to speed ↵ | Bill Hoffman | 2001-02-12 | 1 | -1/+1 |
| | | | | up compile times, share a .lib with the command line and mfc versions. | ||||
* | ENH:Documentation and cleanups | Will Schroeder | 2001-01-11 | 1 | -0/+15 |
| | |||||
* | ENH:Documentation and cleanups | Will Schroeder | 2001-01-11 | 1 | -1/+1 |
| | |||||
* | ENH: rework cmake, added ruleMaker classes and changed the syntax of the ↵ | Bill Hoffman | 2001-01-05 | 1 | -47/+53 |
| | | | | CMakeLists.txt files. | ||||
* | ENH: change ME to LIBRARY and added PROJECT, also remove ITK stuff and ↵ | Bill Hoffman | 2000-09-27 | 1 | -4/+17 |
| | | | | replaced with CMake | ||||
* | ENH: clean up code, and varible names | Bill Hoffman | 2000-09-21 | 1 | -1/+1 |
| | |||||
* | ENH: CMake and configure now use SUBDIRS in CMakeLists.txt to find all the ↵ | Bill Hoffman | 2000-09-12 | 1 | -46/+108 |
| | | | | directories of the system. | ||||
* | ENH: move from tools and create working CMake program | Bill Hoffman | 2000-08-30 | 1 | -2/+2 |
| | |||||
* | NEW: move from tools and config to create CMake | Bill Hoffman | 2000-08-29 | 1 | -0/+129 |