Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: add a property for HAS_CXX to a target that will force the use of a c++ ↵ | Bill Hoffman | 2004-04-22 | 1 | -0/+4 |
| | | | | compiler in the linking of an executable that contains only c code | ||||
* | ERR: Verify that getenv returned something before using it | Andy Cedilnik | 2004-04-22 | 1 | -1/+8 |
| | |||||
* | update docs | Ken Martin | 2004-04-22 | 1 | -1/+4 |
| | |||||
* | BUG: fix for 301 CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH env vars now used ↵ | Bill Hoffman | 2004-04-22 | 6 | -7/+15 |
| | | | | in FIND_LIBRARY and FIND_PATH in addtion to and before PATH | ||||
* | BUG 178: make top level cmakelist file a source in ALL_BUILD | Bill Hoffman | 2004-04-22 | 2 | -8/+0 |
| | |||||
* | ERR: Fix install on VS71 | Andy Cedilnik | 2004-04-21 | 1 | -3/+14 |
| | |||||
* | ENH: Added cmListFileLexer_SetString method to allow a string to be parsed ↵ | Brad King | 2004-04-21 | 3 | -40/+207 |
| | | | | as input. | ||||
* | BUG: Put all files to manifest | Andy Cedilnik | 2004-04-21 | 1 | -1/+1 |
| | |||||
* | BUG: Fixed check of number of arguments. | Brad King | 2004-04-21 | 1 | -1/+1 |
| | |||||
* | ENH: Do preinstall and postinstall script even if the target is not installed | Andy Cedilnik | 2004-04-21 | 1 | -10/+10 |
| | |||||
* | ENH: Report error and exit when the current directory is not specified | Andy Cedilnik | 2004-04-21 | 2 | -2/+19 |
| | |||||
* | BUG: Prevent crash when the current working directory cannot be established | Andy Cedilnik | 2004-04-21 | 1 | -1/+6 |
| | |||||
* | BUG: If the line ends without new-line character, Split should still return ↵ | Andy Cedilnik | 2004-04-20 | 1 | -5/+2 |
| | | | | something | ||||
* | RNH: Support NoDartCoverage in the binary directorory | Andy Cedilnik | 2004-04-19 | 1 | -2/+27 |
| | |||||
* | ENH#696: Adding REQUIRED option to FIND_PACKAGE command. It will terminate ↵ | Brad King | 2004-04-19 | 2 | -6/+29 |
| | | | | the cmake configure step if the package is not found. | ||||
* | ENH: Add check for infinite loops. Make sure that files written using ↵ | Andy Cedilnik | 2004-04-18 | 9 | -2/+64 |
| | | | | WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops | ||||
* | ENH: Add support for adding object files and sources. This way you can use ↵ | Andy Cedilnik | 2004-04-18 | 2 | -9/+48 |
| | | | | external program such as assembler or fortran to generate object files. Also star of fixing: Bug #757 - add .o file as a source file | ||||
* | better args handling for -I options | Ken Martin | 2004-04-16 | 1 | -0/+5 |
| | |||||
* | better args handling for -I option | Ken Martin | 2004-04-16 | 2 | -15/+36 |
| | |||||
* | ENH: Better reporting of what tests failed and write a file with failed tests | Andy Cedilnik | 2004-04-16 | 1 | -4/+16 |
| | |||||
* | BUG: fix for bug 91 | Bill Hoffman | 2004-04-16 | 1 | -2/+23 |
| | |||||
* | ENH: Add support for HOME and END keys. Also fix Bug #666 - In CCMake when ↵ | Andy Cedilnik | 2004-04-15 | 1 | -3/+6 |
| | | | | deleting something, it does not stop at the beginning of line | ||||
* | BUG: Prevent deleting not existing variables and therefore prevent crash. ↵ | Andy Cedilnik | 2004-04-15 | 1 | -1/+1 |
| | | | | Fixes: Bug #750 - CCMake crashes when deleting all variables | ||||
* | ENH: ADD REMOVE_DEFINITION command. Fix feature request: Bug #182 - Add ↵ | Andy Cedilnik | 2004-04-15 | 5 | -0/+125 |
| | | | | opposite to ADD_DEFINITIONS | ||||
* | BUG: fix for 282 | Bill Hoffman | 2004-04-15 | 1 | -0/+1 |
| | |||||
* | ENH: Handle make install target on Visual Studio 6 and 7 and install templates | Andy Cedilnik | 2004-04-15 | 2 | -0/+34 |
| | |||||
* | ENH: Ok, that is it. Remove old install and replace it with new | Andy Cedilnik | 2004-04-15 | 2 | -166/+4 |
| | |||||
* | BUG: fix for bug 689 | Bill Hoffman | 2004-04-15 | 1 | -1/+1 |
| | |||||
* | BUG: fix external projects for vc7 | Bill Hoffman | 2004-04-14 | 1 | -8/+12 |
| | |||||
* | ENH: Renamed --help-list-commands to --help-command-list and split --help ↵ | Brad King | 2004-04-14 | 2 | -43/+101 |
| | | | | [command] into separate --help and --help-command cmd options. | ||||
* | ENH: Added --help-list-commands option. | Brad King | 2004-04-14 | 2 | -3/+26 |
| | |||||
* | ENH: remove warning | Bill Hoffman | 2004-04-14 | 1 | -1/+1 |
| | |||||
* | ENH: fix warning | Bill Hoffman | 2004-04-13 | 1 | -1/+1 |
| | |||||
* | ENH: add the ability to run a limited sub-set of the tests | Bill Hoffman | 2004-04-13 | 3 | -0/+127 |
| | |||||
* | ERR: Fix warning | Andy Cedilnik | 2004-04-13 | 1 | -0/+3 |
| | |||||
* | BUG: Display string not some weird pointer | Andy Cedilnik | 2004-04-09 | 1 | -1/+1 |
| | |||||
* | BUG: add full path libraries to the depend information | Bill Hoffman | 2004-04-09 | 1 | -0/+13 |
| | |||||
* | ENH: Improve Mac OSX bundle support | Andy Cedilnik | 2004-04-08 | 2 | -4/+18 |
| | |||||
* | fix problem with custom command | Ken Martin | 2004-04-07 | 1 | -1/+2 |
| | |||||
* | ENH: remove warnings on sgi | Bill Hoffman | 2004-04-07 | 1 | -3/+5 |
| | |||||
* | BUG: _LINK_TYPE cache variable should never be switched from optimized to ↵ | Brad King | 2004-04-02 | 1 | -7/+34 |
| | | | | debug or vice versa. | ||||
* | ENH: fix for apple | Bill Hoffman | 2004-04-02 | 1 | -0/+1 |
| | |||||
* | BUG: fix warning and shadow variable | Bill Hoffman | 2004-04-02 | 1 | -1/+0 |
| | |||||
* | fix for missing valid images | Ken Martin | 2004-04-01 | 1 | -25/+51 |
| | |||||
* | ENH: Added comment for future work to make forwarding executable always ↵ | Brad King | 2004-04-01 | 1 | -0/+9 |
| | | | | statically linked. | ||||
* | BUG: Fix bug on windows. You cannot cout std::string directly | Andy Cedilnik | 2004-04-01 | 1 | -1/+1 |
| | |||||
* | ENH: Add logging of submitting | Andy Cedilnik | 2004-04-01 | 3 | -6/+55 |
| | |||||
* | BUG: fix non relative paths | Bill Hoffman | 2004-04-01 | 1 | -6/+12 |
| | |||||
* | BUG: fix for non relative paths with spaces in the path | Bill Hoffman | 2004-04-01 | 1 | -2/+19 |
| | |||||
* | ENH: Reduce number of GetCurrentWorkingDirectory | Andy Cedilnik | 2004-03-31 | 1 | -1/+1 |
| |