Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ENH: Teach UntarFile to preserve file timestamps | Brad King | 2009-04-29 | 1 | -19/+3 |
| | | | | | | After extracting the tarball in a temporary directory we copy the tree to the destination directory. The 'cmake -E copy_directory' command does not preserve file timestamps, so we use file(COPY) instead. | ||||
* | BUG: Add debug message calls to figure out ExternalProject test failure on ↵ | David Cole | 2009-02-04 | 1 | -0/+4 |
| | | | | AIX dashboard. | ||||
* | ENH: First draft of add_external_project functionality. Tweaks, dashboard ↵ | David Cole | 2008-12-04 | 1 | -0/+94 |
fixing, more tests and documentation certain to follow as it gets used by others... |