summaryrefslogtreecommitdiffstats
path: root/Utilities/cmcompress
Commit message (Collapse)AuthorAgeFilesLines
* Rename header guards to not start with double underscoreSean McBride2014-12-111-3/+3
| | | | | | | | | Use regex to find/replace: __(cm.*_h) \1 Then fix QCMake.h by hand.
* Clean up install rules of CMake itself (#14371)Brad King2013-08-261-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.
* Eliminate -Wconversion warnings.David Cole2010-06-271-1/+1
| | | | | | Change types of local variables, or casting, or re-arrange expressions to get rid of "conversion may alter value" warnings as seen on recent dashboard submissions from londinium.kitware.
* Install third-party utility copyright noticesBrad King2009-09-282-0/+36
| | | | | | | 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.
* ENH: reorder code to remove forward declarationsKen Martin2006-08-171-249/+249
|
* COMP: Fixed linkage specifier consistency warning.Brad King2006-08-171-4/+4
|
* ENH: remove c++ comments from c codeBill Hoffman2006-08-141-4/+0
|
* COMP: Remove warningsAndy Cedilnik2006-08-141-1/+1
|
* COMP: Remove more warningsAndy Cedilnik2006-08-141-4/+4
|
* COMP: Remove some warnings and make library report an error instead of call exitAndy Cedilnik2006-08-142-23/+33
|
* ENH: Initial importAndy Cedilnik2006-07-314-0/+2051