Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | BUG: Fix crash when CMAKE_DEBUG_POSTFIX is not set. | Brad King | 2004-08-31 | 1 | -0/+4 |
| | |||||
* | BUG: Fixed generation of installation manifest to account for library ↵ | Brad King | 2004-07-02 | 1 | -1/+8 |
| | | | | versioning symlinks. Also removed DESTDIR prefix from generated manifest. | ||||
* | BUG: If the destination is the same as source, do not copy file. Fixes Bug ↵ | Andy Cedilnik | 2004-07-02 | 1 | -35/+38 |
| | | | | #956 - make install broken | ||||
* | ERR: Fix typo | Andy Cedilnik | 2004-06-30 | 1 | -1/+1 |
| | |||||
* | ENH: Better handling of debug postfix and fix the test | Andy Cedilnik | 2004-06-29 | 1 | -4/+20 |
| | |||||
* | ERR: Fix visual studio install | Andy Cedilnik | 2004-06-28 | 1 | -3/+13 |
| | |||||
* | BUG: Implement installing of shared library versioning and add test for the ↵ | Andy Cedilnik | 2004-06-28 | 1 | -5/+78 |
| | | | | whole thing | ||||
* | BUG: Put all files to manifest | Andy Cedilnik | 2004-04-21 | 1 | -1/+1 |
| | |||||
* | ENH: Add check for infinite loops. Make sure that files written using ↵ | Andy Cedilnik | 2004-04-18 | 1 | -0/+1 |
| | | | | WRITE_FILE and FILE WRITE are not used as input files. Fixes Bug #678 - WRITE_FILE and FILE(WRITE...) lead to infinite loops | ||||
* | ENH: When installing project, write manifest | Andy Cedilnik | 2004-03-28 | 1 | -0/+11 |
| | |||||
* | ENH: Add DESTDIR support | Andy Cedilnik | 2004-02-13 | 1 | -12/+79 |
| | |||||
* | ENH: Handle script mode | Andy Cedilnik | 2004-02-06 | 1 | -2/+10 |
| | |||||
* | ENH: Fix support for debug postfix | Andy Cedilnik | 2004-02-03 | 1 | -3/+2 |
| | |||||
* | ENH: Add support for install postfix | Andy Cedilnik | 2004-02-03 | 1 | -1/+16 |
| | |||||
* | ERR: Remove warning about unused variable | Andy Cedilnik | 2004-01-28 | 1 | -1/+0 |
| | |||||
* | ENH: Make install on windows seems to work now | Andy Cedilnik | 2004-01-27 | 1 | -22/+63 |
| | |||||
* | ERR: Fix build on Mingw. Looks like Mingw is more like visual studio... ↵ | Andy Cedilnik | 2004-01-27 | 1 | -1/+1 |
| | | | | Thanks Fred Wheeler | ||||
* | ERR: And yet another set of constants for file permissions | Andy Cedilnik | 2004-01-27 | 1 | -1/+3 |
| | |||||
* | ENH: Several windows bugs and fixes | Andy Cedilnik | 2004-01-26 | 1 | -2/+7 |
| | |||||
* | ENH: Add unix style install in file command | Andy Cedilnik | 2004-01-26 | 1 | -1/+138 |
| | |||||
* | ENH: Remove extra new line after the written string | Andy Cedilnik | 2003-07-17 | 1 | -1/+1 |
| | |||||
* | ENH: Recurse subdirectories | Andy Cedilnik | 2003-07-14 | 1 | -2/+8 |
| | |||||
* | ENH: Add MAKE_DIRECTORY and modify documentation | Andy Cedilnik | 2003-07-08 | 1 | -0/+37 |
| | |||||
* | ENH: Add globbing to FILE command | Andy Cedilnik | 2003-07-08 | 1 | -0/+64 |
| | |||||
* | ENH: Start working on a general file manipulation command | Andy Cedilnik | 2003-07-07 | 1 | -0/+113 |