1
0
Fork 0
mirror of https://git.tukaani.org/xz.git synced 2024-04-04 12:36:23 +02:00

Commit graph

  • c337983e92 liblzma: CLMUL CRC64: Work around a bug in MSVC, second attempt. Lasse Collin 2023-01-10 22:14:03 +0200
  • b7fb438ea0 Tests: Fix unused function warning in test_block_header. Jia Tan 2023-01-11 01:18:50 +0800
  • 68e9ef036d Tests: Fix unused function warning in test_index_hash. Jia Tan 2023-01-11 01:08:03 +0800
  • a387707cd8 Windows: Update INSTALL-MSVC.txt to recommend CMake over project files. Lasse Collin 2023-01-10 00:33:14 +0200
  • d1561c47ec
    xz: Fix warning -Wformat-nonliteral on clang in message.c. Jia Tan 2023-01-11 22:46:48 +0800
  • 8c0f115cc4 Tests: Fix test_filter_flags copy/paste error. Jia Tan 2023-01-11 20:58:31 +0800
  • 25035813d1 Tests: Fix type-limits warning in test_filter_flags. Jia Tan 2023-01-11 20:42:29 +0800
  • 0b8fa310cf liblzma: CLMUL CRC64: Work around a bug in MSVC, second attempt. Lasse Collin 2023-01-10 22:14:03 +0200
  • 765354b50c Tests: Fix unused function warning in test_block_header. Jia Tan 2023-01-11 01:18:50 +0800
  • 7c23c05bef Tests: Fix unused function warning in test_index_hash. Jia Tan 2023-01-11 01:08:03 +0800
  • 57464bb4eb CI/CD: Add 32-bit build and test steps to Ubuntu autotools runner. Jia Tan 2023-01-11 00:54:45 +0800
  • 923eb689a4 CI/CD: Enables warnings as errors in autotool build. Jia Tan 2023-01-11 00:51:01 +0800
  • feae5528a3 CI/CD: Add -f argument to set CFLAGS in ci_build.sh. Jia Tan 2023-01-11 00:48:35 +0800
  • 52902ad695 Revert "liblzma: CLMUL CRC64: Workaround a bug in MSVC (VS2015-2022)." Lasse Collin 2023-01-10 12:47:16 +0200
  • cfabb62a48 Revert "liblzma: CLMUL CRC64: Workaround a bug in MSVC (VS2015-2022)." Lasse Collin 2023-01-10 12:47:16 +0200
  • 0b64215170 sysdefs.h: Don't include strings.h anymore. Lasse Collin 2023-01-10 11:56:11 +0200
  • ec2fc39fe4 xz: Include <strings.h> in suffix.c if needed for strcasecmp(). Lasse Collin 2023-01-10 11:23:41 +0200
  • e81b9fc48c sysdefs.h: Fix a comment. Lasse Collin 2023-01-10 10:05:13 +0200
  • 6e89ab58b0 sysdefs.h: Don't include memory.h anymore even if it were available. Lasse Collin 2023-01-10 10:04:06 +0200
  • 7049c4a76c sysdefs.h: Fix a comment. Lasse Collin 2023-01-10 10:05:13 +0200
  • 194a5fab69 sysdefs.h: Don't include memory.h anymore even if it were available. Lasse Collin 2023-01-10 10:04:06 +0200
  • 65c59ad429 CMake/Windows: Add a workaround for windres from GNU binutils. Lasse Collin 2023-01-10 08:50:26 +0200
  • 5e34774c31 CMake: Fix appending to CMAKE_RC_FLAGS. Lasse Collin 2023-01-10 08:29:32 +0200
  • 6e652ceb18 Windows: Update INSTALL-MSVC.txt to recommend CMake over project files. Lasse Collin 2023-01-10 00:33:14 +0200
  • 6b117d3b1f CMake: Fix windres issues again. Lasse Collin 2023-01-09 23:41:25 +0200
  • 43521e77ac Tests: test_filter_flags: Clean up minor issues. Lasse Collin 2023-01-06 22:53:38 +0200
  • 6b44cead95 Tests: Refactors existing filter flags tests. Jia Tan 2022-12-29 23:33:33 +0800
  • 1bbefa9659 Tests: tuktest.h: Support tuktest_malloc(0). Lasse Collin 2023-01-08 00:32:29 +0200
  • ce3a3fbc7c CMake: Update cmake_minimum_required from 3.13...3.16 to 3.13...3.25. Lasse Collin 2023-01-07 21:57:11 +0200
  • 99fcd57f2e Update THANKS. Lasse Collin 2023-01-08 00:24:23 +0200
  • c0c13d9d82 Update THANKS. Lasse Collin 2023-01-07 19:50:35 +0200
  • 3d45987451 CMake: Fix a copypaste error in xzdec Windows resource file handling. Lasse Collin 2023-01-09 11:27:24 +0200
  • 706bce5018 CMake/Windows: Add resource files to xz.exe and xzdec.exe. Lasse Collin 2023-01-07 19:50:03 +0200
  • e96dee55df liblzma: CLMUL CRC64: Workaround a bug in MSVC (VS2015-2022). Lasse Collin 2023-01-09 12:22:05 +0200
  • 52bc1ee34d Build: Require that _mm_set_epi64x() is usable to enable CLMUL support. Lasse Collin 2023-01-07 19:31:15 +0200
  • bad44cfe19 Tests: Creates test_index_hash.c Jia Tan 2022-12-29 00:25:18 +0800
  • 692ccdf551 liblzma: Remove common.h include from common/index.h. Jia Tan 2023-01-05 20:57:25 +0800
  • 2ac7bafc8f liblzma: Add NULL check to lzma_index_hash_append. Jia Tan 2022-08-17 20:20:16 +0800
  • db714d30e0 liblzma: Replaced hardcoded 0x0 index indicator byte with macro Jia Tan 2022-08-17 17:59:51 +0800
  • 39d2585dcd Style: Change #if !defined() to #ifndef in mythread.h. Jia Tan 2023-01-06 20:43:31 +0800
  • 3f0130aa28 Build: Add missing stream_decoder_mt.c to .vcxproj files. Jia Tan 2023-01-06 20:35:55 +0800
  • 0c210ca7f4 Tests: test_filter_flags: Clean up minor issues. Lasse Collin 2023-01-06 22:53:38 +0200
  • 5c9fdd3bf5 Tests: Refactors existing filter flags tests. Jia Tan 2022-12-29 23:33:33 +0800
  • 36edc65ab4 liblzma: CLMUL CRC64: Workaround a bug in MSVC (VS2015-2022). Lasse Collin 2023-01-09 12:22:05 +0200
  • 790a12a95a CMake: Fix a copypaste error in xzdec Windows resource file handling. Lasse Collin 2023-01-09 11:27:24 +0200
  • 0e1545fea3 Tests: tuktest.h: Support tuktest_malloc(0). Lasse Collin 2023-01-08 00:32:29 +0200
  • 69d5d78c69 Update THANKS. Lasse Collin 2023-01-08 00:24:23 +0200
  • dd38655f80 CMake: Update cmake_minimum_required from 3.13...3.16 to 3.13...3.25. Lasse Collin 2023-01-07 21:57:11 +0200
  • a890a637be Update THANKS. Lasse Collin 2023-01-07 19:50:35 +0200
  • 6e38e595dd CMake/Windows: Add resource files to xz.exe and xzdec.exe. Lasse Collin 2023-01-07 19:50:03 +0200
  • 443dfebced CMake/Windows: Add a workaround for windres from GNU binutils. Lasse Collin 2023-01-07 19:48:52 +0200
  • ceb8050117 Build: Require that _mm_set_epi64x() is usable to enable CLMUL support. Lasse Collin 2023-01-07 19:31:15 +0200
  • 8d372bd940 CI/CD: Split CMake Linux and MacOS build phase to build and test. Jia Tan 2023-01-07 21:05:15 +0800
  • 747c7f2b34 CI/CD: Reduce job runners to 4 instead of using matrix strategy. Jia Tan 2023-01-07 11:16:55 +0800
  • 4de35fd6b5 CI/CD: Add new -p (PHASE) argument to ci_build.sh Jia Tan 2023-01-07 10:07:20 +0800
  • 6fd39664de
    Merge pull request #7 from tukaani-project/tuktest_index_hash Jia Tan 2023-01-07 00:10:50 +0800
  • fc0c788469 Tests: test_index_hash: Add an assert_uint_eq(). Lasse Collin 2023-01-06 17:58:48 +0200
  • d550304f53 Tests: test_index_hash: Fix a memory leak. Lasse Collin 2023-01-06 17:55:06 +0200
  • 02608f74ea Tests: test_index_hash: Don't treat pointers as booleans. Lasse Collin 2023-01-06 17:53:03 +0200
  • 056766c860 Tests: test_index_hash: Fix a typo in a comment. Lasse Collin 2023-01-06 17:51:41 +0200
  • 873e684028 Tests: test_index_hash: Avoid the variable name "index". Lasse Collin 2023-01-06 17:44:29 +0200
  • d1f24c3587 Tests: test_index_hash: Use the word "Record" instead of "entry". Lasse Collin 2023-01-06 17:35:50 +0200
  • b93f7c5cbb Tests: test_index_hash: Tweak comments and style. Lasse Collin 2023-01-06 17:35:05 +0200
  • c48b24fc06 Tests: test_index_hash: Use INDEX_INDICATOR constant instead of 0. Lasse Collin 2023-01-06 17:17:37 +0200
  • 78e0561dfe Style: Change #if !defined() to #ifndef in mythread.h. Jia Tan 2023-01-06 20:43:31 +0800
  • e834e1e934 Build: Add missing stream_decoder_mt.c to .vcxproj files. Jia Tan 2023-01-06 20:35:55 +0800
  • 84f9687cba liblzma: Remove common.h include from common/index.h. Jia Tan 2023-01-05 20:57:25 +0800
  • f204d1050a Update THANKS. Lasse Collin 2023-01-04 22:40:54 +0200
  • 34a9c2d650 Tests: Adjust style in test_compress.sh. Lasse Collin 2023-01-04 18:40:28 +0200
  • 7657ce1c3c Update THANKS. Lasse Collin 2023-01-04 22:40:54 +0200
  • aafd67fba0 Tests: Adjust style in test_compress.sh. Lasse Collin 2023-01-04 18:40:28 +0200
  • 761c208d58 Tests: Replace non portable shell parameter expansion Jia Tan 2023-01-04 23:58:58 +0800
  • 8a7cbc0745 Translations: Add Korean translation of man pages. Jia Tan 2023-01-03 21:02:38 +0800
  • ca2af49bb8 Translations: Update the Esperanto translation. Jia Tan 2023-01-03 20:47:27 +0800
  • bfba3394ae Build: Fix config.h comments. Lasse Collin 2023-01-02 17:05:07 +0200
  • 507648ad11 Build: Only define HAVE_PROGRAM_INVOCATION_NAME if it is set to 1. Jia Tan 2023-01-02 22:33:48 +0800
  • ab5229d32a Tests: test_check: Test corner cases of CLMUL CRC64. Lasse Collin 2022-12-30 20:10:08 +0200
  • 8791826f31 Tests: Clarify a comment in test_lzip_decoder.c. Lasse Collin 2022-12-30 19:36:49 +0200
  • c410d812ea xz: Includes <time.h> and <sys/time.h> conditionally in mytime.c. Jia Tan 2022-12-29 01:55:19 +0800
  • 501c6013d4 liblzma: Includes sys/time.h conditionally in mythread Jia Tan 2022-12-29 01:15:27 +0800
  • 9e3cb514b5 Build: No longer require HAVE_DECL_CLOCK_MONOTONIC to always be set. Jia Tan 2022-12-29 01:10:53 +0800
  • 52380678f4
    Tests: Replace non portable shell parameter expansion Jia Tan 2023-01-04 23:58:58 +0800
  • d0eb345bb7 Translations: Add Korean translation of man pages. Jia Tan 2023-01-03 21:02:38 +0800
  • c4145978d9 Translations: Update the Esperanto translation. Jia Tan 2023-01-03 20:47:27 +0800
  • 4103a2e78a Bump version and soname for 5.5.0alpha. v5.5.0alpha Lasse Collin 2023-01-02 17:20:47 +0200
  • 73c9e6d6b9 Build: Fix config.h comments. Lasse Collin 2023-01-02 17:05:07 +0200
  • bb740e3b11
    Build: Only define HAVE_PROGRAM_INVOCATION_NAME if it is set to 1. Jia Tan 2023-01-02 22:33:48 +0800
  • 064cd385a7 Adds test_index_hash to .gitignore. Jia Tan 2022-12-29 00:30:52 +0800
  • 3959162bae Tests: Creates test_index_hash.c Jia Tan 2022-12-29 00:25:18 +0800
  • f16e12d5e7 liblzma: Add NULL check to lzma_index_hash_append. Jia Tan 2022-08-17 20:20:16 +0800
  • 203b008eb2 liblzma: Replaced hardcoded 0x0 index indicator byte with macro Jia Tan 2022-08-17 17:59:51 +0800
  • dfecda8752 Tests: test_check: Test corner cases of CLMUL CRC64. Lasse Collin 2022-12-30 20:10:08 +0200
  • ce96bb2043 Tests: Clarify a comment in test_lzip_decoder.c. Lasse Collin 2022-12-30 19:36:49 +0200
  • 2fcba17fc4 xz: Includes <time.h> and <sys/time.h> conditionally in mytime.c. Jia Tan 2022-12-29 01:55:19 +0800
  • f82294c831 liblzma: Includes sys/time.h conditionally in mythread Jia Tan 2022-12-29 01:15:27 +0800
  • 74dae7d300 Build: No longer require HAVE_DECL_CLOCK_MONOTONIC to always be set. Jia Tan 2022-12-29 01:10:53 +0800
  • 7339e39dc0 Translations: Add Ukrainian translations of man pages. Jia Tan 2022-12-28 01:14:07 +0800
  • 9f05c27a58 CI/CD: Create initial version of CI/CD workflow. Jia Tan 2022-12-23 00:34:48 +0800
  • 1275ebfba7 liblzma: Update documentation for lzma_filter_encoder. Jia Tan 2022-12-22 23:14:53 +0800
  • 7c9ff5f166 Tests: Adds lzip decoder tests Jia Tan 2022-12-21 21:12:03 +0800