Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | STYLE: better error message, name the new manpages cmakecommands, | Alexander Neundorf | 2007-07-13 | 1 | -8/+8 |
| | | | | | | cmakecompat, cmakeprops and cmakemodules Alex | ||||
* | BUG: the cmake deps depend on cmake | Alexander Neundorf | 2007-07-06 | 1 | -1/+1 |
| | | | | Alex | ||||
* | BUG: fix build with cmake < 2.4 | Alexander Neundorf | 2007-07-02 | 1 | -16/+15 |
| | | | | Alex | ||||
* | ENH: generate separate documentation for the commands, compatiblity | Alexander Neundorf | 2007-06-28 | 1 | -6/+40 |
| | | | | | | | | commands, modules and properties as html, text and man pages. The names of the man pages are cmcommands, cmcompat, cmprops and cmmodules, so they are easy to type. Alex | ||||
* | ENH: | Alexander Neundorf | 2007-06-28 | 1 | -2/+2 |
| | | | | | | | | | | | | -in the full documentation there is now an extra section for compatibility commands, so users see which commands they shouldn't use -cmake -h <command> now also works with lower case commands --help-fullm --help-command, --help-module and --help-property now determine the output format from the extension of the given filename Let me know if there are some things I overlooked. Alex | ||||
* | STYLE: use a macro for generating the documentation | Alexander Neundorf | 2007-06-15 | 1 | -97/+37 |
| | | | | Alex | ||||
* | STYLE: add man page for cpack | Alexander Neundorf | 2007-06-14 | 1 | -0/+18 |
| | | | | Alex | ||||
* | STYLE: use GET_TARGET_PROPERTY(LOCATION) instead of manually building the | Alexander Neundorf | 2007-06-07 | 1 | -13/+6 |
| | | | | | | path to the executables (tested with cmake 2.2.3) Alex | ||||
* | ENH: add KWStyle support | Bill Hoffman | 2007-05-10 | 1 | -1/+1 |
| | |||||
* | ENH: Added option BUILD_CursesDialog if curses is found. This allows people ↵ | Brad King | 2006-02-08 | 1 | -22/+20 |
| | | | | to disable building the dialog even when curses is found. | ||||
* | COMP: Fixed build on VC++ Express 2005. Explicitly testing for MFC to ↵ | Brad King | 2006-02-03 | 1 | -2/+2 |
| | | | | determine whether to build the MFCDialog. | ||||
* | BUG: converted to 1.8 form of custom commands | Ken Martin | 2005-07-15 | 1 | -27/+16 |
| | |||||
* | ENH: More cleanups and reorganization | Andy Cedilnik | 2005-03-04 | 1 | -2/+2 |
| | |||||
* | ENH: Moved decision to build MFCDialog up to top level. It is used in both ↵ | Brad King | 2003-08-22 | 1 | -26/+22 |
| | | | | the Source and Utilities directories. | ||||
* | ENH: Added documentation for ctest. | Brad King | 2003-08-06 | 1 | -0/+20 |
| | |||||
* | ENH: Added build of documentation for CMakeSetup. | Brad King | 2003-07-23 | 1 | -1/+28 |
| | |||||
* | BUG: Don't install ccmake documentation if no ccmake was built. | Brad King | 2003-07-23 | 1 | -19/+23 |
| | |||||
* | ENH: Added generation of ccmake documentation on UNIX. | Brad King | 2003-07-21 | 1 | -9/+40 |
| | |||||
* | ENH: Added optional configuration of data/doc/man dirs. This will be useful ↵ | Brad King | 2003-07-21 | 1 | -0/+33 |
| | | | | for package maintainers. | ||||
* | Doxygen doc generator | Sebastien Barre | 2001-11-02 | 1 | -0/+1 |