summaryrefslogtreecommitdiffstats
path: root/Source/cmake.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Rolling back symbolic path changes until it works on Windows.Amitha Perera2002-01-071-1/+0
|
* ENH: Add an invocation that maintains symbolic paths to the source and ↵Amitha Perera2002-01-061-0/+1
| | | | | | binary trees, mainly for systems with automounted network drives. ENH: CollapseFullPath() no longer adds a trailing "/" to directory paths.
* ENH: add command line arguments to set cache entriesBill Hoffman2001-11-201-4/+3
|
* ENH: integrate borland supportBill Hoffman2001-09-061-2/+2
|
* ENH: rework GUI with configure/OK/CancelBill Hoffman2001-07-251-1/+3
|
* ENH: change MFC gui to use cmake classBill Hoffman2001-05-301-4/+8
|
* new commandKen Martin2001-05-181-0/+82