summaryrefslogtreecommitdiffstats
path: root/Utilities/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* Run CMake.HTML test with older xmllint (#10857)Brad King2010-06-231-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 King2010-06-221-1/+9
| | | | | Use xmllint's --nonet option to avoid downloading the xhtml DTD. Provide the DTD and its dependencies locally.
* Documentation: Test XHTML complianceBrad King2010-03-011-0/+14
| | | | | Use xmllint to validate our generated HTML documentation. See issue #10338.
* Documentation: Cleanup installation rulesBrad King2010-03-011-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 LicenseBrad King2009-09-281-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 featureBrad King2009-02-241-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 WindowsBrad King2009-02-241-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 docsBill Hoffman2009-02-141-0/+1
|
* STYLE: add "--help-policy" and "--help-policies" to the documentationAlexander Neundorf2008-05-131-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 outputKen Martin2007-10-241-1/+7
|
* STYLE: better error message, name the new manpages cmakecommands,Alexander Neundorf2007-07-131-8/+8
| | | | | | cmakecompat, cmakeprops and cmakemodules Alex
* BUG: the cmake deps depend on cmakeAlexander Neundorf2007-07-061-1/+1
| | | | Alex
* BUG: fix build with cmake < 2.4Alexander Neundorf2007-07-021-16/+15
| | | | Alex
* ENH: generate separate documentation for the commands, compatiblityAlexander Neundorf2007-06-281-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 Neundorf2007-06-281-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 documentationAlexander Neundorf2007-06-151-97/+37
| | | | Alex
* STYLE: add man page for cpackAlexander Neundorf2007-06-141-0/+18
| | | | Alex
* STYLE: use GET_TARGET_PROPERTY(LOCATION) instead of manually building theAlexander Neundorf2007-06-071-13/+6
| | | | | | path to the executables (tested with cmake 2.2.3) Alex
* ENH: add KWStyle supportBill Hoffman2007-05-101-1/+1
|
* ENH: Added option BUILD_CursesDialog if curses is found. This allows people ↵Brad King2006-02-081-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 King2006-02-031-2/+2
| | | | determine whether to build the MFCDialog.
* BUG: converted to 1.8 form of custom commandsKen Martin2005-07-151-27/+16
|
* ENH: More cleanups and reorganizationAndy Cedilnik2005-03-041-2/+2
|
* ENH: Moved decision to build MFCDialog up to top level. It is used in both ↵Brad King2003-08-221-26/+22
| | | | the Source and Utilities directories.
* ENH: Added documentation for ctest.Brad King2003-08-061-0/+20
|
* ENH: Added build of documentation for CMakeSetup.Brad King2003-07-231-1/+28
|
* BUG: Don't install ccmake documentation if no ccmake was built.Brad King2003-07-231-19/+23
|
* ENH: Added generation of ccmake documentation on UNIX.Brad King2003-07-211-9/+40
|
* ENH: Added optional configuration of data/doc/man dirs. This will be useful ↵Brad King2003-07-211-0/+33
| | | | for package maintainers.
* Doxygen doc generatorSebastien Barre2001-11-021-0/+1