summaryrefslogtreecommitdiff
path: root/Utilities/cmzlib/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* zlib: Update build within CMake for 1.2.12Brad King2022-05-281-1/+4
|
* zlib: Add CMakeLists.txt for build within CMakeBrad King2022-05-261-0/+25
|
* zlib: Drop old sources to make room for a fresh importBrad King2022-05-261-44/+0
|
* Utilities: Suppress warnings in third-party code with IBMClangAaron Liu2022-01-271-1/+1
|
* LCC: Add dedicated support for MCST LCC compilermakise-homura2021-10-151-1/+1
| | | | | | | | | | | | | | | | | | | | | Divert LCC compiler as a new one, instead of treating it as GNU. Since old times, Elbrus C/C++/Fortran Compiler (LCC) by MCST has been passing checks for GNU compilers, so it has been identified as GNU. Now, with intent of seriously upstreaming its support, it has been added as a separate LCC compiler, and its version displays not a supported GCC version, but LCC version itself (e.g. LCC 1.25.19 instead of GNU 7.3.0). This commit adds its support for detection, and also converts basically every check like 'is this compiler GNU?' to 'is this compiler GNU or LCC?'. The only places where this check is untouched, is where it regards other platforms where LCC is unavailable (primarily non-Linux), and where it REALLY differs from GNU compiler. Note: this transition may break software that are already ported to Elbrus, but hardly relies that LCC will be detected as GNU; still such software is not known.
* Utilities: Suppress warnings in third-party code with NVHPCBrad King2021-04-201-1/+1
|
* Utilities: Suppress warnings in third-party code when using IntelLLVMBrad King2021-01-281-1/+1
|
* Refactoring: Third-parties public headers are under cm3p prefixMarc Chevrier2020-05-071-5/+0
| | | | Fixes: #20666
* Utilities: Suppress warnings in third-party code when using XLClangBrad King2019-02-251-1/+1
|
* Remove now-unused code once used for MIPSpro on IRIXBrad King2019-02-211-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 codeBrad King2015-01-141-0/+8
|
* Remove borland workarounds.Stephen Kelly2014-10-151-6/+4
| | | | | CMake 3.0 is the last release to require to be able to build with Borland.
* 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.
* Remove useless include file filtersBrad King2009-12-081-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.
* Install third-party utility copyright noticesBrad King2009-09-281-0/+2
| | | | | | | 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: Update zlib to 1.2.3. Addresses bugs #5445 and #3473.David Cole2007-09-111-15/+3
|
* COMP: Fix and/or disable warnings for Borland 5.6 build.Brad King2006-08-011-0/+5
|
* COMP: Cleanup regular expressionsAndy Cedilnik2005-12-301-2/+1
|
* COMP: More cleanupsAndy Cedilnik2005-03-161-1/+5
|
* COMP: attempt to fix warning on Visual Studio 7Andy Cedilnik2005-02-161-7/+7
|
* COMP: Disabling warnings in zlib code to avoid changing it too much.Brad King2005-02-101-0/+8
|
* ENH: Initial import from VTKAndy Cedilnik2005-01-261-0/+40