index
:
xz.git
jiatan/v5.6.0/autofoo
jiatan/v5.6.0/tar
jiatan/v5.6.0/unpack
jiatan/v5.6.1/autofoo
jiatan/v5.6.1/tar
jiatan/v5.6.1/unpack
larhzu/master
larhzu/v5.0
larhzu/v5.2
larhzu/v5.4
larhzu/v5.6
XZ Utils
Lasse Collin
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
CMakeLists.txt
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-22
CMake: Wrap two overlong lines that are possible to wrap.
Lasse Collin
1
-2
/
+4
2023-09-22
CMake: Add a comment about threads on Cygwin.
Lasse Collin
1
-0
/
+1
2023-09-22
CMake: Require VS2015 or later for building xzdec.
Lasse Collin
1
-1
/
+1
2023-09-22
CMake: Allow building xz with Visual Studio 2015 and later.
Lasse Collin
1
-1
/
+1
2023-09-22
CMake: Add support for replacement getopt_long (lib/getopt*).
Lasse Collin
1
-7
/
+47
2023-09-22
CMake: Bump maximum policy version to 3.27.
Lasse Collin
1
-1
/
+1
2023-09-12
CMake: Fix time.h checks not running on second CMake run.
Jia Tan
1
-8
/
+10
2023-09-12
CMake: Fix unconditionally defining HAVE_CLOCK_MONOTONIC.
Jia Tan
1
-5
/
+3
2023-08-14
CMake: Conditionally allow win95 threads and --enable-small.
Jia Tan
1
-8
/
+20
2023-07-31
Docs: Fix typos found by codespell
Dimitri Papadopoulos Orfanos
1
-2
/
+2
2023-07-28
CMake: Conditionally allow the creation of broken symlinks.
Jia Tan
1
-7
/
+75
2023-06-27
Minor tweaks to style and comments.
Lasse Collin
1
-4
/
+4
2023-06-27
CMake: Rename CHECK_ATTR_IFUNC to ALLOW_ATTR_IFUNC.
Lasse Collin
1
-3
/
+3
2023-06-27
Add ifunc check to CMakeLists.txt
Hans Jansen
1
-0
/
+19
2023-06-06
CMake: Protects against double find_package
Benjamin Buch
1
-7
/
+9
2023-03-29
CMake: Update liblzma-config.cmake generation.
Jia Tan
1
-11
/
+22
2023-03-29
CMake: Allows setting thread method.
Jia Tan
1
-40
/
+104
2023-03-24
CMake: Only build xzdec if decoders are enabled.
Jia Tan
1
-1
/
+1
2023-03-23
CMake: Bump maximum policy version to 3.26.
Lasse Collin
1
-1
/
+1
2023-03-23
CMake: Conditionally build xz list.* files if decoders are enabled.
Jia Tan
1
-2
/
+7
2023-03-23
CMake: Allow configuring features as cache variables.
Jia Tan
1
-137
/
+391
2023-03-18
CMake: Fix typo in a comment.
Jia Tan
1
-1
/
+1
2023-03-17
CMake: Add microlzma_*.c to the build.
Lasse Collin
1
-0
/
+2
2023-02-27
CMake: Require that the C compiler supports C99 or a newer standard.
Lasse Collin
1
-0
/
+8
2023-02-22
CMake: Add LZIP decoder test to list of tests.
Jia Tan
1
-0
/
+1
2023-02-04
Build: Adjust CMake version search regex.
Jia Tan
1
-0
/
+2
2023-02-03
Tests: Create test_filter_str.c.
Jia Tan
1
-0
/
+1
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