]> git.ipfire.org Git - thirdparty/xz.git/shortlog
thirdparty/xz.git
2023-10-30  Lasse Collinliblzma: #define lzma_always_inline in common.h.
2023-10-30  Lasse Collinliblzma: Use lzma_attr_visibility_hidden on private...
2023-10-30  Lasse Collinliblzma: #define lzma_attr_visibility_hidden in common.h.
2023-10-26  Lasse Collinliblzma: Refer to MinGW-w64 instead of MinGW in the...
2023-10-26  Lasse CollinCMake: Use -D_FILE_OFFSET_BITS=64 if (and only if)...
2023-10-26  Lasse CollinCMake: Generate and install liblzma.pc if not using...
2023-10-26  Lasse CollinCMake: Rearrange the PACKAGE_ variables.
2023-10-26  Lasse Collinliblzma: Add Cflags.private to liblzma.pc.in for MSYS2.
2023-10-26  Lasse CollinCMake: Create liblzma.def when building liblzma.dll...
2023-10-26  Lasse CollinCMake: Change one CMAKE_CURRENT_SOURCE_DIR to CMAKE_CUR...
2023-10-26  Lasse CollinCMake/Windows: Fix the import library filename.
2023-10-25  Lasse CollinBuild: Detect -fsanitize= in CFLAGS and incompatible...
2023-10-23  Jia TanCI: Disable sandboxing in fsanitize=address,undefined...
2023-10-23  Jia TanCI: Allow disabling the sandbox in ci_build.sh.
2023-10-22  Lasse CollinCMake: Don't shadow the cache entry ENABLE_THREADS...
2023-10-22  Lasse CollinDocs: Update INSTALL about sandboxing support.
2023-10-22  Lasse Collinxz: Support basic sandboxing with Linux Landlock (ABI...
2023-10-22  Lasse CollinCMake: Edit threading related messages.
2023-10-22  Lasse CollinCMake: Use FATAL_ERROR if user-supplied options aren...
2023-10-22  Lasse CollinCMake: Add sandboxing support.
2023-10-22  Lasse CollinSimplify detection of Capsicum support.
2023-10-22  Lasse Collinxz/Windows: Allow clock_gettime with POSIX threads.
2023-10-22  Lasse Collinmythread.h: Make MYTHREAD_POSIX compatible with MinGW...
2023-10-22  Lasse CollinCMake: Check for clock_gettime() even on Windows.
2023-10-22  Lasse CollinBuild: Check for clock_gettime() even if not using...
2023-10-22  Lasse Collinxz/Windows: Ensure that clock_gettime() isn't used...
2023-10-22  Lasse Collinxz/Windows: Use GetTickCount64() with MinGW-w64 if...
2023-10-20  Jia Tanliblzma: Move is_clmul_supported() back to crc_common.h.
2023-10-19  Jia TanBuild: Remove check for COND_CHECK_CRC32 in check/Makef...
2023-10-19  Jia TanCMake: Add ALLOW_CLMUL_CRC option to enable/disable...
2023-10-18  Jia Tanliblzma: Fix -fsanitize=address failure with crc_clmul...
2023-10-18  Lasse Collintuklib_integer: Update the CMake test for fast unaligne...
2023-10-18  Lasse CollinBuild: Enabled unaligned access by default on PowerPC64...
2023-10-18  Lasse Collintuklib_integer: Revise unaligned reads and writes on...
2023-10-18  Lasse Collintuklib_integer: Add missing write64be and write64le...
2023-10-18  Jia Tanliblzma: Set the MSVC optimization fix to only cover...
2023-10-18  Lasse Collinliblzma: CRC_USE_GENERIC_FOR_SMALL_INPUTS cannot be...
2023-10-18  Lasse Collinliblzma: Include common.h in crc_common.h.
2023-10-18  Jia Tanliblzma: Add include guards to crc_common.h.
2023-10-18  Jia Tanliblzma: Add the crc_always_inline macro to crc_simd_bo...
2023-10-18  Jia Tanliblzma: Create crc_always_inline macro.
2023-10-18  Jia Tanliblzma: Refactor CRC comments.
2023-10-18  Jia Tanliblzma: Create crc_clmul.c.
2023-10-18  Jia Tanliblzma: Define CRC_USE_IFUNC in crc_common.h.
2023-10-13  Hans Jansenliblzma: Added crc32_clmul to crc32_fast.c.
2023-10-13  Hans Jansenliblzma: Moved CLMUL CRC logic to crc_common.h.
2023-10-13  Hans Jansenliblzma: Rename crc_macros.h to crc_common.h.
2023-10-13  Gabriela GutierrezCI: Bump and ref actions by commit SHA in windows-ci.yml
2023-10-13  Gabriela GutierrezCI: Bump and ref actions by commit SHA in ci.yml
2023-10-12  Jia TanBuild: Update visibility.m4 from Gnulib.
2023-10-06  Lasse CollinUpdate THANKS.
2023-10-06  Lasse CollinCMake/Windows: Fix when the windres workaround is applied.
2023-09-29  Jia TanCI: Disable CLANG64 MSYS2 environment until bug is...
2023-09-29  Jia TanCMake: Rename xz and man page symlink custom targets.
2023-09-29  Jia TanCMake: Specify LINKER_LANGUAGE for libgnu target to...
2023-09-27  Lasse CollinCMake: Fix Windows build with Clang/LLVM 17.
2023-09-26  Lasse Collinliblzma: Update a comment.
2023-09-26  Jia Tanliblzma: Avoid compiler warning without creating extra...
2023-09-26  Lasse CollinBuild: Update the comment about -Werror usage in checks.
2023-09-26  Lasse CollinBuild: Fix __attribute__((ifunc(...))) detection with...
2023-09-26  Lasse CollinBuild: Fix underquoted AC_LANG_SOURCE.
2023-09-26  Lasse CollinBuild: Silence two Autoconf warnings.
2023-09-25  Jia TanCMake: Remove accidental extra newline.
2023-09-25  Jia TanBuild: Remove Gnulib dependency from tests.
2023-09-25  Jia TanCMake: Remove /lib from tests include path.
2023-09-24  Jia TanScripts: Change quoting style from `...' to '...'.
2023-09-24  Jia Tanxz: Change quoting style from `...' to '...'.
2023-09-24  Jia Tanliblzma: Change quoting style from `...' to '...'.
2023-09-24  Jia TanBuild: Change quoting style from `...' to '...'.
2023-09-24  Jia TanDocs: Change quoting style from `...' to '...'.
2023-09-24  Jia Tanlib: Silence -Wsign-conversion in getopt.c.
2023-09-24  Jia TanBuild: Update getopt.m4 from Gnulib.
2023-09-25  Jia TanCMake: Add /lib to include path.
2023-09-24  Jia TanCMake: Update libgnu target with new header files.
2023-09-22  Jia Tanlib: Update Makefile.am for new header files.
2023-09-24  Jia Tanlib: Update getopt1.c from Gnulib.
2023-09-22  Jia Tanlib: Update getopt.in.h from Gnulib with modifications.
2023-09-22  Jia Tanlib: Update getopt_int.h from Gnulib.
2023-09-22  Jia Tanlib: Update getopt.c from Gnulib with modifications.
2023-09-22  Jia Tanlib: Add getopt-cdefs.h for getopt_long update.
2023-09-22  Jia Tanlib: Copy new header files from Gnulib without modifica...
2023-09-24  Lasse CollinWindows: Update the version requirement comments from...
2023-09-24  Lasse Collintuklib_physmem: Comment out support for Windows version...
2023-09-24  Lasse Collinsysdefs.h: Update the comment about __USE_MINGW_ANSI_STDIO.
2023-09-22  Lasse Collinxz: Windows: Don't (de)compress to special files like...
2023-09-22  Lasse CollinCMake: Wrap two overlong lines that are possible to...
2023-09-22  Lasse CollinCMake: Add a comment about threads on Cygwin.
2023-09-22  Lasse CollinMSVC: Remove Visual Studio project files and update...
2023-09-22  Lasse CollinCMake: Require VS2015 or later for building xzdec.
2023-09-22  Lasse CollinCMake: Allow building xz with Visual Studio 2015 and...
2023-09-22  Lasse CollinMSVC: #define inline and restrict only when needed.
2023-09-22  Lasse CollinCMake: Add support for replacement getopt_long (lib...
2023-09-22  Lasse CollinCMake: Bump maximum policy version to 3.27.
2023-09-22  Lasse Collinlib/getopt*.c: Include <config.h> only HAVE_CONFIG_H...
2023-09-22  Lasse CollinDoxygen: Add more C macro names to PREDEFINED.
2023-09-22  Lasse Collinliblzma: Move a few __attribute__ uses in function...
2023-09-22  Lasse Collinxz, xzdec, lzmainfo: Use tuklib_attr_noreturn.
2023-09-22  Lasse CollinRemove incorrect uses of __attribute__((__malloc__)).
2023-09-22  Lasse CollinBuild: Omit -Wc99-c11-compat since it warns about _Nore...
2023-09-22  Lasse Collintuklib: Update tuklib_attr_noreturn for C11/C17 and...
next