CMake/Utilities
Brad King 73eab246fb liblzma: Avoid defining a 'restrict' macro
Any "#define restrict ..." line may conflict with MSVC header files
that use "__declspec(restrict)".  Define our own LZMA_RESTRICT macro
in "Utilities/cmliblzma/config.h.in" and transform liblzma code to
use it:

 git grep -lE '\<restrict\>' Utilities/cmliblzma/liblzma |
   xargs sed -i 's/\<restrict\>/LZMA_RESTRICT/g'
2014-07-29 08:45:36 -04:00
..
Doxygen Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
Git Merge topic 'import-KWSys-subtree' 2012-11-07 09:07:15 -05:00
GitSetup Merge branch 'setup' into developer-setup 2012-04-26 15:43:29 -04:00
KWIML Merge branch 'upstream-kwiml' into update-KWIML 2013-01-08 15:31:53 -05:00
KWStyle Remove CMake-language block-end command arguments 2012-08-13 14:19:16 -04:00
Release OS X: Package with DragNDrop instead of PackageMaker 2014-05-08 14:13:20 -04:00
Sphinx Help: Identify more artifact types in QtHelp documentation. 2014-07-17 16:05:10 +02:00
cmbzip2 curl, bzip2: Suppress warnings by setting initial value 2013-10-08 09:16:33 -04:00
cmcompress Clean up install rules of CMake itself (#14371) 2013-08-26 11:54:07 -04:00
cmcurl cmcurl: Fix a build failure with the Cray compiler on Linux (#15026) 2014-07-17 09:43:05 -04:00
cmexpat Clean up install rules of CMake itself (#14371) 2013-08-26 11:54:07 -04:00
cmlibarchive libarchive: fix compilation on newer HP-UX versions 2014-06-09 10:38:11 -04:00
cmliblzma liblzma: Avoid defining a 'restrict' macro 2014-07-29 08:45:36 -04:00
cmzlib Haiku: Remove outdated preprocessor checks 2013-10-08 09:55:55 -04:00
.NoDartCoverage ENH: No need to do coverage of utilities 2005-06-14 15:53:10 -04:00
.gitattributes Exclude from CMake source archives files specific to Git work tree 2012-03-02 14:36:56 -05:00
CMakeLists.txt Utilities/Release: Pass pre-built docs tarball 2014-01-29 10:10:15 -05:00
SetupForDevelopment.sh Add and configure developer setup helper scripts 2012-03-02 13:33:41 -05:00
cmThirdParty.h.in Include bzlib.h consistently across CMake build (#10950) 2012-01-13 14:05:36 -05:00
cm_bzlib.h Include bzlib.h consistently across CMake build (#10950) 2012-01-13 14:05:36 -05:00
cm_curl.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cm_expat.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cm_libarchive.h Include headers from chosen libarchive (#10923) 2010-08-05 17:06:10 -04:00
cm_xmlrpc.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00
cm_zlib.h Convert CMake to OSI-approved BSD License 2009-09-28 11:43:28 -04:00