summaryrefslogtreecommitdiffstats
path: root/Utilities/cmliblzma/liblzma/lzma/lzma_encoder_private.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'upstream-liblzma' into update-liblzmaBrad King2018-08-061-11/+11
| | | | | * upstream-liblzma: liblzma 2018-04-29 (b5be61cc)
* liblzma: Revert "Avoid defining a 'restrict' macro"Brad King2018-08-061-5/+5
| | | | | | Revert commit v3.1.0-rc1~255^2~2 (liblzma: Avoid defining a 'restrict' macro, 2014-07-24). We will use another approach to deal with the 'restrict' keyword.
* liblzma: Avoid defining a 'restrict' macroBrad King2014-07-291-5/+5
| | | | | | | | | | 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'
* Merge branch 'liblzma-upstream' into add-liblzmaBrad King2014-07-211-0/+148