summaryrefslogtreecommitdiffstats
path: root/Utilities/cmzlib
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for bug # 10543, build on older sunpro now works.Bill Hoffman2010-05-041-4/+4
|
* 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.
* Fix uninitialized variable access in zlib reported by valgrind. Their web ↵David Cole2009-11-181-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 noticesBrad King2009-09-282-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# 7425Bill Hoffman2008-09-152-2/+8
|
* ENH: Update zlib to 1.2.3. Addresses bugs #5445 and #3473.David Cole2007-09-1138-3654/+6278
|
* 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-102-0/+16
|
* ENH: Initial import from VTKAndy Cedilnik2005-01-2634-0/+9163