]> git.ipfire.org Git - thirdparty/xz.git/shortlog
thirdparty/xz.git
2024-06-25  Sam JamesCMake: Tweak comments
2024-06-25  Lasse CollinCMake: Edit white space for consistency
2024-06-25  Lasse CollinCMake: Fix three checks if building with -flto
2024-06-25  Lasse CollinCMake: Use MATCHES instead of multiple STREQUAL
2024-06-25  Lasse CollinCMake: Improve the comment about LIBS
2024-06-24  Lasse CollinCMake: Fix a typo in a message
2024-06-24  Lasse CollinDocument CMake options in INSTALL
2024-06-24  Lasse CollinCI: Don't omit crc32 from the list with CMake anymore
2024-06-24  Lasse CollinCI: Workaround buggy config.guess on Ubuntu 22.04LTS...
2024-06-24  Lasse CollinCI: Use CC="gcc -m32" to get i386 compiler on x86-64
2024-06-24  Lasse CollinCI: Let CMake use the CC environment variable
2024-06-24  Lasse CollinCMake: Add autodetection for 32-bit x86 CRC assembly...
2024-06-23  Lasse CollinCMake: Move option(XZ_ASM_I386) downwards a few lines
2024-06-23  Lasse CollinDOS: Update Makefile and config.h for the CRC changes
2024-06-23  Lasse Collinliblzma: Tidy up crc_common.h
2024-06-23  Lasse Collinliblzma: Move lzma_crcXX_table[][] declarations to...
2024-06-23  Lasse Collinliblzma: Make 32-bit x86 CRC assembly co-exist with...
2024-06-23  Lasse Collinliblzma: CRC: Rename crcXX_generic to lzma_crcXX_generic
2024-06-23  Lasse CollinCMake: Define HAVE_CRC_X86_ASM when 32-bit x86 CRC...
2024-06-23  Lasse CollinBuild: Define HAVE_CRC_X86_ASM when 32-bit x86 CRC...
2024-06-20  Lasse CollinCI: Update to the new renamed options in CMakeLists.txt
2024-06-20  Lasse CollinCMake: Add XZ_EXTERNAL_SHA256
2024-06-20  Lasse CollinCMake: Move threading detection a few lines up
2024-06-20  Lasse CollinCMake: Move the sandbox code out of the liblzma section
2024-06-20  Lasse CollinCMake: Keep existing options in LIBS when adding -lrt
2024-06-20  Lasse CollinCMake: Don't install scripts if the xz tool isn't built
2024-06-20  Lasse CollinCMake: Add XZ_TOOL_XZDEC and XZ_TOOL_LZMADEC
2024-06-20  Lasse CollinCMake: Add XZ_TOOL_LZMAINFO
2024-06-20  Lasse CollinCMake: Add XZ_TOOL_XZ
2024-06-20  Lasse CollinWindows: Drop Visual Studio 2013 support
2024-06-20  Lasse CollinCMake: Add XZ_TOOL_SCRIPTS
2024-06-20  Lasse CollinCMake: Add XZ_DOC
2024-06-20  Lasse CollinCMake: Refactor XZ_SYMBOL_VERSIONING to match configure.ac
2024-06-20  Lasse CollinCMake: Use the same option list for XZ_THREADS as in...
2024-06-20  Lasse CollinCMake: Use the same option list for XZ_SANDBOX as in...
2024-06-20  Lasse CollinCMake: Fix indentation
2024-06-20  Lasse CollinCMake: Add warning options for GCC and Clang
2024-06-20  Lasse CollinCMake: Use \040 instead of \x20 for a space
2024-06-20  Lasse CollinCMake: Add XZ_ASSUME_RAM
2024-06-20  Lasse CollinCMake: Rename liblzma_INSTALL_CMAKEDIR to XZ_INSTALL_CM...
2024-06-20  Lasse CollinCMake: Refactor ADDITIONAL_CHECK_TYPES to XZ_CHECKS
2024-06-20  Lasse CollinCMake: Rename the cache variable POSIX_SHELL to XZ_POSI...
2024-06-20  Lasse CollinCMake: Rename ENCODERS and DECODERS to use XZ_ prefix
2024-06-20  Lasse CollinCMake: Rename MATCH_FINDERS to XZ_MATCH_FINDERS
2024-06-20  Lasse CollinCMake: Rename SYMBOL_VERSIONING to XZ_SYMBOL_VERSIONING
2024-06-20  Lasse CollinCMake: Rename ENABLE_THREADS to XZ_THREADS
2024-06-20  Lasse CollinCMake: Rename ENABLE_SANDBOX to XZ_SANDBOX
2024-06-20  Lasse CollinCMake: Rename ENABLE_X86_ASM to XZ_ASM_I386
2024-06-20  Lasse CollinCMake: Rename CREATE_XZ_SYMLINKS to XZ_TOOL_SYMLINKS
2024-06-20  Lasse CollinCMake: Rename CREATE_LZMA_SYMLINKS to XZ_TOOL_LZMA_SYMLINKS
2024-06-20  Lasse CollinCMake: Rename ALLOW_ARM64_CRC32 to XZ_ARM64_CRC32
2024-06-20  Lasse CollinCMake: Rename ALLOW_CLMUL_CRC to XZ_CLMUL_CRC
2024-06-20  Lasse CollinCMake: Rename ENABLE_DOXYGEN to XZ_DOXYGEN
2024-06-20  Lasse CollinCMake: Rename LZIP_DECODER to XZ_LZIP_DECODER
2024-06-20  Lasse CollinCMake: Rename MICROLZMA_ENCODER/DECODER to XZ_MICROLZMA...
2024-06-20  Lasse CollinCMake: Rename ENABLE_SMALL to XZ_SMALL
2024-06-20  Lasse CollinCMake: Rename ENABLE_NLS to XZ_NLS
2024-06-17  Lasse CollinCMake: Link Threads::Threads as PRIVATE to liblzma
2024-06-17  Lasse CollinCMake: Add empty lines
2024-06-17  Lasse CollinCMake: Use CMAKE_THREAD_LIBS_INIT in liblzma.pc only...
2024-06-17  Lasse CollinUpdate THANKS
2024-06-17  Lasse CollinCMake: Use native newlines in liblzma.pc
2024-06-17  Lasse CollinCMake: Use relative paths in liblzma.pc if possible
2024-06-17  Lasse CollinRevert "CMake: Set only "prefix" as an absolute path...
2024-06-17  Lasse Collinliblzma: CRC CLMUL: Omit is_arch_extension_supported... 127/head
2024-06-17  Lasse Collinliblzma: x86 CLMUL CRC: Rewrite
2024-06-16  Lasse Collinsysdefs.h: Add alignas
2024-06-16  Lasse Collinliblzma: Use a single macro to select CLMUL CRC to...
2024-06-16  Lasse Collinliblzma: CRC32 CLMUL: Refactor the constants and simplify
2024-06-16  Lasse Collinliblzma: CRC64 CLMUL: Refactor the constants
2024-06-16  Lasse Collinliblzma: Add crc_clmul_consts_gen.c
2024-06-16  Lasse Collinliblzma: Remove CRC_USE_GENERIC_FOR_SMALL_INPUTS
2024-06-16  Lasse Collinliblzma: Remove crc_attr_no_sanitize_address
2024-06-16  Lasse CollinRevert "Build: Temporarily disable CRC CLMUL to silence...
2024-06-12  Lasse CollinCMake: Prefer C11 with a fallback to C99
2024-06-12  Lasse CollinUpdate THANKS
2024-06-11  Lasse CollinTests: Improve the CRC32 test
2024-06-11  Lasse Collinxz: Fix white space
2024-06-11  Lasse Collinliblzma: Fix a typo in a comment
2024-06-10  Lasse Collinliblzma: Fix a comment indentation
2024-06-10  Lasse Collinliblzma: Fix white space
2024-06-10  Lasse Collintuklib: __STDC_VERSION__ in C23 is 202311
2024-06-07  RainRatFix typos
2024-06-07  Lasse Collintuklib_integer: Fix building on OpenBSD/sparc64 that...
2024-06-07  Lasse Collinliblzma: Add ARM64 CRC32 instruction support detection...
2024-06-05  Lasse CollinUpdate THANKS
2024-06-05  Lasse CollinCMake: Include the "alpha" or "beta" suffix in PACKAGE_...
2024-06-05  Lasse CollinCMake: Fix wrong version variable
2024-06-05  Lasse CollinCMake: Set only "prefix" as an absolute path in liblzma.pc
2024-06-04  Lasse CollinCMake: Fix liblzma filename in Windows environments
2024-06-03  Lasse CollinFix version.sh compatiblity with Solaris
2024-06-03  Lasse CollinCI: Don't require po4a on Solaris
2024-06-03  Lasse CollinCI: Use set -e on Solaris too
2024-06-03  Lasse CollinCMake: Install liblzma.pc even with MSVC
2024-06-03  Sam Jamesci: don't pin official GH actions via commit, just tag
2024-06-03  Christoph Junghansci: set -e on openbsd
2024-06-03  Christoph Junghansci: set -e on netbsd
2024-06-03  Christoph Junghansci: actually fail on FreeBSD
2024-06-03  Andrew MurrayUpdated actions
2024-06-03  Sam Jamesci: add po4a
next