Commit Graph

11 Commits

Author SHA1 Message Date
Sean McBride 111be1801f Rename header guards to not start with double underscore
Use regex to find/replace:

__(cm.*_h)
\1

Then fix QCMake.h by hand.
2014-12-11 13:53:06 -05:00
Brad King df62f64db7 Clean up install rules of CMake itself (#14371)
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.
2013-08-26 11:54:07 -04:00
David Cole 415900ba77 Eliminate -Wconversion warnings.
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.
2010-06-27 11:22:05 -04:00
Brad King 9737ea074a Install third-party utility copyright notices
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.
2009-09-28 11:36:17 -04:00
Ken Martin d4ae4849f7 ENH: reorder code to remove forward declarations 2006-08-17 12:04:26 -04:00
Brad King 006b61be35 COMP: Fixed linkage specifier consistency warning. 2006-08-17 09:45:17 -04:00
Bill Hoffman ff4886fa53 ENH: remove c++ comments from c code 2006-08-14 17:30:58 -04:00
Andy Cedilnik 97f1c2b5f0 COMP: Remove warnings 2006-08-14 11:32:35 -04:00
Andy Cedilnik 622a22a921 COMP: Remove more warnings 2006-08-14 10:59:46 -04:00
Andy Cedilnik c76a2bb4b2 COMP: Remove some warnings and make library report an error instead of call exit 2006-08-14 09:58:32 -04:00
Andy Cedilnik 17bdb3d245 ENH: Initial import 2006-07-31 16:59:20 -04:00