Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Add a copy constructor to copy the values | Andy Cedilnik | 2006-07-09 | 1 | -0/+1 |
| | |||||
* | ENH: DIsplay the list file stack when displaying errors | Andy Cedilnik | 2006-06-22 | 1 | -1/+6 |
| | |||||
* | STYLE: fix line length | Ken Martin | 2006-05-12 | 1 | -2/+4 |
| | |||||
* | ENH: fix .. in the path of subdirs | Bill Hoffman | 2006-04-20 | 1 | -0/+4 |
| | |||||
* | ENH: some performance optimizations | Ken Martin | 2006-04-11 | 1 | -0/+1 |
| | |||||
* | ENH: Added support for multiple outputs generated by a single custom ↵ | Brad King | 2006-04-11 | 1 | -0/+6 |
| | | | | command. For Visual Studio generators the native tool provides support. For Xcode and Makefile generators a simple trick is used. The first output is considered primary and has the build rule attached. Other outputs simply depend on the first output with no build rule. During cmake_check_build_system CMake detects when a secondary output is missing and removes the primary output to make sure all outputs are regenerated. This approach always builds the custom command at the right time and only once even during parallel builds. | ||||
* | BUG: Fixed typo in new cmake-rerun code. | Brad King | 2006-04-11 | 1 | -1/+1 |
| | |||||
* | ENH: add support for re-running cmake if the cmakefiles change | Bill Hoffman | 2006-04-10 | 1 | -1/+9 |
| | |||||
* | ENH: Allow blocking of writing into the source tree | Andy Cedilnik | 2006-03-22 | 1 | -0/+5 |
| | |||||
* | ENH: added some new functionality | Ken Martin | 2006-03-22 | 1 | -1/+4 |
| | |||||
* | ENH: Remove things from bootstrap | Andy Cedilnik | 2006-03-22 | 1 | -1/+16 |
| | |||||
* | STYLE: minor comment cleanups | Ken Martin | 2006-03-16 | 1 | -3/+2 |
| | |||||
* | STYLE: some m_ to this-> cleanup | Ken Martin | 2006-03-15 | 1 | -81/+83 |
| | |||||
* | ENH: fix line length style stuff | Bill Hoffman | 2006-03-10 | 1 | -5/+9 |
| | |||||
* | ENH: removed unused methods after find changes | Bill Hoffman | 2006-03-02 | 1 | -14/+0 |
| | |||||
* | ENH: Created new install script generation framework. The INSTALL command ↵ | Brad King | 2006-02-19 | 1 | -7/+6 |
| | | | | creates the generators which are later used by cmLocalGenerator to create the cmake_install.cmake files. A new target installation interface is provided by the INSTALL command which fixes several problems with the INSTALL_TARGETS command. See bug#2691. Bugs 1481 and 1695 are addressed by these changes. | ||||
* | ENH: Added INSTALL command as a placeholder for a future generic install ↵ | Brad King | 2006-02-10 | 1 | -1/+9 |
| | | | | specification interface. Currently it supports only a SCRIPT option specifying a script to run during the install stage. | ||||
* | ENH: add working directory support | Bill Hoffman | 2006-02-08 | 1 | -2/+4 |
| | |||||
* | ENH: Improved support for user-configured search paths. Paths given in the ↵ | Brad King | 2006-01-27 | 1 | -0/+8 |
| | | | | CMAKE_LIBRARY_PATH cmake variable are searched first, then those in the CMAKE_LIBRARY_PATH environment variable, then those listed in the call to the FIND_LIBRARY command and finally those listed in the PATH environment variable. The support is similar for finding include files with FIND_PATH, but the variable is CMAKE_INCLUDE_PATH. | ||||
* | ENH: add new cmakedefine01 feature from bug report 2603 | Bill Hoffman | 2006-01-03 | 1 | -0/+1 |
| | |||||
* | ENH: Add set and get test propety command | Andy Cedilnik | 2005-07-31 | 1 | -0/+1 |
| | |||||
* | FIX: apply patch from bug# 1965 | Bill Hoffman | 2005-07-13 | 1 | -13/+13 |
| | |||||
* | ENH: cleaned up some old methods and vars | Ken Martin | 2005-07-07 | 1 | -29/+11 |
| | |||||
* | ENH: make LOCATION an computed property of the target and get rid of a bunch ↵ | Ken Martin | 2005-06-22 | 1 | -2/+1 |
| | | | | of const junk | ||||
* | ENH: Improve handling of escaped characters | Andy Cedilnik | 2005-06-17 | 1 | -0/+1 |
| | |||||
* | ENH: Enabling ability for CMAKE_MINIMUM_REQUIRED version to include patch ↵ | Brad King | 2005-06-17 | 1 | -0/+1 |
| | | | | level. Submitted by Alexander Neundorf. | ||||
* | ENH: Add extra argument | Andy Cedilnik | 2005-06-16 | 1 | -1/+2 |
| | |||||
* | ENH: Improve internal test handling by creating a test class. Command ↵ | Andy Cedilnik | 2005-04-24 | 1 | -0/+13 |
| | | | | cmEnableTesting now only sets CMAKE_TESTING_ENABLED and cmAddTest only adds a test to the list. The actual test files are written by local generator. This way we can at some point in the future replace DartTestfile with some XML file | ||||
* | ENH: performance improvements | Bill Hoffman | 2005-04-12 | 1 | -1/+2 |
| | |||||
* | ENH: More ctest changes and move SetupTest to superclass | Andy Cedilnik | 2005-04-01 | 1 | -0/+1 |
| | |||||
* | ENH: removed GetParentProjects | Ken Martin | 2005-03-29 | 1 | -5/+0 |
| | |||||
* | ENH: big change that includes immediate subdir support, removing the notion ↵ | Ken Martin | 2005-03-18 | 1 | -22/+18 |
| | | | | of inherited commands, makefiles no longer read in the parent makefiles but instead inherit thier parent makefiles current settings | ||||
* | ENH: add support for out of source source | Ken Martin | 2005-03-14 | 1 | -8/+9 |
| | |||||
* | ENH: cleanup by removing all the olf local generate junk that i not longer ↵ | Ken Martin | 2005-03-10 | 1 | -3/+0 |
| | | | | needed | ||||
* | ENH: Updated implementation of custom commands. Multiple command lines are ↵ | Brad King | 2005-02-22 | 1 | -51/+29 |
| | | | | now supported effectively allowing entire scripts to be written. Also removed extra variable expansions and cleaned up passing of commands through to the generators. The command and individual arguments are now kept separate all the way until the generator writes them out. This cleans up alot of escaping issues. | ||||
* | ENH: more tests are passing | Bill Hoffman | 2005-02-16 | 1 | -0/+1 |
| | |||||
* | ENH: Added GetComplainRegularExpression method. | Brad King | 2005-02-07 | 1 | -0/+4 |
| | |||||
* | PERF: Remove several classes from the bootstrap and so making bootstrap ↵ | Andy Cedilnik | 2004-10-27 | 1 | -0/+7 |
| | | | | smaller and faster | ||||
* | ENH: remove warning | Bill Hoffman | 2004-08-27 | 1 | -1/+1 |
| | |||||
* | ENH: try to initialize all languages at the same time | Bill Hoffman | 2004-08-27 | 1 | -1/+1 |
| | |||||
* | ENH: initial fortran support | Bill Hoffman | 2004-08-06 | 1 | -1/+1 |
| | |||||
* | ENH: Added support for special variables CMAKE_CURRENT_LIST_FILE and ↵ | Brad King | 2004-08-04 | 1 | -1/+3 |
| | | | | CMAKE_CURRENT_LIST_LINE that evaluate to the file name and line number in which they appear. This implements the feature request from bug 1012. | ||||
* | ENH: Implement additional make clean files as a directory property instead ↵ | Andy Cedilnik | 2004-05-20 | 1 | -0/+7 |
| | | | | of cmake variable | ||||
* | ENH: Add method to get definition even if it does not exists | Andy Cedilnik | 2004-04-27 | 1 | -0/+1 |
| | |||||
* | ENH: Add GET/SET_DIRECTORY_PROPERTY/PROPERTIES commands so that we can ↵ | Andy Cedilnik | 2004-04-23 | 1 | -0/+24 |
| | | | | change include directories and get all sorts of things. Closes Bug #25 - Get_CMAKE_PROPERTIES | ||||
* | ENH: add SUBDIR PREORDER and fix clean for non-relative paths | Bill Hoffman | 2004-04-23 | 1 | -11/+5 |
| | |||||
* | ENH: Add check for infinite loops. Make sure that files written using ↵ | Andy Cedilnik | 2004-04-18 | 1 | -0/+12 |
| | | | | WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops | ||||
* | ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add ↵ | Andy Cedilnik | 2004-04-15 | 1 | -0/+1 |
| | | | | opposite to ADD_DEFINITIONS | ||||
* | ENH: add new subdirectory exclude from top option | Bill Hoffman | 2004-03-09 | 1 | -3/+4 |
| | |||||
* | ENH: Try to remove warning | Andy Cedilnik | 2004-03-09 | 1 | -6/+6 |
| |