summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* CMake: Update liblzma-config.cmake generation.Jia Tan2023-03-291-11/+22
* CMake: Allows setting thread method.Jia Tan2023-03-291-40/+104
* CMake: Only build xzdec if decoders are enabled.Jia Tan2023-03-241-1/+1
* CMake: Bump maximum policy version to 3.26.Lasse Collin2023-03-231-1/+1
* CMake: Conditionally build xz list.* files if decoders are enabled.Jia Tan2023-03-231-2/+7
* CMake: Allow configuring features as cache variables.Jia Tan2023-03-231-137/+391
* CMake: Fix typo in a comment.Jia Tan2023-03-181-1/+1
* CMake: Add microlzma_*.c to the build.Lasse Collin2023-03-171-0/+2
* CMake: Require that the C compiler supports C99 or a newer standard.Lasse Collin2023-02-271-0/+8
* CMake: Add LZIP decoder test to list of tests.Jia Tan2023-02-221-0/+1
* Build: Adjust CMake version search regex.Jia Tan2023-02-041-0/+2
* Tests: Create test_filter_str.c.Jia Tan2023-02-031-0/+1
* CMake: Fix appending to CMAKE_RC_FLAGS.Lasse Collin2023-01-101-1/+1
* CMake: Fix windres issues again.Lasse Collin2023-01-091-12/+23
* CMake: Fix a copypaste error in xzdec Windows resource file handling.Lasse Collin2023-01-091-2/+2
* CMake: Update cmake_minimum_required from 3.13...3.16 to 3.13...3.25.Lasse Collin2023-01-081-1/+1
* CMake/Windows: Add resource files to xz.exe and xzdec.exe.Lasse Collin2023-01-081-0/+16
* CMake/Windows: Add a workaround for windres from GNU binutils.Lasse Collin2023-01-081-1/+20
* Build: Require that _mm_set_epi64x() is usable to enable CLMUL support.Lasse Collin2023-01-081-1/+2
* Tests: Creates test_index_hash.cJia Tan2023-01-021-0/+2
* Build: No longer require HAVE_DECL_CLOCK_MONOTONIC to always be set.Jia Tan2022-12-301-5/+3
* Change the bug report address.Lasse Collin2022-11-301-1/+1
* Build: Add string_conversion.c to CMake, DOS, and VS files.Lasse Collin2022-11-301-0/+1
* Build: Don't put GNU/Linux-specific symbol versions into static liblzma.Lasse Collin2022-11-241-1/+4
* CMake: Don't use symbol versioning with static library.Lasse Collin2022-11-241-3/+7
* CMake: Adds test_memlimit to CMake testsJia Tan2022-11-191-0/+1
* liblzma: Add fast CRC64 for 32/64-bit x86 using SSSE3 + SSE4.1 + CLMUL.Lasse Collin2022-11-141-2/+24
* liblzma: Use __attribute__((__constructor__)) if available.Lasse Collin2022-11-141-0/+15
* CMake: Add lzip decoder files and #define to the build.Lasse Collin2022-11-091-0/+3
* liblzma: Add experimental ARM64 BCJ filter with a temporary Filter ID.Lasse Collin2022-09-191-0/+3
* CMake: Clarify a comment about Windows symlinks without file extension.Jia Tan2022-09-081-4/+3
* CMake: Update for liblzma_*.map files and fix wrong common_w32res.rc dep.Lasse Collin2022-09-081-5/+19
* CMake: Add xz symlinks.Lasse Collin2022-08-311-1/+37
* CMake: Put xz man page install under if(UNIX) like is for xzdec.Lasse Collin2022-08-311-3/+5
* CMake: Add liblzma tests.Lasse Collin2022-08-221-1/+52
* CMake: Add missing source file to liblzma buildNicholas Jackson2022-07-191-0/+1
* CMake: Keep compatible with Windows 95 for 32-bit build.huangqinjin2022-02-061-1/+11
* CMake: Use interface library for better FindLibLZMA compatibility.Lasse Collin2021-02-131-2/+9
* CMake: Try to improve compatibility with the FindLibLZMA module.Lasse Collin2021-01-301-8/+13
* Build: Don't build bundles on Apple OSes.Lasse Collin2020-12-161-0/+3
* CMake: Fix compatibility with CMake 3.13.Lasse Collin2020-11-171-1/+1
* Build: Make CMake build fail if tuklib_cpucores or tuklib_physmem fails.Lasse Collin2020-02-271-0/+18
* Build: Fix bugs in the CMake files.Lasse Collin2020-02-251-26/+26
* Build: Add very limited experimental CMake support.Lasse Collin2020-02-251-0/+643