Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | COMP: Remove compile warning in bootstrap stage | Andy Cedilnik | 2005-02-24 | 1 | -1/+5 |
| | |||||
* | ENH: split up cmCommands into two files | Bill Hoffman | 2005-01-21 | 1 | -116/+0 |
| | |||||
* | ENH: added while command | Ken Martin | 2005-01-21 | 1 | -0/+4 |
| | |||||
* | ENH: major changes to support addition of languages from cmake modules ↵ | Bill Hoffman | 2004-09-22 | 1 | -0/+2 |
| | | | | directory. | ||||
* | ERR: On Mac we need GET_SOURCE_FILE_PROPERTY for building curl | Andy Cedilnik | 2004-06-14 | 1 | -2/+2 |
| | |||||
* | ENH: Add GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can ↵ | Andy Cedilnik | 2004-04-23 | 1 | -0/+4 |
| | | | | change include directories and get all sorts of things. Closes Bug #25 - Get_CMAKE_PROPERTIES | ||||
* | ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add ↵ | Andy Cedilnik | 2004-04-15 | 1 | -0/+2 |
| | | | | opposite to ADD_DEFINITIONS | ||||
* | BUG: Bootstrapping with wxWindows support needs SEPARATE_ARGUMENTS command. | Brad King | 2003-08-11 | 1 | -2/+2 |
| | |||||
* | ENH: Added optional configuration of data/doc/man dirs. This will be useful ↵ | Brad King | 2003-07-21 | 1 | -2/+2 |
| | | | | for package maintainers. | ||||
* | ENH: Made ADD_DEPENDENCIES available from bootstrapped cmake. It will be ↵ | Brad King | 2003-07-08 | 1 | -2/+2 |
| | | | | needed to build cmake. | ||||
* | ENH: Start working on a general file manipulation command | Andy Cedilnik | 2003-07-07 | 1 | -0/+2 |
| | |||||
* | ERR: Set source files properties is needed for Curl build | Andy Cedilnik | 2003-04-25 | 1 | -2/+2 |
| | |||||
* | BUG: fix compile error on windows because of windows.h | Bill Hoffman | 2003-04-17 | 1 | -1/+6 |
| | |||||
* | streamline bootstrap | Ken Martin | 2003-04-16 | 1 | -58/+58 |
| | |||||
* | Add command for accessing cmake properties. At this point the only ↵ | Andy Cedilnik | 2003-03-06 | 1 | -0/+2 |
| | | | | properties are VARIABLES and CACHE_VARIABLES. Also add test for this feature | ||||
* | ENH: Added FIND_PACKAGE command prototyp. | Brad King | 2003-01-21 | 1 | -0/+2 |
| | |||||
* | ENH: add a new command that allows exports of library dependencies from a ↵ | Bill Hoffman | 2003-01-20 | 1 | -0/+2 |
| | | | | project to a file | ||||
* | ENH: add target properties | Bill Hoffman | 2002-12-20 | 1 | -0/+4 |
| | |||||
* | ENH: Added STRING command. | Brad King | 2002-11-06 | 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. | ||||
* | Add WRITE_FILE command, which writes string to a file | Andy Cedilnik | 2002-09-20 | 1 | -0/+2 |
| | |||||
* | updated to try compile | Ken Martin | 2002-09-19 | 1 | -0/+2 |
| | |||||
* | ERR: Removed accidental commit. | Brad King | 2002-09-10 | 1 | -2/+0 |
| | |||||
* | BUG: Missing AC_SUBST commands added. | Brad King | 2002-09-10 | 1 | -0/+2 |
| | |||||
* | changed cache manager and registered generators to no longer be singletons | Ken Martin | 2002-08-28 | 1 | -0/+2 |
| | |||||
* | fixed bootstrap build to not use LoadCOmmandCOmmand | Ken Martin | 2002-08-27 | 1 | -0/+8 |
| | |||||
* | now uses stubs | Ken Martin | 2002-08-26 | 1 | -0/+3 |
| | |||||
* | added new command | Ken Martin | 2002-08-13 | 1 | -0/+2 |
| | |||||
* | ENH: Added ITK Tcl wrapping command. | Brad King | 2002-05-08 | 1 | -0/+2 |
| | |||||
* | ENH: add new command to separate space separated arguments | Bill Hoffman | 2002-04-30 | 1 | -0/+2 |
| | |||||
* | updated for 1.4 | Ken Martin | 2002-04-22 | 1 | -4/+6 |
| | |||||
* | ENH: backwards compatible for VTK 4.0, add cmake version requires | Bill Hoffman | 2002-04-17 | 1 | -0/+2 |
| | |||||
* | ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and ↵ | Brad King | 2002-04-17 | 1 | -6/+0 |
| | | | | CONFIGURE_GCCXML | ||||
* | make sure ; expansion is done in all commands | Bill Hoffman | 2002-03-29 | 1 | -2/+0 |
| | |||||
* | ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵ | Bill Hoffman | 2002-03-29 | 1 | -0/+4 |
| | | | | objects, the source lists reference the list via pointers, also you can now set properties on a file, like compile flags, abstract, etc. | ||||
* | ENH: add new command to create a test driver | Bill Hoffman | 2002-03-20 | 1 | -0/+2 |
| | |||||
* | ENH: add file specific compile flags | Bill Hoffman | 2002-03-04 | 1 | -0/+2 |
| | |||||
* | ENH:Updated copyright | Will Schroeder | 2002-01-21 | 1 | -0/+16 |
| | |||||
* | ENH: Adding VTK_MAKE_INSTANTIATOR command. This command will be used by VTK ↵ | Brad King | 2001-12-17 | 1 | -2/+2 |
| | | | | kits to register their classes with vtkInstantiator. | ||||
* | ENH: Command for running FLTK's UI tool "Fluid" was added. | Luis Ibanez | 2001-11-27 | 1 | -0/+2 |
| | |||||
* | ENH: add advanced variable types and command line wizard gui | Bill Hoffman | 2001-11-26 | 1 | -0/+2 |
| | |||||
* | ENH: add new command VARIABLE_REQUIRES for better debugging of list files | Bill Hoffman | 2001-11-19 | 1 | -0/+2 |
| | |||||
* | support for compilation of .ui files into .h and .cxx files | Franck Bettinger | 2001-11-09 | 1 | -0/+2 |
| | |||||
* | Added accessor for add custom command | Andy Cedilnik | 2001-11-07 | 1 | -0/+2 |
| | |||||
* | INCLUDE_EXTERNAL_MSPROJECT command | Phil Pritchett | 2001-10-31 | 1 | -0/+2 |
| | |||||
* | added a QT_WRAP_CPP command | Ian Scott | 2001-10-15 | 1 | -0/+2 |
| | |||||
* | ENH: add Use mangled mesa command | Bill Hoffman | 2001-09-17 | 1 | -0/+2 |
| | |||||
* | ENH: Added SUBDIR_DEPENDS command and corresponding support code. This ↵ | Brad King | 2001-08-01 | 1 | -0/+2 |
| | | | | command allows specification that a set of subdirectories be built before a particular directory. | ||||
* | ENH: Added INSTALL_PROGRAMS command and corresponding support. This ↵ | Brad King | 2001-07-31 | 1 | -0/+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. | ||||
* | added for each command | Ken Martin | 2001-07-25 | 1 | -0/+4 |
| |