summaryrefslogtreecommitdiffstats
path: root/Utilities/cmliblzma/CMakeLists.txt
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-221-0/+12
* 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: Assume 'string.h' existsBrad King2020-05-251-1/+1
* liblzma: Use KWIML to get fixed-size integer typesBrad King2020-05-251-33/+0
* liblzma: Drop unused code providing uintmax_t and intmax_tBrad King2020-05-251-2/+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: Drop checks for inline and restrict keywordsBrad King2018-08-061-16/+0
* liblzma: Name sizeof size_t macro consistently with upstreamBrad King2018-08-061-1/+1
* liblzma: Fix HAVE_INLINE and HAVE___INLINE checksBrad King2017-05-171-2/+2
* cmliblzma: always build as static libraryDaniel Pfeifer2016-06-281-5/+1
* liblzma: Disable GNU 3.3 compiler optimizationsBrad King2015-04-081-0/+4
* liblzma: Disable XL compiler optimizations altogetherBrad King2015-04-081-0/+6
* liblzma: fix build on platforms with no SIZE_MAX defined.Chuck Atkins2014-11-031-0/+1
* 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-041-3/+9
* liblzma: Disable warnings to avoid changing 3rd party codeBrad King2014-07-291-0/+10
* liblzma: Add CMake build systemDaniel Pfeifer2014-07-231-0/+195