Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: When fixing cache value with uninitialized type, collapse full paths ↵ | Andy Cedilnik | 2003-08-08 | 1 | -0/+20 |
| | | | | for PATH and FILEPATH. Closes Bug #82 - Specifying relative path when entering path can break things | ||||
* | ENH: Handle untyped but initialized values for boolean AddCacheDefinition. ↵ | Andy Cedilnik | 2003-08-08 | 1 | -2/+10 |
| | | | | Closes Bug #118 - Specifying cache entries with -D should not need the type | ||||
* | ENH: Get accessor for cache value as boolean | Andy Cedilnik | 2003-08-08 | 2 | -0/+6 |
| | |||||
* | remove shadowed variable | Ken Martin | 2003-08-08 | 1 | -2/+2 |
| | |||||
* | ERR: Fixed use of != operator for std::string on old broken compilers. | Brad King | 2003-08-08 | 1 | -2/+2 |
| | |||||
* | ENH: Add help for cmake -E | Andy Cedilnik | 2003-08-08 | 1 | -0/+4 |
| | |||||
* | ENH: Flush the output file, to make more nice output for tail -f | Andy Cedilnik | 2003-08-08 | 1 | -0/+2 |
| | |||||
* | ENH: Add displaying of dots when building project. Also, file is now written ↵ | Andy Cedilnik | 2003-08-07 | 2 | -16/+111 |
| | | | | as the output is produced, so, tail -f works, baby... | ||||
* | ENH: Abstract parsing of arguments so that I can use it in other places | Andy Cedilnik | 2003-08-07 | 2 | -20/+32 |
| | |||||
* | ENH: More verbose | Andy Cedilnik | 2003-08-07 | 1 | -0/+1 |
| | |||||
* | ENH: Bold attempt to remove warning | Andy Cedilnik | 2003-08-07 | 1 | -0/+4 |
| | |||||
* | ENH: Bold attempt to remove warning | Andy Cedilnik | 2003-08-07 | 1 | -1/+0 |
| | |||||
* | ENH: Clarification of help dumped when no arguments are given and no test ↵ | Brad King | 2003-08-07 | 1 | -0/+6 |
| | | | | file is found. | ||||
* | ENH: Added compatability for capitalization of _DIR and _FOUND variables in ↵ | Brad King | 2003-08-07 | 1 | -2/+95 |
| | | | | cmake 1.6. | ||||
* | ENH: Add remove watch | Andy Cedilnik | 2003-08-07 | 2 | -0/+15 |
| | |||||
* | ENH: Fix dependencies for curses dialog | Andy Cedilnik | 2003-08-07 | 1 | -1/+0 |
| | |||||
* | BUG: Fixed typo in error message. | Brad King | 2003-08-07 | 1 | -1/+1 |
| | |||||
* | ENH: Report an error when ADD_LIBRARY and TARGET_LINK_LIBRARIES are in the ↵ | Andy Cedilnik | 2003-08-07 | 4 | -9/+48 |
| | | | | wrong order and fix CMakeLists files to actually work | ||||
* | ENH: improve coverage | Bill Hoffman | 2003-08-07 | 1 | -12/+15 |
| | |||||
* | ENH: Cast into apropriate type to remove warning | Andy Cedilnik | 2003-08-07 | 1 | -1/+1 |
| | |||||
* | ENH: Use the new signature | Andy Cedilnik | 2003-08-07 | 1 | -10/+15 |
| | |||||
* | ENH: Added convenience signature to OutputMakeRule. | Brad King | 2003-08-07 | 1 | -0/+6 |
| | |||||
* | ENH: Makefiles now have rules to do a global generate if the CMake listfiles ↵ | Brad King | 2003-08-07 | 1 | -13/+31 |
| | | | | have changed. Necessary for when try-compiles are added to a listfile. | ||||
* | BUG: fix for bugs 125 - 128, and a fix for the bug introduced by the bug fix ↵ | Bill Hoffman | 2003-08-07 | 1 | -2/+2 |
| | | | | for but 92. & was being replaced with &, but after double quote was replaced with " causing it to be &quot. Also add more search paths for mpi | ||||
* | ENH: oops, initialize variable | Andy Cedilnik | 2003-08-06 | 1 | -1/+1 |
| | |||||
* | ENH: Add option to retrieve list of macros. Close Bug #25 - Get_CMAKE_PROPERTIES | Andy Cedilnik | 2003-08-06 | 5 | -1/+53 |
| | |||||
* | BUG: Don't use -V as a version option. It conflicts with ctest. | Brad King | 2003-08-06 | 1 | -1/+0 |
| | |||||
* | ENH: Removed old argument processing code that never does anything. | Brad King | 2003-08-06 | 1 | -24/+0 |
| | |||||
* | BUG#129: Fixed load/save of CMakeCache.txt when it is not in the current ↵ | Brad King | 2003-08-06 | 2 | -5/+3 |
| | | | | directory. | ||||
* | ENH: If CMAKE_EDIT_COMMAND is not specified, use cmake -i | Andy Cedilnik | 2003-08-06 | 1 | -0/+9 |
| | |||||
* | ENH: Tweaked whitespace in documentation of command. | Brad King | 2003-08-06 | 2 | -3/+3 |
| | |||||
* | ENH: Tweaked whitespace in documentation of command. | Brad King | 2003-08-06 | 1 | -8/+6 |
| | |||||
* | ENH: Added SEE ALSO support for generated unix manpage. | Brad King | 2003-08-06 | 1 | -0/+9 |
| | |||||
* | BUG: We don't want to install cmaketest on UNIX or windows. It is for ↵ | Brad King | 2003-08-06 | 1 | -1/+0 |
| | | | | internal CMake testing only. We should probably fold its functionality into ctest anyway. | ||||
* | ENH: Added documentation for ctest. | Brad King | 2003-08-06 | 1 | -21/+82 |
| | |||||
* | ENH: Added configuration of name of executable in man page header and ↵ | Brad King | 2003-08-06 | 5 | -4/+32 |
| | | | | version banner. | ||||
* | BUG: If a directory is specified on the command line that is not an existing ↵ | Brad King | 2003-08-06 | 1 | -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 King | 2003-08-06 | 1 | -0/+1 |
| | |||||
* | Fixed indentation | Brad King | 2003-08-06 | 1 | -4/+4 |
| | |||||
* | ENH: do not output make install rules on windows because they do not work | Bill Hoffman | 2003-08-06 | 1 | -0/+5 |
| | |||||
* | BUG: Fixed spacing error in message. | Brad King | 2003-08-06 | 1 | -1/+1 |
| | |||||
* | ENH: Install test is now enabled when CMAKE_INSTALL_PREFIX is ↵ | Brad King | 2003-08-06 | 1 | -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 King | 2003-08-06 | 1 | -201/+213 |
| | | | | CMake_BINARY_DIR/InstallTest. | ||||
* | ENH: Fix install problem | Andy Cedilnik | 2003-08-06 | 1 | -1/+1 |
| | |||||
* | BUG: Need to provide stdin to child processes. | Brad King | 2003-08-06 | 1 | -0/+1 |
| | |||||
* | ENH: Added support to --help to print help for a single command. | Brad King | 2003-08-05 | 2 | -10/+55 |
| | |||||
* | BUG: Fixed implementation of long dependency list support. The proxy target ↵ | Brad King | 2003-08-05 | 1 | -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 King | 2003-08-05 | 1 | -3/+4 |
| | |||||
* | ENH#61: cmake and ccmake now support passing the path to a CMakeCache.txt ↵ | Brad King | 2003-08-05 | 2 | -8/+94 |
| | | | | file as an argument. Its settings will be loaded. | ||||
* | BUG#92 - Added XML escaping for <, >, and &. | Brad King | 2003-08-05 | 1 | -0/+9 |
| |