Andy Cedilnik
|
cc5c136cb8
BUG: If bootstrap cmake is run with no argument produce error
|
21 年之前 |
Andy Cedilnik
|
56234aed4b
PERF: Remove several classes from the bootstrap and so making bootstrap smaller and faster
|
21 年之前 |
Bill Hoffman
|
3e03bed0ac
ENH: fix warning correctly
|
21 年之前 |
Bill Hoffman
|
766c48ae19
WAR: remove a warning on i64
|
21 年之前 |
Andy Cedilnik
|
04016278c6
BUG: Move documentation so that it does not apear in ctest
|
21 年之前 |
Andy Cedilnik
|
4d55c6540a
ENH: Report error and exit when the current directory is not specified
|
21 年之前 |
Andy Cedilnik
|
51516613e8
ENH: Ok, when doing cmake -P you should not have to squish filename next to -P, There should be space between
|
22 年之前 |
Andy Cedilnik
|
afc33a1990
ENH: Argument for script mode is -P (process) and take out the automatic script mode
|
22 年之前 |
Andy Cedilnik
|
d21532cd02
ENH: Ok, no more argument needed for script mode
|
22 年之前 |
Andy Cedilnik
|
ac2859aaa3
ENH: Start includding the scripting support
|
22 年之前 |
Brad King
|
41445f67ac
BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting error message cleaner.
|
22 年之前 |
Brad King
|
8017a17f57
ENH: Added documentation of specifying an existing build tree as an argument.
|
22 年之前 |
Andy Cedilnik
|
967d1b4c6f
ENH: Add help for cmake -E
|
22 年之前 |
Brad King
|
b78888fe38
ENH: Added configuration of name of executable in man page header and version banner.
|
22 年之前 |
Brad King
|
7c2b4e3a02
ENH: Added SEE ALSO section to generated man page. Minor formatting improvements for generated text-only documentation.
|
22 年之前 |
Brad King
|
1cecf7b5aa
ENH: Added support to write multiple help options with one command line. Output files can now also be specified for the help options.
|
22 年之前 |
Brad King
|
e5ed57ec18
ENH: Registered global generators are now kept in a table in the cmake instance. Added support for documentation with a Generators section.
|
22 年之前 |
Andy Cedilnik
|
565200b893
ENH: Add argument -N which prevents CMake from doing configure and generate. 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).
|
22 年之前 |
Brad King
|
a5ea72df88
ENH: Improved documentation. Also modified behavior of "cmake" to not configure a project in the current directory unless . is given.
|
22 年之前 |
Brad King
|
5e18bec8f7
ENH: Re-implemented document generation class to be more organized and more robust.
|
23 年之前 |
Brad King
|
70dc3c4cb1
ENH: Added executable-specific command-line options.
|
23 年之前 |
Brad King
|
1f55680332
ENH: Added cmDocumentation class to generate various forms of documentation. Each executable will be able to generate its own documentation.
|
23 年之前 |
Andy Cedilnik
|
b7e2fe83f8
Try to fix update
|
23 年之前 |
Brad King
|
d6f98c2a82
ENH: Added cmSystemTools::EnableMSVCDebugHook() to prevent error dialogs when CMake is invoked by Dart.
|
23 年之前 |
Andy Cedilnik
|
a96940d7b2
Oops, std namespace
|
23 年之前 |
Andy Cedilnik
|
9f6e61361c
Add Progress support
|
23 年之前 |
Brad King
|
1f6a3c67b1
ENH: Added reference to Copyright.txt. Removed old reference to ITK copyright. Changed program name to CMake instead of Insight in source file header. Also removed tabs.
|
23 年之前 |
Andy Cedilnik
|
a2eccb4203
Remove dependency to dynamic loader during bootstrap
|
23 年之前 |
Bill Hoffman
|
a63f7ba43c
BUG: fix load command stuff for cygwin and cleanup at exit
|
23 年之前 |
Andy Cedilnik
|
4c21ba27c9
Remove unnecessary include
|
23 年之前 |