CMake/Utilities/cmliblzma
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
..
common liblzma: Disable warnings to avoid changing 3rd party code 2014-07-29 08:45:36 -04:00
liblzma liblzma: Avoid defining a 'restrict' macro 2014-07-29 08:45:36 -04:00
.gitattributes liblzma: Add .gitattributes to ignore whitespace checks 2014-07-21 14:08:46 -04:00
CMakeLists.txt liblzma: Disable warnings to avoid changing 3rd party code 2014-07-29 08:45:36 -04:00
COPYING Merge branch 'liblzma-upstream' into add-liblzma 2014-07-21 15:54:44 -04:00
README-CMake.txt liblzma: Add README-CMake.txt 2014-07-23 10:34:55 -04:00
config.h.in liblzma: Avoid defining a 'restrict' macro 2014-07-29 08:45:36 -04:00