summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
Commit message (Collapse)AuthorAgeFilesLines
* ENH: add documentation support for modulesBill Hoffman2005-12-141-0/+6
|
* BUG: Corrected and updated documentation of the -P option, -C option, ↵Brad King2005-09-211-0/+3
| | | | GET_TARGET_PROPERTY command, and GET_SOURCE_FILE_PROPERTY command.
* BUG: fix CommandLine test problems with spaces and testing for the return valueBill Hoffman2005-02-161-1/+3
|
* BUG: If bootstrap cmake is run with no argument produce errorAndy Cedilnik2004-10-271-0/+6
|
* PERF: Remove several classes from the bootstrap and so making bootstrap ↵Andy Cedilnik2004-10-271-0/+7
| | | | smaller and faster
* ENH: fix warning correctlyBill Hoffman2004-09-101-2/+1
|
* WAR: remove a warning on i64Bill Hoffman2004-09-091-1/+2
|
* BUG: Move documentation so that it does not apear in ctestAndy Cedilnik2004-05-101-0/+6
|
* ENH: Report error and exit when the current directory is not specifiedAndy Cedilnik2004-04-211-1/+9
|
* ENH: Ok, when doing cmake -P you should not have to squish filename next to ↵Andy Cedilnik2004-02-201-0/+6
| | | | -P, There should be space between
* ENH: Argument for script mode is -P (process) and take out the automatic ↵Andy Cedilnik2003-12-111-16/+1
| | | | script mode
* ENH: Ok, no more argument needed for script modeAndy Cedilnik2003-10-301-2/+17
|
* ENH: Start includding the scripting supportAndy Cedilnik2003-10-291-0/+7
|
* BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made ↵Brad King2003-08-261-2/+1
| | | | resulting error message cleaner.
* ENH: Added documentation of specifying an existing build tree as an argument.Brad King2003-08-201-1/+2
|
* ENH: Add help for cmake -EAndy Cedilnik2003-08-081-0/+4
|
* ENH: Added configuration of name of executable in man page header and ↵Brad King2003-08-061-0/+1
| | | | version banner.
* ENH: Added SEE ALSO section to generated man page. Minor formatting ↵Brad King2003-07-111-1/+14
| | | | improvements for generated text-only documentation.
* ENH: Added support to write multiple help options with one command line. ↵Brad King2003-07-081-4/+4
| | | | Output files can now also be specified for the help options.
* ENH: Registered global generators are now kept in a table in the cmake ↵Brad King2003-07-081-0/+3
| | | | instance. Added support for documentation with a Generators section.
* ENH: Add argument -N which prevents CMake from doing configure and generate. ↵Andy Cedilnik2003-04-291-1/+65
| | | | This should be improved at some point that it will do all the error checking such as whether the CMakeLists.txt exists etc. It should essentially load cache, go through cmake lists, but not modify cache and other files in the build directory. The second feature is ability to display cache values. You run with argument -L (or -LH /-LA / -LAH) and it will display all nonadvanced cached variables (-L) / all cached variable (-LA) / and cached variables with corresponding help string (-LH -LAH).
* ENH: Improved documentation. Also modified behavior of "cmake" to not ↵Brad King2003-04-031-1/+29
| | | | configure a project in the current directory unless . is given.
* ENH: Re-implemented document generation class to be more organized and more ↵Brad King2003-02-191-9/+9
| | | | robust.
* ENH: Added executable-specific command-line options.Brad King2003-02-171-1/+9
|
* ENH: Added cmDocumentation class to generate various forms of documentation. ↵Brad King2003-02-141-9/+45
| | | | Each executable will be able to generate its own documentation.
* Try to fix updateAndy Cedilnik2003-02-121-0/+4
|
* ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs ↵Brad King2002-12-111-0/+1
| | | | when CMake is invoked by Dart.
* Oops, std namespaceAndy Cedilnik2002-11-151-1/+1
|
* Add Progress supportAndy Cedilnik2002-11-141-1/+11
|
* 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.
* Remove dependency to dynamic loader during bootstrapAndy Cedilnik2002-10-011-0/+2
|
* BUG: fix load command stuff for cygwin and cleanup at exitBill Hoffman2002-09-301-2/+13
|
* Remove unnecessary includeAndy Cedilnik2002-09-121-1/+0
|
* new archKen Martin2002-09-061-1/+1
|
* changed cache manager and registered generators to no longer be singletonsKen Martin2002-08-281-4/+0
|
* BUG: add explicit clean up of the cachemanager at exit of programs, so dll ↵Bill Hoffman2002-08-231-0/+3
| | | | destruction is not a problem.
* removed ccommand use cmake nowKen Martin2002-06-031-8/+22
|
* ENH:Updated copyrightWill Schroeder2002-01-211-0/+16
|
* new borland generator moved into placeBill Hoffman2001-11-301-4/+20
|
* remove memory leaksBill Hoffman2001-09-141-1/+4
|
* cmake does not require two argumentsKen Martin2001-06-121-5/+0
|
* cmake does not require two argumentsKen Martin2001-06-121-1/+1
|
* BUG: add missing fileBill Hoffman2001-05-301-0/+17