summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIESAndy Cedilnik2003-08-067-1/+67
|
* BUG: Don't use -V as a version option. It conflicts with ctest.Brad King2003-08-061-1/+0
|
* ENH: Removed old argument processing code that never does anything.Brad King2003-08-061-24/+0
|
* BUG#129: Fixed load/save of CMakeCache.txt when it is not in the current ↵Brad King2003-08-062-5/+3
| | | | directory.
* ENH: If CMAKE_EDIT_COMMAND is not specified, use cmake -iAndy Cedilnik2003-08-061-0/+9
|
* ENH: Add rebuild_cacheAndy Cedilnik2003-08-061-0/+4
|
* ENH: On apple use -lpthreadsAndy Cedilnik2003-08-061-19/+21
|
* ENH: Tweaked whitespace in documentation of command.Brad King2003-08-062-3/+3
|
* ENH: Tweaked whitespace in documentation of command.Brad King2003-08-061-8/+6
|
* ENH: Added SEE ALSO support for generated unix manpage.Brad King2003-08-061-0/+9
|
* BUG: We don't want to install cmaketest on UNIX or windows. It is for ↵Brad King2003-08-061-1/+0
| | | | internal CMake testing only. We should probably fold its functionality into ctest anyway.
* ENH: Added documentation for ctest.Brad King2003-08-062-21/+102
|
* ENH: Added configuration of name of executable in man page header and ↵Brad King2003-08-065-4/+32
| | | | version banner.
* BUG: If a directory is specified on the command line that is not an existing ↵Brad King2003-08-061-1/+3
| | | | build tree, we should still use any -G option that was given to set the generator.
* ENH: Hide windows for processes run by RunSingleCommand.Brad King2003-08-061-0/+1
|
* Fixed indentationBrad King2003-08-061-4/+4
|
* ENH: do not output make install rules on windows because they do not workBill Hoffman2003-08-061-0/+5
|
* BUG: Fixed spacing error in message.Brad King2003-08-061-1/+1
|
* ENH: Install test is now enabled when CMAKE_INSTALL_PREFIX is ↵Brad King2003-08-061-2/+2
| | | | CMake_BINARY_DIR/Tests/TestInstall/Prefix to keep test in one directory.
* ENH: Added Install test. It is enabled when the CMAKE_INSTALL_PREFIX is ↵Brad King2003-08-062-201/+276
| | | | CMake_BINARY_DIR/InstallTest.
* ENH: Fix install problemAndy Cedilnik2003-08-061-1/+1
|
* BUG: Need to provide stdin to child processes.Brad King2003-08-061-0/+1
|
* ENH: Added test of --copyright and --version arguments for coverage.Brad King2003-08-051-0/+2
|
* ENH: Added test of --help [command] form of help option for coverage.Brad King2003-08-051-0/+1
|
* ENH: Added support to --help to print help for a single command.Brad King2003-08-052-10/+55
|
* BUG: Fixed implementation of long dependency list support. The proxy target ↵Brad King2003-08-051-18/+7
| | | | must have a corresponding file to work correctly. Instead of using a proxy target, we now just list one line for each dependency and then print one copy of the build rule at the end.
* ENH: Clarified source directory mismatch message.Brad King2003-08-051-3/+4
|
* ENH#61: cmake and ccmake now support passing the path to a CMakeCache.txt ↵Brad King2003-08-052-8/+94
| | | | file as an argument. Its settings will be loaded.
* BUG#92 - Added XML escaping for <, >, and &.Brad King2003-08-051-0/+9
|
* BUG: Open as ascii to remove extra new linesAndy Cedilnik2003-08-051-1/+1
|
* ENH: Added show/hide window support.Brad King2003-08-052-23/+31
|
* ENH: Added SetOption/GetOption methods for platform-specific options.Brad King2003-08-053-0/+55
|
* BUG: Can't close stdin.Brad King2003-08-051-2/+4
|
* BUG: Added missing zero-initialization of struct sigaction.Brad King2003-08-051-0/+2
|
* added test for whether pdbtype should be used for nmakeKen Martin2003-08-052-2/+25
|
* BUG: GetErrorString should return ErrorMessage buffer, not the pipe buffer.Brad King2003-08-051-1/+1
|
* minor fixKen Martin2003-08-051-4/+4
|
* added outputEcho method and fixed make help for nmake and borlandKen Martin2003-08-052-35/+52
|
* ERR: Fixed typeo tests->test.Brad King2003-08-042-2/+2
|
* added make help target first cutKen Martin2003-08-041-1/+47
|
* fix for debug libs on UNIXKen Martin2003-08-041-2/+12
|
* ENH: Improve paths on windowsAndy Cedilnik2003-08-041-1/+10
|
* ENH: Fix escaping on windowsAndy Cedilnik2003-08-041-14/+2
|
* ENH: Fix argument parsing on UNIX with spacesAndy Cedilnik2003-08-041-3/+15
|
* ENH: Use new RunCommandAndy Cedilnik2003-08-041-2/+2
|
* ENH: Use new RunCommandAndy Cedilnik2003-08-042-17/+21
|
* ENH: Use the new RunCommandAndy Cedilnik2003-08-042-10/+9
|
* ENH: Use the new signatureAndy Cedilnik2003-08-041-2/+2
|
* ENH: Use the new RunCommandAndy Cedilnik2003-08-044-6/+14
|
* ENH: Use the new signatureAndy Cedilnik2003-08-042-3/+4
|