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