Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Utilities: Suppress warnings in third-party code with NVHPC | Brad King | 2021-04-20 | 1 | -1/+1 |
| | |||||
* | Utilities: Suppress warnings in third-party code when using IntelLLVM | Brad King | 2021-01-28 | 1 | -1/+1 |
| | |||||
* | Refactoring: Third-parties public headers are under cm3p prefix | Marc Chevrier | 2020-05-07 | 1 | -5/+0 |
| | | | | Fixes: #20666 | ||||
* | Utilities: Suppress warnings in third-party code when using XLClang | Brad King | 2019-02-25 | 1 | -1/+1 |
| | |||||
* | Remove now-unused code once used for MIPSpro on IRIX | Brad King | 2019-02-21 | 1 | -1/+1 |
| | | | | | | In commit beb991110d (Remove now-unused code once used on IRIX, 2019-01-11, v3.14.0-rc1~167^2) we removed remnants of IRIX support. Also remove remnants of MIPSpro compiler support. | ||||
* | zlib: Disable warnings to avoid changing 3rd party code | Brad King | 2015-01-14 | 1 | -0/+8 |
| | |||||
* | Remove borland workarounds. | Stephen Kelly | 2014-10-15 | 1 | -6/+4 |
| | | | | | CMake 3.0 is the last release to require to be able to build with Borland. | ||||
* | Haiku: Remove outdated preprocessor checks | Adrien Destugues | 2013-10-08 | 2 | -7/+1 |
| | | | | | | | | | * Haiku does not define __BEOS__ anymore, so there is no need to guard these BeOS specific workaround for Haiku. * The workaround themselves are not needed for Haiku as it has much better POSIX compatibility than BeOS did. Applied-by: Rolf Eike Beer <eike@sf-mail.de> | ||||
* | Clean up install rules of CMake itself (#14371) | Brad King | 2013-08-26 | 1 | -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. | ||||
* | Fix spelling and typos (non-binary) | Andreas Mohr | 2013-05-07 | 1 | -1/+1 |
| | |||||
* | Fixes for bug # 10543, build on older sunpro now works. | Bill Hoffman | 2010-05-04 | 1 | -4/+4 |
| | |||||
* | Remove useless include file filters | Brad King | 2009-12-08 | 1 | -3/+0 |
| | | | | | | | | | | The commit "Cleanup regular expressions" removed real include filter expressions and replaced them with lines like INCLUDE_REGULAR_EXPRESSION("^.*$") that do no filtering. We simplify the change by removing the lines altogether. | ||||
* | Fix uninitialized variable access in zlib reported by valgrind. Their web ↵ | David Cole | 2009-11-18 | 1 | -0/+7 |
| | | | | site claims it does no harm ( http://www.zlib.net/zlib_faq.html#faq36 ), but fixing it this way eliminates the problem. | ||||
* | Install third-party utility copyright notices | Brad King | 2009-09-28 | 2 | -0/+25 |
| | | | | | | | 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: add initial support for HAIKU OS from bug# 7425 | Bill Hoffman | 2008-09-15 | 2 | -2/+8 |
| | |||||
* | ENH: Update zlib to 1.2.3. Addresses bugs #5445 and #3473. | David Cole | 2007-09-11 | 38 | -3654/+6278 |
| | |||||
* | COMP: Fix and/or disable warnings for Borland 5.6 build. | Brad King | 2006-08-01 | 1 | -0/+5 |
| | |||||
* | COMP: Cleanup regular expressions | Andy Cedilnik | 2005-12-30 | 1 | -2/+1 |
| | |||||
* | COMP: More cleanups | Andy Cedilnik | 2005-03-16 | 1 | -1/+5 |
| | |||||
* | COMP: attempt to fix warning on Visual Studio 7 | Andy Cedilnik | 2005-02-16 | 1 | -7/+7 |
| | |||||
* | COMP: Disabling warnings in zlib code to avoid changing it too much. | Brad King | 2005-02-10 | 2 | -0/+16 |
| | |||||
* | ENH: Initial import from VTK | Andy Cedilnik | 2005-01-26 | 34 | -0/+9163 |