summaryrefslogtreecommitdiffstats
path: root/Source/cmCommands.cxx
Commit message (Collapse)AuthorAgeFilesLines
* BUG: Bootstrapping with wxWindows support needs SEPARATE_ARGUMENTS command.Brad King2003-08-111-2/+2
|
* ENH: Added optional configuration of data/doc/man dirs. This will be useful ↵Brad King2003-07-211-2/+2
| | | | for package maintainers.
* ENH: Made ADD_DEPENDENCIES available from bootstrapped cmake. It will be ↵Brad King2003-07-081-2/+2
| | | | needed to build cmake.
* ENH: Start working on a general file manipulation commandAndy Cedilnik2003-07-071-0/+2
|
* ERR: Set source files properties is needed for Curl buildAndy Cedilnik2003-04-251-2/+2
|
* BUG: fix compile error on windows because of windows.hBill Hoffman2003-04-171-1/+6
|
* streamline bootstrapKen Martin2003-04-161-58/+58
|
* Add command for accessing cmake properties. At this point the only ↵Andy Cedilnik2003-03-061-0/+2
| | | | properties are VARIABLES and CACHE_VARIABLES. Also add test for this feature
* ENH: Added FIND_PACKAGE command prototyp.Brad King2003-01-211-0/+2
|
* ENH: add a new command that allows exports of library dependencies from a ↵Bill Hoffman2003-01-201-0/+2
| | | | project to a file
* ENH: add target propertiesBill Hoffman2002-12-201-0/+4
|
* ENH: Added STRING command.Brad King2002-11-061-0/+2
|
* ENH: Added reference to Copyright.txt. Removed old reference to ITK ↵Brad King2002-10-231-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 fileAndy Cedilnik2002-09-201-0/+2
|
* updated to try compileKen Martin2002-09-191-0/+2
|
* ERR: Removed accidental commit.Brad King2002-09-101-2/+0
|
* BUG: Missing AC_SUBST commands added.Brad King2002-09-101-0/+2
|
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-0/+2
|
* fixed bootstrap build to not use LoadCOmmandCOmmandKen Martin2002-08-271-0/+8
|
* now uses stubsKen Martin2002-08-261-0/+3
|
* added new commandKen Martin2002-08-131-0/+2
|
* ENH: Added ITK Tcl wrapping command.Brad King2002-05-081-0/+2
|
* ENH: add new command to separate space separated argumentsBill Hoffman2002-04-301-0/+2
|
* updated for 1.4Ken Martin2002-04-221-4/+6
|
* ENH: backwards compatible for VTK 4.0, add cmake version requiresBill Hoffman2002-04-171-0/+2
|
* ENH: Removed out-of-date commands CABLE_WRAP_TCL CABLE_CLASS_SET and ↵Brad King2002-04-171-6/+0
| | | | CONFIGURE_GCCXML
* make sure ; expansion is done in all commandsBill Hoffman2002-03-291-2/+0
|
* ENH: major change, the cmMakefile now contains a master list of cmSourceFile ↵Bill Hoffman2002-03-291-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 driverBill Hoffman2002-03-201-0/+2
|
* ENH: add file specific compile flagsBill Hoffman2002-03-041-0/+2
|
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
|
* ENH: Adding VTK_MAKE_INSTANTIATOR command. This command will be used by VTK ↵Brad King2001-12-171-2/+2
| | | | kits to register their classes with vtkInstantiator.
* ENH: Command for running FLTK's UI tool "Fluid" was added.Luis Ibanez2001-11-271-0/+2
|
* ENH: add advanced variable types and command line wizard guiBill Hoffman2001-11-261-0/+2
|
* ENH: add new command VARIABLE_REQUIRES for better debugging of list filesBill Hoffman2001-11-191-0/+2
|
* support for compilation of .ui files into .h and .cxx filesFranck Bettinger2001-11-091-0/+2
|
* Added accessor for add custom commandAndy Cedilnik2001-11-071-0/+2
|
* INCLUDE_EXTERNAL_MSPROJECT commandPhil Pritchett2001-10-311-0/+2
|
* added a QT_WRAP_CPP commandIan Scott2001-10-151-0/+2
|
* ENH: add Use mangled mesa commandBill Hoffman2001-09-171-0/+2
|
* ENH: Added SUBDIR_DEPENDS command and corresponding support code. This ↵Brad King2001-08-011-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 King2001-07-311-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 commandKen Martin2001-07-251-0/+4
|
* ENH: Added CONFIGURE_GCCXML command to do hard work of configuring GCCXML's ↵Brad King2001-07-231-0/+2
| | | | flags for the current compiler. Currently only implemented correctly for Visual C++ in Windows.
* ENH: Removed deprecated command completely.Brad King2001-07-021-2/+0
|
* alphabetizedKen Martin2001-06-271-2/+2
|
* added add dependencies commandKen Martin2001-06-261-0/+2
|
* ERR: Serious problems with my CVS. How did this get committed?John Biddiscombe2001-06-221-6/+0
|
* ENH: Added new command SOURCE_FILES_REMOVE which can be usedJohn Biddiscombe2001-06-221-1/+9
| | | | | to take files out of the build. Especially useful when certain compilers choke on the odd file.
* ENH: Removing old-style cable commands related to the instantiation ↵Brad King2001-06-191-19/+0
| | | | functionality which has now been removed from cable.