summaryrefslogtreecommitdiffstats
path: root/Source/cmakemain.cxx
Commit message (Expand)AuthorAgeFilesLines
* ENH: make properties a bit more formal with documentation and chainingKen Martin2006-12-071-0/+11
* ENH: do not print a call stack if the user does a message error unless --debu...Bill Hoffman2006-10-061-0/+3
* ENH: add docs for debug trycompileBill Hoffman2006-06-071-0/+3
* ENH: fix crashes when command line arguments are not followed by the correct ...Bill Hoffman2006-05-191-4/+7
* STYLE: fix line lengthKen Martin2006-05-121-1/+2
* ENH: Add help for graphvizAndy Cedilnik2006-04-201-0/+3
* ENH: search for help modules in the correct place for install and source tree...Bill Hoffman2006-04-141-1/+3
* ENH: add a wrapper for xcodebuild to get around bug and verbose outputBill Hoffman2006-03-311-9/+2
* ENH: Remove things from bootstrapAndy Cedilnik2006-03-221-2/+9
* ENH: Cleanup DynamicLoader so that the symbols have more consistent names, st...Andy Cedilnik2006-03-161-1/+1
* STYLE: some m_ to this-> cleanupKen Martin2006-03-151-1/+1
* STYLE: fix line lengthsBill Hoffman2006-03-101-5/+11
* ENH: Since list file cache does not make much sense any more (because of prop...Andy Cedilnik2006-02-071-1/+0
* ENH: add documentation support for modulesBill Hoffman2005-12-141-0/+6
* BUG: Corrected and updated documentation of the -P option, -C option, GET_TAR...Brad King2005-09-211-0/+3
* 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 small...Andy Cedilnik2004-10-271-0/+7
* 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
* ENH: Argument for script mode is -P (process) and take out the automatic scri...Andy Cedilnik2003-12-111-16/+1
* 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 resulting...Brad King2003-08-261-2/+1
* 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 version...Brad King2003-08-061-0/+1
* ENH: Added SEE ALSO section to generated man page. Minor formatting improvem...Brad King2003-07-111-1/+14
* ENH: Added support to write multiple help options with one command line. Out...Brad King2003-07-081-4/+4
* ENH: Registered global generators are now kept in a table in the cmake instan...Brad King2003-07-081-0/+3
* ENH: Add argument -N which prevents CMake from doing configure and generate. ...Andy Cedilnik2003-04-291-1/+65
* ENH: Improved documentation. Also modified behavior of "cmake" to not config...Brad King2003-04-031-1/+29
* ENH: Re-implemented document generation class to be more organized and more r...Brad King2003-02-191-9/+9
* 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
* Try to fix updateAndy Cedilnik2003-02-121-0/+4
* ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when...Brad King2002-12-111-0/+1
* 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 copyrigh...Brad King2002-10-231-3/+3
* 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 de...Bill Hoffman2002-08-231-0/+3
* removed ccommand use cmake nowKen Martin2002-06-031-8/+22