xz/src/liblzma
Jia Tan 9e343a46cf 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-04-25 20:19:32 +08:00
..
api liblzma: Update project maintainers in lzma.h. 2023-04-25 20:19:21 +08:00
check Change a few HTTP URLs to HTTPS. 2023-03-18 22:02:40 +08:00
common Windows: Include <intrin.h> when needed. 2023-04-25 20:19:32 +08:00
delta liblzma: Avoid null pointer + 0 (undefined behavior in C). 2023-03-07 23:24:15 +08:00
lz liblzma: Silence another warning from -Wsign-conversion in a 32-bit build. 2023-02-03 21:10:30 +08:00
lzma Build: Removes redundant check for LZMA1 filter support. 2023-04-25 20:18:18 +08:00
rangecoder liblzma: Fix uint64_t vs. size_t confusion. 2022-02-06 23:19:32 +02:00
simple liblzma: Avoid null pointer + 0 (undefined behavior in C). 2023-03-07 23:24:15 +08:00
Makefile.am Bump version and soname for 5.4.2. 2023-03-18 23:22:06 +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 Bump version to 5.4.0 and soname to 5.4.0. 2022-12-13 20:46:41 +02:00
liblzma_linux.map Bump version to 5.4.0 and soname to 5.4.0. 2022-12-13 20:46:41 +02: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-08 15:01:29 +03:00