summaryrefslogtreecommitdiff
path: root/Utilities/cmliblzma
Commit message (Expand)AuthorAgeFilesLines
* Utilities: Activate POSIX APIs even without compiler extensionsBrad King2022-06-041-0/+8
* 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-2/+2
* liblzma: Enable multi threaded stream encoding supportNils Gladitz2021-04-222-0/+13
* Merge branch 'upstream-liblzma' into lzma-threadsBrad King2021-04-2253-268/+1205
* 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
* liblzma: Map fixed-size integer types from KWIML as typedefsBrad King2020-06-031-9/+9
* liblzma: Assume 'string.h' existsBrad King2020-05-251-1/+1
* liblzma: Use KWIML to get fixed-size integer typesBrad King2020-05-252-187/+25
* liblzma: Drop unused code providing uintmax_t and intmax_tBrad King2020-05-252-16/+0
* 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
* liblzma: fix undefined shift resultKyle Edwards2019-01-141-1/+1
* liblzma: Suppress MSVC warning parameter difference warningBrad King2018-08-061-0/+1
* liblzma: Drop checks for inline and restrict keywordsBrad King2018-08-062-40/+0
* Merge branch 'upstream-liblzma' into update-liblzmaBrad King2018-08-0696-1047/+3477
* liblzma: Name sizeof size_t macro consistently with upstreamBrad King2018-08-063-4/+4
* liblzma: Revert "Port from C99 to C89/90"Brad King2018-08-0661-1075/+700
* liblzma: Revert "Avoid defining a 'restrict' macro"Brad King2018-08-0631-103/+101
* liblzma: Fix HAVE_INLINE and HAVE___INLINE checksBrad King2017-05-171-2/+2
* Merge branch 'upstream-liblzma' into update-liblzmaBrad King2016-06-295-7/+11
* liblzma: Remove CMake-specific READMEBrad King2016-06-291-66/+0
* cmliblzma: always build as static libraryDaniel Pfeifer2016-06-281-5/+1
* liblzma: Avoid possible overflow on signed left shiftBrad King2016-05-251-1/+1
* liblzma: Disable GNU 3.3 compiler optimizationsBrad King2015-04-081-0/+4
* liblzma: Disable XL compiler optimizations altogetherBrad King2015-04-082-3/+6
* liblzma: Disable XL compiler optimizations in one source to avoid crashBrad King2015-04-021-0/+3
* liblzma: Use unaligned access only on Intel and PowerPC archsBrad King2015-04-011-1/+7
* liblzma: fix build on platforms with no SIZE_MAX defined.Chuck Atkins2014-11-033-5/+4
* Merge topic 'cmake-cmp0054-warnings'Brad King2014-10-211-2/+2
|\
| * Avoid if() quoted auto-dereferenceBen Boeckel2014-10-201-2/+2
* | Remove borland workarounds.Stephen Kelly2014-10-151-2/+0
|/
* liblzma: Added a missing config check for _BoolChuck Atkins2014-09-021-1/+5
* liblzma: Fix compilation with PGI compilerChuck Atkins2014-08-042-7/+9
* liblzma: Avoid defining a 'restrict' macroBrad King2014-07-2931-101/+103
* liblzma: Disable warnings to avoid changing 3rd party codeBrad King2014-07-292-1/+13
* liblzma: Port to VS 6, 7.0Daniel Pfeifer2014-07-292-17/+10
* liblzma: Port from C99 to C89/90Daniel Pfeifer2014-07-2961-700/+1080
* liblzma: Add CMake build systemDaniel Pfeifer2014-07-237-8/+491
* liblzma: Remove unused Makefile.* filesBrad King2014-07-239-387/+0
* liblzma: Add README-CMake.txtBrad King2014-07-231-0/+66
* Merge branch 'liblzma-upstream' into add-liblzmaBrad King2014-07-21148-0/+26264
* liblzma: Add .gitattributes to ignore whitespace checksBrad King2014-07-211-0/+1