Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Run CMake.HTML test with older xmllint (#10857) | Brad King | 2010-06-23 | 1 | -11/+19 |
| | | | | | Old versions of xmllint do not have --nonet or --path options. Fall back to the network-access form in this case. | ||||
* | Run CMake.HTML test without net access (#10857) | Brad King | 2010-06-22 | 1 | -1/+9 |
| | | | | | Use xmllint's --nonet option to avoid downloading the xhtml DTD. Provide the DTD and its dependencies locally. | ||||
* | Documentation: Test XHTML compliance | Brad King | 2010-03-01 | 1 | -0/+14 |
| | | | | | Use xmllint to validate our generated HTML documentation. See issue #10338. | ||||
* | Documentation: Cleanup installation rules | Brad King | 2010-03-01 | 1 | -29/+35 |
| | | | | | | Organize Utilities/CMakeLists.txt to avoid duplicate install command calls. We collect each type of documentation in a variable listing its files for installation and then use one install call at the end. | ||||
* | Convert CMake to OSI-approved BSD License | Brad King | 2009-09-28 | 1 | -0/+11 |
| | | | | | | | This converts the CMake license to a pure 3-clause OSI-approved BSD License. We drop the previous license clause requiring modified versions to be plainly marked. We also update the CMake copyright to cover the full development time range. | ||||
* | BUG: Fix cmake-gui docs generation PATH feature | Brad King | 2009-02-24 | 1 | -2/+5 |
| | | | | | Automatic addition of the Qt DLL location to PATH can be done only for generators that use a Windows shell. | ||||
* | ENH: Help cmake-gui docs generation on Windows | Brad King | 2009-02-24 | 1 | -0/+11 |
| | | | | | | | | We use a custom command to run 'cmake-gui --help...' to generate the documentation for the application. Since this is a Qt application, the executable must find the Qt DLLs in order to run. As a convenience, if QtCore4.dll appears next to qmake.exe, we put its location in the PATH environment variable when running the custom command on Windows. | ||||
* | ENH: add cmake gui docs | Bill Hoffman | 2009-02-14 | 1 | -0/+1 |
| | |||||
* | STYLE: add "--help-policy" and "--help-policies" to the documentation | Alexander Neundorf | 2008-05-13 | 1 | -1/+11 |
| | | | | | | | -generate and install the policy documentation files -generate and install the docbook files for cmake, ctest, cpack, ccmake (cmake-gui not yet ?) Alex | ||||
* | ENH: some more cleanup, fixes, and patch for HTML output | Ken Martin | 2007-10-24 | 1 | -1/+7 |
| | |||||
* | 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 |