Commit History

Author SHA1 Message Date
  Andy Cedilnik 18d9fad3df ENH: Add help for graphviz 19 years ago
  Bill Hoffman 96a46bdb44 ENH: search for help modules in the correct place for install and source tree builds 19 years ago
  Bill Hoffman ae10b3578d ENH: add a wrapper for xcodebuild to get around bug and verbose output 19 years ago
  Andy Cedilnik 3806c1050d ENH: Remove things from bootstrap 19 years ago
  Andy Cedilnik f483e48d2a ENH: Cleanup DynamicLoader so that the symbols have more consistent names, start using dynamic loader from kwsys in CMake 20 years ago
  Ken Martin 3d96e52261 STYLE: some m_ to this-> cleanup 20 years ago
  Bill Hoffman 89e5fc63fe STYLE: fix line lengths 20 years ago
  Andy Cedilnik 4259971961 ENH: Since list file cache does not make much sense any more (because of proper list file parsing), and it actually adds unnecessary complications and make ctest scripting not work, take it out 20 years ago
  Bill Hoffman b7fa820118 ENH: add documentation support for modules 20 years ago
  Brad King c59d56f653 BUG: Corrected and updated documentation of the -P option, -C option, GET_TARGET_PROPERTY command, and GET_SOURCE_FILE_PROPERTY command. 20 years ago
  Bill Hoffman ee0db4aeb4 BUG: fix CommandLine test problems with spaces and testing for the return value 21 years ago
  Andy Cedilnik cc5c136cb8 BUG: If bootstrap cmake is run with no argument produce error 21 years ago
  Andy Cedilnik 56234aed4b PERF: Remove several classes from the bootstrap and so making bootstrap smaller and faster 21 years ago
  Bill Hoffman 3e03bed0ac ENH: fix warning correctly 21 years ago
  Bill Hoffman 766c48ae19 WAR: remove a warning on i64 21 years ago
  Andy Cedilnik 04016278c6 BUG: Move documentation so that it does not apear in ctest 21 years ago
  Andy Cedilnik 4d55c6540a ENH: Report error and exit when the current directory is not specified 21 years ago
  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 years ago
  Andy Cedilnik afc33a1990 ENH: Argument for script mode is -P (process) and take out the automatic script mode 22 years ago
  Andy Cedilnik d21532cd02 ENH: Ok, no more argument needed for script mode 22 years ago
  Andy Cedilnik ac2859aaa3 ENH: Start includding the scripting support 22 years ago
  Brad King 41445f67ac BUG: Fixed crash of cmake -i when CMAKE_ROOT cannot be found. Made resulting error message cleaner. 22 years ago
  Brad King 8017a17f57 ENH: Added documentation of specifying an existing build tree as an argument. 22 years ago
  Andy Cedilnik 967d1b4c6f ENH: Add help for cmake -E 22 years ago
  Brad King b78888fe38 ENH: Added configuration of name of executable in man page header and version banner. 22 years ago
  Brad King 7c2b4e3a02 ENH: Added SEE ALSO section to generated man page. Minor formatting improvements for generated text-only documentation. 22 years ago
  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 years ago
  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 years ago
  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 years ago
  Brad King a5ea72df88 ENH: Improved documentation. Also modified behavior of "cmake" to not configure a project in the current directory unless . is given. 23 years ago