Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up install rules of CMake itself (#14371) | Brad King | 2013-08-26 | 1 | -1/+1 |
| | | | | | | | | | | | Ensure CMAKE_DATA_DIR, CMAKE_DOC_DIR, and CMAKE_MAN_DIR are always relative paths in CMake code, and set defaults accordingly. Use the install() command instead of install_files() and install_targets(). This is more modern and also avoids stripping of the first character from user-specified destinations. While at it, fix the default destinations reported in the bootstrap help. | ||||
* | Remove useless include file filters | Brad King | 2009-12-08 | 1 | -1/+0 |
| | | | | | | | | | | The commit "Cleanup regular expressions" removed real include filter expressions and replaced them with lines like INCLUDE_REGULAR_EXPRESSION("^.*$") that do no filtering. We simplify the change by removing the lines altogether. | ||||
* | Install third-party utility copyright notices | Brad King | 2009-09-28 | 1 | -0/+1 |
| | | | | | | | Some of our third-party utilities have licenses that require their copyright and license notices to be distributed with binary forms. This commit adds installation rules to include these notices with installed CMake documentation. | ||||
* | COMP: Cleanup regular expressions | Andy Cedilnik | 2005-12-30 | 1 | -1/+1 |
| | |||||
* | COMP: More cleanups | Andy Cedilnik | 2005-03-16 | 1 | -0/+4 |
| | |||||
* | COMP: Remove compile warning about shadow variables | Andy Cedilnik | 2005-02-27 | 1 | -6/+6 |
| | |||||
* | COMP: fix warnings | Bill Hoffman | 2005-02-25 | 1 | -0/+2 |
| | |||||
* | COMP: Try to resolve compile errors because of missing includes and wrong ↵ | Andy Cedilnik | 2005-01-18 | 1 | -1/+1 |
| | | | | include path | ||||
* | ENH: Initial import of expat | Andy Cedilnik | 2004-06-25 | 21 | -0/+11237 |