1
0
mirror of https://git.tukaani.org/xz.git synced 2025-04-15 04:00:50 +00:00

Commit Graph

  • 406cb5b669
    Update THANKS Lasse Collin 2024-08-22 11:01:07 +03:00
  • 3a4a05d75e
    liblzma: Fix x86-64 movzw compatibility in range_decoder.h Yifeng Li 2024-08-22 02:18:49 +00:00
  • 4669f06d1a
    Build: Comment that elf_aux_info(3) will be available on OpenBSD >= 7.6 Lasse Collin 2024-07-19 20:02:43 +03:00
  • 9edddda563
    liblzma: Tweak a comment Lasse Collin 2024-07-13 22:10:37 +03:00
  • 1a93ab55d1
    CMake: Bump maximum policy version to 3.30 Lasse Collin 2024-07-11 22:17:56 +03:00
  • cfe4465742
    Update THANKS Lasse Collin 2024-07-09 14:27:51 +03:00
  • 0f47db18d0
    xz: Remove the TODO comment about --recursive Lasse Collin 2024-07-06 14:04:48 +03:00
  • 07f52c3528
    CMake: Link xz against Threads::Threads if using pthreads Lasse Collin 2024-07-03 20:45:48 +03:00
  • eccb4d258b
    Update THANKS Lasse Collin 2024-07-02 22:49:33 +03:00
  • c9bd00327f
    CI: Speed up Valgrind job by using --trace-children-skip-by-arg=... Sam James 2024-06-28 14:18:35 +03:00
  • 495de6ec9d
    Build: Prepend, not append, PTHREAD_CFLAGS to LIBS Lasse Collin 2024-06-25 16:00:22 +03:00
  • 55bf3f49a8
    Build: Use AC_LINK_IFELSE to handle implicit function declarations Lasse Collin 2024-06-25 14:24:29 +03:00
  • b45270d88f
    Build: Use AC_LINK_IFELSE instead of -Werror Lasse Collin 2024-06-24 23:35:59 +03:00
  • 2c3e4cbbdc
    Build: Sync the compile check changes from CMakeLists.txt Lasse Collin 2024-06-24 23:34:34 +03:00
  • 809e69f1f5
    CMake: Use configure_file() to copy a file Lasse Collin 2024-06-25 16:11:13 +03:00
  • 52a8c87f37
    CMake: Always add pthread flags into CMAKE_REQUIRED_LIBRARIES Lasse Collin 2024-06-25 15:51:48 +03:00
  • 1591747bf6
    CMake: Fix three checks if building with -flto Lasse Collin 2024-06-24 22:41:10 +03:00
  • cc386f4ff4
    CMake: Improve the comment about LIBS Lasse Collin 2024-06-24 21:06:18 +03:00
  • 65aaa0f870
    CI: Workaround buggy config.guess on Ubuntu 22.04LTS and 24.04LTS Lasse Collin 2024-06-24 17:39:54 +03:00
  • 810f1a8aee
    CI: Use CC="gcc -m32" to get i386 compiler on x86-64 Lasse Collin 2024-06-24 15:24:52 +03:00
  • dde14ded9a
    CI: Let CMake use the CC environment variable Lasse Collin 2024-06-24 14:54:17 +03:00
  • 85a55e1120
    CMake: Keep existing options in LIBS when adding -lrt Lasse Collin 2024-06-20 18:12:21 +03:00
  • e24a762f1b
    CMake: Fix indentation Lasse Collin 2024-06-15 18:07:04 +03:00
  • 99555b721b
    CMake: Link Threads::Threads as PRIVATE to liblzma Lasse Collin 2024-06-15 23:34:29 +03:00
  • 258bae30a2
    CMake: Add empty lines Lasse Collin 2024-06-16 19:39:32 +03:00
  • a95a9601a1
    CMake: Use CMAKE_THREAD_LIBS_INIT in liblzma.pc only with pthreads Lasse Collin 2024-06-16 19:37:36 +03:00
  • 65a10ddd43
    Update THANKS Lasse Collin 2024-06-17 18:20:14 +03:00
  • 6ad5739094
    CMake: Use native newlines in liblzma.pc Lasse Collin 2024-06-16 19:25:07 +03:00
  • 4107f20667
    CMake: Use relative paths in liblzma.pc if possible Lasse Collin 2024-06-16 19:18:56 +03:00
  • ff697eb154
    liblzma: CRC CLMUL: Omit is_arch_extension_supported() when not needed Lasse Collin 2024-06-16 13:39:37 +03:00
  • 4e4a568f6a
    CMake: Prefer C11 with a fallback to C99 Lasse Collin 2024-06-12 14:26:44 +03:00
  • 849e757a8c
    Update THANKS Lasse Collin 2024-06-12 14:20:21 +03:00
  • 1305056a54
    Tests: Improve the CRC32 test Lasse Collin 2024-06-11 11:15:49 +03:00
  • a44493ec41
    xz: Fix white space Lasse Collin 2024-06-11 22:42:26 +03:00
  • 5e74a6a813
    liblzma: Fix a typo in a comment Lasse Collin 2024-06-11 21:59:09 +03:00
  • 3f7edc673c
    liblzma: Fix a comment indentation Lasse Collin 2024-05-10 15:52:26 +03:00
  • 8a9cc7ca08
    liblzma: Fix white space Lasse Collin 2024-05-09 22:09:12 +03:00
  • b29b13082f
    Fix typos RainRat 2024-06-05 15:21:49 -07:00
  • 6f66155e01
    tuklib_integer: Fix building on OpenBSD/sparc64 that uses GCC 4.2 Lasse Collin 2024-06-07 15:47:20 +03:00
  • 5522759d31
    Update THANKS Lasse Collin 2024-06-05 13:55:43 +03:00
  • 45aed6f37f
    CMake: Fix wrong version variable Lasse Collin 2024-06-05 13:30:28 +03:00
  • 198271a6ed
    CMake: Fix liblzma filename in Windows environments Lasse Collin 2024-06-04 23:59:29 +03:00
  • 92e5425979
    Fix version.sh compatiblity with Solaris Lasse Collin 2024-06-03 16:55:03 +03:00
  • 0c089a33a5
    CI: Don't require po4a on Solaris Lasse Collin 2024-06-03 17:07:11 +03:00
  • 83d3792711
    CI: Use set -e on Solaris too Lasse Collin 2024-06-03 15:08:15 +03:00
  • 9c64d4fd78
    CMake: Install liblzma.pc even with MSVC Lasse Collin 2024-06-03 17:44:50 +03:00
  • 42754176bd
    ci: don't pin official GH actions via commit, just tag Sam James 2024-06-03 06:16:23 +01:00
  • 9a5fee7022
    ci: set -e on openbsd Christoph Junghans 2024-04-30 07:49:26 -06:00
  • a2d66de54f
    ci: set -e on netbsd Christoph Junghans 2024-04-30 07:48:58 -06:00
  • 1bdc70176b
    ci: actually fail on FreeBSD Christoph Junghans 2024-04-25 14:56:06 -07:00
  • 4132277103
    Updated actions Andrew Murray 2024-04-25 09:24:46 +10:00
  • 1575414636
    ci: add po4a Sam James 2024-06-03 02:49:40 +01:00
  • c3e293037e
    ci: add Solaris Sam James 2024-04-13 21:02:04 +01:00
  • dc6b6011b4
    xz: list: suppress -Wformat-nonliteral for Solaris Sam James 2024-04-14 08:08:00 +01:00
  • 7ce2ac795a
    Update THANKS Lasse Collin 2024-05-31 21:36:26 +03:00
  • 68c54e45d0 Translations: Update Chinese (simplified) translation Lasse Collin 2024-09-02 20:08:40 +03:00
  • 2230692aa1 Translations: Update the Catalan translation Lasse Collin 2024-09-02 19:40:50 +03:00
  • 3e7723ce26 Update THANKS Lasse Collin 2024-08-22 14:06:16 +03:00
  • d3e0e679b2 CMake: Don't install lzmadec.1 symlinks if XZ_TOOL_LZMADEC=OFF Lasse Collin 2024-08-22 14:06:16 +03:00
  • acdf21033a CMake: Fix the build when XZ_TOOL_LZMADEC=OFF Lasse Collin 2024-08-22 14:06:16 +03:00
  • 5e37598750 Update THANKS Lasse Collin 2024-08-22 11:01:07 +03:00
  • 6cd7c86078 liblzma: Fix x86-64 movzw compatibility in range_decoder.h Yifeng Li 2024-08-22 02:18:49 +00:00
  • bf901dee5d Build: Comment that elf_aux_info(3) will be available on OpenBSD >= 7.6 Lasse Collin 2024-07-19 20:02:43 +03:00
  • f7103c2c2a Revert "liblzma: Add ARM64 CRC32 instruction support detection on OpenBSD" Lasse Collin 2024-07-19 19:42:26 +03:00
  • 7c292dd0bf liblzma: Tweak a comment Lasse Collin 2024-07-13 22:10:37 +03:00
  • 6408edac55 CMake: Bump maximum policy version to 3.30 Lasse Collin 2024-07-11 22:17:56 +03:00
  • 9231c39ffb CMake: Require CMake 3.20 or later Lasse Collin 2024-07-06 15:13:19 +03:00
  • 028185dd48 Update THANKS Lasse Collin 2024-07-09 14:27:51 +03:00
  • baecfa1426 xz: Remove the TODO comment about --recursive Lasse Collin 2024-07-06 14:04:48 +03:00
  • f691d58fae Document --disable-loongarch-crc32 in INSTALL Lasse Collin 2024-07-06 14:04:16 +03:00
  • b3e53122f4 CMake: Link xz against Threads::Threads if using pthreads Lasse Collin 2024-07-03 20:45:48 +03:00
  • 5742ec1fc7 Update THANKS Lasse Collin 2024-07-02 22:49:33 +03:00
  • 2d13d10357 CMake: Improve NLS error messages Lasse Collin 2024-07-02 20:23:35 +03:00
  • 628d8d2c4f CMake: Update the comment at the top of CMakeLists.txt Lasse Collin 2024-07-02 20:19:47 +03:00
  • b4b23c94fd CMake: Drop support for pre-generated po/*.gmo files Lasse Collin 2024-07-02 20:12:40 +03:00
  • fb99f8e8c5 CMake: Make XZ_NLS handling more robust Lasse Collin 2024-07-02 19:14:50 +03:00
  • ec6157570e CI: Add gettext as a dependency to CMake builds Lasse Collin 2024-07-02 19:39:05 +03:00
  • 24f0f7e399 CMake: Fix ENABLE_NLS comment too Lasse Collin 2024-07-02 18:43:56 +03:00
  • a0df067613 CMake: The compile definition is ENABLE_NLS, not XZ_NLS Lasse Collin 2024-07-02 18:02:50 +03:00
  • 45d08abc33 Update AUTHORS and THANKS Lasse Collin 2024-07-01 17:33:20 +03:00
  • 7baf6835cf liblzma: Speed up CRC32 calculation on 64-bit LoongArch Xi Ruoyao 2024-06-28 13:36:43 +03:00
  • 0ed8936685 liblzma: ARM64 CRC32: Align the buffer faster Lasse Collin 2024-06-28 14:20:49 +03:00
  • 7e99856f66 CI: Speed up Valgrind job by using --trace-children-skip-by-arg=... Sam James 2024-06-28 14:18:35 +03:00
  • 2402e8a1ae Build: Prepend, not append, PTHREAD_CFLAGS to LIBS Lasse Collin 2024-06-25 16:00:22 +03:00
  • 7bb46f2b7b Build: Use AC_LINK_IFELSE to handle implicit function declarations Lasse Collin 2024-06-25 14:24:29 +03:00
  • 35eb57355a Build: Use AC_LINK_IFELSE instead of -Werror Lasse Collin 2024-06-24 23:35:59 +03:00
  • 5a728813c3 Build: Sync the compile check changes from CMakeLists.txt Lasse Collin 2024-06-24 23:34:34 +03:00
  • 5279828635 CMake: Not experimental anymore Lasse Collin 2024-06-24 20:14:43 +03:00
  • de215a0517 CMake: Use configure_file() to copy a file Lasse Collin 2024-06-25 16:11:13 +03:00
  • e620f35097 CMake: Always add pthread flags into CMAKE_REQUIRED_LIBRARIES Lasse Collin 2024-06-25 15:51:48 +03:00
  • 068a70e549 CMake: Tweak comments Sam James 2024-06-24 19:25:30 +01:00
  • 3c95c93bca CMake: Edit white space for consistency Lasse Collin 2024-06-24 22:42:01 +03:00
  • 114cba69db CMake: Fix three checks if building with -flto Lasse Collin 2024-06-24 22:41:10 +03:00
  • 78e882205e CMake: Use MATCHES instead of multiple STREQUAL Lasse Collin 2024-06-24 21:19:14 +03:00
  • d3f20382fc CMake: Improve the comment about LIBS Lasse Collin 2024-06-24 21:06:18 +03:00
  • 33ec377729 CMake: Fix a typo in a message Lasse Collin 2024-06-24 20:01:25 +03:00
  • 2a47be823c Document CMake options in INSTALL Lasse Collin 2024-06-24 19:58:54 +03:00
  • 3faf4e8079 CI: Don't omit crc32 from the list with CMake anymore Lasse Collin 2024-06-24 17:18:44 +03:00
  • 1bf83cded2 CI: Workaround buggy config.guess on Ubuntu 22.04LTS and 24.04LTS Lasse Collin 2024-06-24 17:39:54 +03:00
  • dbcdabf68f CI: Use CC="gcc -m32" to get i386 compiler on x86-64 Lasse Collin 2024-06-24 15:24:52 +03:00