summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Start adding the code that will truncate output logsAndy Cedilnik2005-07-031-0/+4
|
* ENH: Before running configre, remove all macros. Also, backup the command ↵Andy Cedilnik2005-06-161-0/+3
| | | | names. Also, make command names case insensitive
* ENH: Save command that macro overwritesAndy Cedilnik2005-06-141-0/+1
|
* ENH: added support for forcing recomputation of dependsKen Martin2005-06-101-0/+1
|
* ENH: Make AddCMakePath publicAndy Cedilnik2005-05-021-5/+5
|
* ENH: cleanup by removing all the olf local generate junk that i not longer ↵Ken Martin2005-03-101-10/+0
| | | | needed
* ENH: Added build system integrity check to cmLocalUnixMakefileGenerator2. ↵Brad King2004-10-291-2/+7
| | | | This now uses a special --check-build-system flag to cmake which replaces --check-rerun. Integrity of dependencies is also checked during generation.
* PERF: Remove several classes from the bootstrap and so making bootstrap ↵Andy Cedilnik2004-10-271-3/+0
| | | | smaller and faster
* ENH: Added --check-rerun option to allow a runtime check of whether a new ↵Brad King2004-10-151-0/+2
| | | | generate should really be done.
* ENH: Mathieus support for path conversionsKen Martin2004-10-041-2/+5
|
* ENH: Move PreLoad.cmake code to public method so that ccmake and CMakeSetup ↵Andy Cedilnik2004-08-171-0/+1
| | | | can call it
* BUG: Fix resolving of infinite loops while CMakeSetup/ccmake still runningAndy Cedilnik2004-04-261-0/+1
|
* ENH: Add check for infinite loops. Make sure that files written using ↵Andy Cedilnik2004-04-181-1/+7
| | | | WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops
* BUG: fix put/get env problemsBill Hoffman2004-01-261-2/+2
|
* BUG: keep more of the case informationBill Hoffman2003-12-231-0/+8
|
* ENH: Start includding the scripting supportAndy Cedilnik2003-10-291-1/+10
|
* removed redundent includesKen Martin2003-08-101-1/+0
|
* ENH#61: cmake and ccmake now support passing the path to a CMakeCache.txt ↵Brad King2003-08-051-0/+2
| | | | file as an argument. Its settings will be loaded.
* ENH: Add accessor for the list of commandsAndy Cedilnik2003-08-041-1/+5
|
* ERR: Removed duplicate generator documentation.eBrad King2003-07-111-2/+2
|
* ENH: Added CMAKE_STANDARD_INTRODUCTION macro defining standard documentation ↵Brad King2003-07-111-0/+8
| | | | for inclusion in every binary's documentation.
* ENH: Registered global generators are now kept in a table in the cmake ↵Brad King2003-07-081-0/+5
| | | | instance. Added support for documentation with a Generators section.
* ENH: Abstract pre configure check in a separate methodAndy Cedilnik2003-05-291-0/+3
|
* ERR: Run should return a valueAndy Cedilnik2003-04-301-1/+1
|
* ENH: Add additional optional argument to Run. If it is true, it will only ↵Andy Cedilnik2003-04-291-1/+3
| | | | set paths and load cache. It will not do configure and gfenerate
* ENH: Improved documentation. Also modified behavior of "cmake" to not ↵Brad King2003-04-031-0/+19
| | | | configure a project in the current directory unless . is given.
* ENH: Added cmDocumentation class to generate various forms of documentation. ↵Brad King2003-02-141-0/+2
| | | | Each executable will be able to generate its own documentation.
* fix bug in env settingsKen Martin2003-01-091-0/+2
|
* Add option of watching variablesAndy Cedilnik2003-01-081-0/+7
|
* BUG: fix get make command problems.Bill Hoffman2002-12-041-1/+4
|
* ENH: check to make sure cmake matches the cmake used to generate the cacheBill Hoffman2002-11-131-0/+2
|
* Revert backAndy Cedilnik2002-11-071-1/+1
|
* In certain cases, try to guess the source directory, so that you can run ↵Andy Cedilnik2002-11-061-1/+1
| | | | cmake or ccmake without specifying source dir
* 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.
* added progressKen Martin2002-09-261-0/+15
|
* updated commentsKen Martin2002-09-171-0/+19
|
* cleaned up some of the cmake interfaceKen Martin2002-09-171-12/+21
|
* some fixes for try compileKen Martin2002-09-131-5/+5
|
* added a flag if a cmake is in try compileKen Martin2002-09-121-0/+7
|
* moved commands into cmakeKen Martin2002-09-101-0/+24
|
* new archKen Martin2002-09-061-27/+125
|
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-1/+18
|
* removed shared lib supportKen Martin2002-08-231-1/+1
|
* BUG: add explicit clean up of the cachemanager at exit of programs, so dll ↵Bill Hoffman2002-08-231-1/+1
| | | | destruction is not a problem.
* support for pluginsKen Martin2002-08-211-1/+1
|
* BUG: CMake crashed if it failed to find its own executable. Also added ↵Brad King2002-06-271-1/+1
| | | | better error messages when this occurs.
* removed ccommand use cmake nowKen Martin2002-06-031-0/+6
|
* remobed bootstrapKen Martin2002-05-281-8/+0
|
* added initial attempt to support win32 bootstrappingKen Martin2002-05-151-0/+8
|
* ENH:Updated copyrightWill Schroeder2002-01-211-29/+5
|