xz/src/liblzma
Jia Tan b02e74eb73 Windows: Include <intrin.h> when needed.
Legacy Windows did not need to #include <intrin.h> to use the MSVC
intrinsics. Newer versions likely just issue a warning, but the MSVC
documentation says to include the header file for the intrinsics we use.

GCC and Clang can "pretend" to be MSVC on Windows, so extra checks are
needed in tuklib_integer.h to only include <intrin.h> when it will is
actually needed.
2023-05-03 22:33:10 +03:00
..
api liblzma: Update project maintainers in lzma.h. 2023-05-03 22:33:10 +03:00
check Change a few HTTP URLs to HTTPS. 2023-03-18 22:00:28 +08:00
common Windows: Include <intrin.h> when needed. 2023-05-03 22:33:10 +03:00
delta liblzma: Avoid null pointer + 0 (undefined behavior in C). 2023-03-11 21:47:47 +02:00
lz Fix warnings from clang -Wdocumentation. 2023-03-11 21:37:49 +02:00
lzma Build: Removes redundant check for LZMA1 filter support. 2023-05-03 22:33:10 +03:00
rangecoder liblzma: Remove incorrect #ifdef from range_common.h. 2018-03-28 19:24:39 +03:00
simple liblzma: Avoid null pointer + 0 (undefined behavior in C). 2023-03-11 21:47:47 +02:00
Makefile.am Bump version and soname for 5.2.11. 2023-03-18 22:25:59 +08:00
liblzma.pc.in liblzma: Fix Libs.private in liblzma.pc to include -lrt when needed. 2012-04-19 14:02:25 +03:00
liblzma_generic.map liblzma: Vaccinate against an ill patch from RHEL/CentOS 7. 2022-09-16 19:30:05 +03:00
liblzma_linux.map liblzma: Vaccinate against an ill patch from RHEL/CentOS 7. 2022-09-16 19:30:05 +03:00
liblzma_w32res.rc Added public domain notice into a few files. 2009-07-18 11:26:39 +03:00
validate_map.sh liblzma: Vaccinate against an ill patch from RHEL/CentOS 7. 2022-09-16 19:30:05 +03:00