1
0
mirror of https://git.tukaani.org/xz.git synced 2025-11-25 08:14:43 +00:00

Commit Graph

  • 43521e77ac Tests: test_filter_flags: Clean up minor issues. Lasse Collin 2023-01-06 22:53:38 +02:00
  • 6b44cead95 Tests: Refactors existing filter flags tests. Jia Tan 2022-12-29 23:33:33 +08:00
  • 1bbefa9659 Tests: tuktest.h: Support tuktest_malloc(0). Lasse Collin 2023-01-08 00:32:29 +02:00
  • ce3a3fbc7c CMake: Update cmake_minimum_required from 3.13...3.16 to 3.13...3.25. Lasse Collin 2023-01-07 21:57:11 +02:00
  • 99fcd57f2e Update THANKS. Lasse Collin 2023-01-08 00:24:23 +02:00
  • c0c13d9d82 Update THANKS. Lasse Collin 2023-01-07 19:50:35 +02:00
  • 3d45987451 CMake: Fix a copypaste error in xzdec Windows resource file handling. Lasse Collin 2023-01-09 11:27:24 +02:00
  • 706bce5018 CMake/Windows: Add resource files to xz.exe and xzdec.exe. Lasse Collin 2023-01-07 19:50:03 +02:00
  • e96dee55df liblzma: CLMUL CRC64: Workaround a bug in MSVC (VS2015-2022). Lasse Collin 2023-01-09 12:22:05 +02:00
  • 52bc1ee34d Build: Require that _mm_set_epi64x() is usable to enable CLMUL support. Lasse Collin 2023-01-07 19:31:15 +02:00
  • bad44cfe19 Tests: Creates test_index_hash.c Jia Tan 2022-12-29 00:25:18 +08:00
  • 692ccdf551 liblzma: Remove common.h include from common/index.h. Jia Tan 2023-01-05 20:57:25 +08:00
  • 2ac7bafc8f liblzma: Add NULL check to lzma_index_hash_append. Jia Tan 2022-08-17 20:20:16 +08:00
  • db714d30e0 liblzma: Replaced hardcoded 0x0 index indicator byte with macro Jia Tan 2022-08-17 17:59:51 +08:00
  • 39d2585dcd Style: Change #if !defined() to #ifndef in mythread.h. Jia Tan 2023-01-06 20:43:31 +08:00
  • 3f0130aa28 Build: Add missing stream_decoder_mt.c to .vcxproj files. Jia Tan 2023-01-06 20:35:55 +08:00
  • 0c210ca7f4 Tests: test_filter_flags: Clean up minor issues. Lasse Collin 2023-01-06 22:53:38 +02:00
  • 5c9fdd3bf5 Tests: Refactors existing filter flags tests. Jia Tan 2022-12-29 23:33:33 +08:00
  • 36edc65ab4 liblzma: CLMUL CRC64: Workaround a bug in MSVC (VS2015-2022). Lasse Collin 2023-01-09 12:22:05 +02:00
  • 790a12a95a CMake: Fix a copypaste error in xzdec Windows resource file handling. Lasse Collin 2023-01-09 11:27:24 +02:00
  • 0e1545fea3 Tests: tuktest.h: Support tuktest_malloc(0). Lasse Collin 2023-01-08 00:32:29 +02:00
  • 69d5d78c69 Update THANKS. Lasse Collin 2023-01-08 00:24:23 +02:00
  • dd38655f80 CMake: Update cmake_minimum_required from 3.13...3.16 to 3.13...3.25. Lasse Collin 2023-01-07 21:57:11 +02:00
  • a890a637be Update THANKS. Lasse Collin 2023-01-07 19:50:35 +02:00
  • 6e38e595dd CMake/Windows: Add resource files to xz.exe and xzdec.exe. Lasse Collin 2023-01-07 19:50:03 +02:00
  • 443dfebced CMake/Windows: Add a workaround for windres from GNU binutils. Lasse Collin 2023-01-07 19:48:52 +02:00
  • ceb8050117 Build: Require that _mm_set_epi64x() is usable to enable CLMUL support. Lasse Collin 2023-01-07 19:31:15 +02:00
  • 8d372bd940 CI/CD: Split CMake Linux and MacOS build phase to build and test. Jia Tan 2023-01-07 21:05:15 +08:00
  • 747c7f2b34 CI/CD: Reduce job runners to 4 instead of using matrix strategy. Jia Tan 2023-01-07 11:16:55 +08:00
  • 4de35fd6b5 CI/CD: Add new -p (PHASE) argument to ci_build.sh Jia Tan 2023-01-07 10:07:20 +08:00
  • 6fd39664de
    Merge pull request #7 from tukaani-project/tuktest_index_hash Jia Tan 2023-01-07 00:10:50 +08:00
  • fc0c788469 Tests: test_index_hash: Add an assert_uint_eq(). Lasse Collin 2023-01-06 17:58:48 +02:00
  • d550304f53 Tests: test_index_hash: Fix a memory leak. Lasse Collin 2023-01-06 17:55:06 +02:00
  • 02608f74ea Tests: test_index_hash: Don't treat pointers as booleans. Lasse Collin 2023-01-06 17:53:03 +02:00
  • 056766c860 Tests: test_index_hash: Fix a typo in a comment. Lasse Collin 2023-01-06 17:51:41 +02:00
  • 873e684028 Tests: test_index_hash: Avoid the variable name "index". Lasse Collin 2023-01-06 17:44:29 +02:00
  • d1f24c3587 Tests: test_index_hash: Use the word "Record" instead of "entry". Lasse Collin 2023-01-06 17:35:50 +02:00
  • b93f7c5cbb Tests: test_index_hash: Tweak comments and style. Lasse Collin 2023-01-06 17:35:05 +02:00
  • c48b24fc06 Tests: test_index_hash: Use INDEX_INDICATOR constant instead of 0. Lasse Collin 2023-01-06 17:17:37 +02:00
  • 78e0561dfe Style: Change #if !defined() to #ifndef in mythread.h. Jia Tan 2023-01-06 20:43:31 +08:00
  • e834e1e934 Build: Add missing stream_decoder_mt.c to .vcxproj files. Jia Tan 2023-01-06 20:35:55 +08:00
  • 84f9687cba liblzma: Remove common.h include from common/index.h. Jia Tan 2023-01-05 20:57:25 +08:00
  • f204d1050a Update THANKS. Lasse Collin 2023-01-04 22:40:54 +02:00
  • 34a9c2d650 Tests: Adjust style in test_compress.sh. Lasse Collin 2023-01-04 18:40:28 +02:00
  • 7657ce1c3c Update THANKS. Lasse Collin 2023-01-04 22:40:54 +02:00
  • aafd67fba0 Tests: Adjust style in test_compress.sh. Lasse Collin 2023-01-04 18:40:28 +02:00
  • 761c208d58 Tests: Replace non portable shell parameter expansion Jia Tan 2023-01-04 23:58:58 +08:00
  • 8a7cbc0745 Translations: Add Korean translation of man pages. Jia Tan 2023-01-03 21:02:38 +08:00
  • ca2af49bb8 Translations: Update the Esperanto translation. Jia Tan 2023-01-03 20:47:27 +08:00
  • bfba3394ae Build: Fix config.h comments. Lasse Collin 2023-01-02 17:05:07 +02:00
  • 507648ad11 Build: Only define HAVE_PROGRAM_INVOCATION_NAME if it is set to 1. Jia Tan 2023-01-02 22:33:48 +08:00
  • ab5229d32a Tests: test_check: Test corner cases of CLMUL CRC64. Lasse Collin 2022-12-30 20:10:08 +02:00
  • 8791826f31 Tests: Clarify a comment in test_lzip_decoder.c. Lasse Collin 2022-12-30 19:36:49 +02:00
  • c410d812ea xz: Includes <time.h> and <sys/time.h> conditionally in mytime.c. Jia Tan 2022-12-29 01:55:19 +08:00
  • 501c6013d4 liblzma: Includes sys/time.h conditionally in mythread Jia Tan 2022-12-29 01:15:27 +08:00
  • 9e3cb514b5 Build: No longer require HAVE_DECL_CLOCK_MONOTONIC to always be set. Jia Tan 2022-12-29 01:10:53 +08:00
  • 52380678f4
    Tests: Replace non portable shell parameter expansion Jia Tan 2023-01-04 23:58:58 +08:00
  • d0eb345bb7 Translations: Add Korean translation of man pages. Jia Tan 2023-01-03 21:02:38 +08:00
  • c4145978d9 Translations: Update the Esperanto translation. Jia Tan 2023-01-03 20:47:27 +08:00
  • 4103a2e78a Bump version and soname for 5.5.0alpha. v5.5.0alpha Lasse Collin 2023-01-02 17:20:47 +02:00
  • 73c9e6d6b9 Build: Fix config.h comments. Lasse Collin 2023-01-02 17:05:07 +02:00
  • bb740e3b11
    Build: Only define HAVE_PROGRAM_INVOCATION_NAME if it is set to 1. Jia Tan 2023-01-02 22:33:48 +08:00
  • 064cd385a7 Adds test_index_hash to .gitignore. Jia Tan 2022-12-29 00:30:52 +08:00
  • 3959162bae Tests: Creates test_index_hash.c Jia Tan 2022-12-29 00:25:18 +08:00
  • f16e12d5e7 liblzma: Add NULL check to lzma_index_hash_append. Jia Tan 2022-08-17 20:20:16 +08:00
  • 203b008eb2 liblzma: Replaced hardcoded 0x0 index indicator byte with macro Jia Tan 2022-08-17 17:59:51 +08:00
  • dfecda8752 Tests: test_check: Test corner cases of CLMUL CRC64. Lasse Collin 2022-12-30 20:10:08 +02:00
  • ce96bb2043 Tests: Clarify a comment in test_lzip_decoder.c. Lasse Collin 2022-12-30 19:36:49 +02:00
  • 2fcba17fc4 xz: Includes <time.h> and <sys/time.h> conditionally in mytime.c. Jia Tan 2022-12-29 01:55:19 +08:00
  • f82294c831 liblzma: Includes sys/time.h conditionally in mythread Jia Tan 2022-12-29 01:15:27 +08:00
  • 74dae7d300 Build: No longer require HAVE_DECL_CLOCK_MONOTONIC to always be set. Jia Tan 2022-12-29 01:10:53 +08:00
  • 7339e39dc0 Translations: Add Ukrainian translations of man pages. Jia Tan 2022-12-28 01:14:07 +08:00
  • 9f05c27a58 CI/CD: Create initial version of CI/CD workflow. Jia Tan 2022-12-23 00:34:48 +08:00
  • 1275ebfba7 liblzma: Update documentation for lzma_filter_encoder. Jia Tan 2022-12-22 23:14:53 +08:00
  • 7c9ff5f166 Tests: Adds lzip decoder tests Jia Tan 2022-12-21 21:12:03 +08:00
  • 799ead162d Doxygen: Update .gitignore for generating docs for in source build. Jia Cheong Tan 2022-12-20 22:05:21 +08:00
  • 5f7ce42a16 liblzma: Fix lzma_microlzma_encoder() return value. Jia Tan 2022-12-20 20:46:44 +08:00
  • 8ace358d65 CMake: Update .gitignore for CMake artifacts from in source build. Jia Tan 2022-12-16 20:58:55 +08:00
  • 6fc3e54679 Translations: Add Ukrainian translations of man pages. Jia Tan 2022-12-28 01:14:07 +08:00
  • e84f2ab7f8 liblzma: Update documentation for lzma_filter_encoder. Jia Tan 2022-12-22 23:14:53 +08:00
  • b14b8dbba9 Tests: Adds lzip decoder tests Jia Tan 2022-12-21 21:12:03 +08:00
  • 09a114805e Doxygen: Update .gitignore for generating docs for in source build. Jia Cheong Tan 2022-12-20 22:05:21 +08:00
  • d3e6fe4419 liblzma: Fix lzma_microlzma_encoder() return value. Jia Tan 2022-12-20 20:46:44 +08:00
  • b55a27b46f liblzma: Update authors list in arm64.c. Lasse Collin 2022-12-16 18:30:02 +02:00
  • 8fd225a2c1 liblzma: Update authors list in arm64.c. Lasse Collin 2022-12-16 18:30:02 +02:00
  • 2fd28d2b7c CMake: Update .gitignore for CMake artifacts from in source build. Jia Tan 2022-12-16 20:58:55 +08:00
  • b69da6d4bb Bump version to 5.4.0 and soname to 5.4.0. v5.4.0 Lasse Collin 2022-12-13 20:37:17 +02:00
  • 20869eb3fb Update INSTALL: CMake on Windows isn't experimental anymore. Lasse Collin 2022-12-13 20:29:39 +02:00
  • cbbd844519 Add NEWS for 5.4.0. Lasse Collin 2022-12-13 19:47:53 +02:00
  • c3e94d37e8 Fix a typo in NEWS. Lasse Collin 2022-12-13 17:41:20 +02:00
  • 0d2a2e0a54 Add NEWS for 5.2.10. Lasse Collin 2022-12-13 17:41:03 +02:00
  • f7c2cc5561 Bump version and soname for 5.2.10. v5.2.10 Lasse Collin 2022-12-13 13:03:20 +02:00
  • e4e5d5bbb1 Add NEWS for 5.2.10. Lasse Collin 2022-12-13 13:02:15 +02:00
  • e207267c4b Tests: Fix a typo in tests/files/README. Lasse Collin 2022-12-13 12:30:45 +02:00
  • 177ece1c8e Tests: Fix a typo in tests/files/README. Lasse Collin 2022-12-13 12:30:45 +02:00
  • 60f45bdbaa Tests: Add two ARM64 test files. Lasse Collin 2022-12-13 12:30:09 +02:00
  • f5e4195506 Translations: Update the Catalan translation. Lasse Collin 2022-12-12 22:44:21 +02:00
  • 0fb9d355da Update THANKS. Lasse Collin 2022-12-12 19:18:12 +02:00
  • 90f8e0828b Update AUTHORS. Lasse Collin 2022-12-12 19:09:20 +02:00
  • e5b6c161c6 Update AUTHORS. Lasse Collin 2022-12-12 19:07:58 +02:00