Age | Commit message (Expand) | Author | Files | Lines |
2023-01-10 | CMake: Fix appending to CMAKE_RC_FLAGS. | Lasse Collin | 1 | -1/+1 |
2023-01-09 | CMake: Fix windres issues again. | Lasse Collin | 1 | -12/+23 |
2023-01-09 | CMake: Fix a copypaste error in xzdec Windows resource file handling. | Lasse Collin | 1 | -2/+2 |
2023-01-08 | CMake: Update cmake_minimum_required from 3.13...3.16 to 3.13...3.25. | Lasse Collin | 1 | -1/+1 |
2023-01-08 | CMake/Windows: Add resource files to xz.exe and xzdec.exe. | Lasse Collin | 1 | -0/+16 |
2023-01-08 | CMake/Windows: Add a workaround for windres from GNU binutils. | Lasse Collin | 1 | -1/+20 |
2023-01-08 | Build: Require that _mm_set_epi64x() is usable to enable CLMUL support. | Lasse Collin | 1 | -1/+2 |
2023-01-02 | Tests: Creates test_index_hash.c | Jia Tan | 1 | -0/+2 |
2022-12-30 | Build: No longer require HAVE_DECL_CLOCK_MONOTONIC to always be set. | Jia Tan | 1 | -5/+3 |
2022-11-30 | Change the bug report address. | Lasse Collin | 1 | -1/+1 |
2022-11-30 | Build: Add string_conversion.c to CMake, DOS, and VS files. | Lasse Collin | 1 | -0/+1 |
2022-11-24 | Build: Don't put GNU/Linux-specific symbol versions into static liblzma. | Lasse Collin | 1 | -1/+4 |
2022-11-24 | CMake: Don't use symbol versioning with static library. | Lasse Collin | 1 | -3/+7 |
2022-11-19 | CMake: Adds test_memlimit to CMake tests | Jia Tan | 1 | -0/+1 |
2022-11-14 | liblzma: Add fast CRC64 for 32/64-bit x86 using SSSE3 + SSE4.1 + CLMUL. | Lasse Collin | 1 | -2/+24 |
2022-11-14 | liblzma: Use __attribute__((__constructor__)) if available. | Lasse Collin | 1 | -0/+15 |
2022-11-09 | CMake: Add lzip decoder files and #define to the build. | Lasse Collin | 1 | -0/+3 |
2022-09-19 | liblzma: Add experimental ARM64 BCJ filter with a temporary Filter ID. | Lasse Collin | 1 | -0/+3 |
2022-09-08 | CMake: Clarify a comment about Windows symlinks without file extension. | Jia Tan | 1 | -4/+3 |
2022-09-08 | CMake: Update for liblzma_*.map files and fix wrong common_w32res.rc dep. | Lasse Collin | 1 | -5/+19 |
2022-08-31 | CMake: Add xz symlinks. | Lasse Collin | 1 | -1/+37 |
2022-08-31 | CMake: Put xz man page install under if(UNIX) like is for xzdec. | Lasse Collin | 1 | -3/+5 |
2022-08-22 | CMake: Add liblzma tests. | Lasse Collin | 1 | -1/+52 |
2022-07-19 | CMake: Add missing source file to liblzma build | Nicholas Jackson | 1 | -0/+1 |
2022-02-06 | CMake: Keep compatible with Windows 95 for 32-bit build. | huangqinjin | 1 | -1/+11 |
2021-02-13 | CMake: Use interface library for better FindLibLZMA compatibility. | Lasse Collin | 1 | -2/+9 |
2021-01-30 | CMake: Try to improve compatibility with the FindLibLZMA module. | Lasse Collin | 1 | -8/+13 |
2020-12-16 | Build: Don't build bundles on Apple OSes. | Lasse Collin | 1 | -0/+3 |
2020-11-17 | CMake: Fix compatibility with CMake 3.13. | Lasse Collin | 1 | -1/+1 |
2020-02-27 | Build: Make CMake build fail if tuklib_cpucores or tuklib_physmem fails. | Lasse Collin | 1 | -0/+18 |
2020-02-25 | Build: Fix bugs in the CMake files. | Lasse Collin | 1 | -26/+26 |
2020-02-25 | Build: Add very limited experimental CMake support. | Lasse Collin | 1 | -0/+643 |