1. 7b856e3 Add noexecstack flag for gcc/clang C and CPP in Meson by Victor Zhang · 1 year, 2 months ago
  2. de7c8b9 cmake: Remove duplicated line by Albert Astals Cid · 1 year, 2 months ago
  3. be1bf24 fix: quote include directory for resource compiler by luau-project · 1 year, 2 months ago
  4. 45c0e72 Instructions for Apple Framework builds by Treata11 · 1 year, 2 months ago
  5. becef67 Build: Revert min version to 3.10 by Treata11 · 1 year, 2 months ago
  6. 897cec3 Build: Add support for Apple frameworks by Treata11 · 1 year, 2 months ago
  7. 7d63a1c add prerelease option by lalakii · 1 year, 3 months ago
  8. 757e29e Oops by Victor Zhang · 1 year, 3 months ago
  9. 54c3d99 Support for libc variants without fseeko/ftello by Victor Zhang · 1 year, 3 months ago
  10. 788926f Merge pull request #4217 from facebook/ZSTD_compressSequencesAndLiterals by Yann Collet · 1 year, 3 months ago
  11. f0937b8 [cmake] Fix -z noexecstack portability by Nick Terrell · 1 year, 3 months ago
  12. 47edd0a removed fullbench-dll project from visual solutions by Yann Collet · 1 year, 4 months ago
  13. 6f8c104 update Visual Studio solutions by Yann Collet · 1 year, 4 months ago
  14. 2503b64 fix minor artifact error in single_file_lib by Yann Collet · 1 year, 4 months ago
  15. b4a40a8 move Sequences definition to zstd_compress_internal.h by Yann Collet · 1 year, 4 months ago
  16. 1198a58 Update VERSION_LESS usage to VERSION_GREATER_THAN by Victor Zhang · 1 year, 4 months ago
  17. e190e79 Update cmake minimum requirement to 3.10 by Victor Zhang · 1 year, 4 months ago
  18. adbb536 fixed single file library test by Yann Collet · 1 year, 5 months ago
  19. 76ad1d6 fixed VS2010 solution by Yann Collet · 1 year, 6 months ago
  20. 6939235 fixed meson build by Yann Collet · 1 year, 6 months ago
  21. dd38c67 fixed single-library build by Yann Collet · 1 year, 6 months ago
  22. ccc02a9 meson: Fix contrib and tests build by Artem Labazov · 1 year, 6 months ago
  23. d2d49a1 meson: Do not export private headers in libzstd_dep to avoid name clash by Artem Labazov · 1 year, 6 months ago
  24. 44e83e9 Fix typos not found by codespell by Dimitri Papadopoulos · 1 year, 10 months ago
  25. 1232d4c Merge pull request #3931 from bgilbert/pthread by Yann Collet · 2 years ago
  26. 5be2a87 meson: don't add -pthread to static linking flags on Windows by Benjamin Gilbert · 2 years, 1 month ago
  27. fd5f810 fix missing include folder for resource compiler by BadWolf · 2 years ago
  28. 9c442d6 Improve MSBuild search; add latest option by ManuelBlanc · 2 years ago
  29. 65ab6c2 Use vswhere to find MSBuild; add VS2022 support by ManuelBlanc · 2 years ago
  30. 42b02f5 [cmake] Emit warnings for contradictory build settings by Nick Terrell · 2 years, 1 month ago
  31. a595e58 [cmake] Fix up PR #3716 by Nick Terrell · 2 years, 1 month ago
  32. 79cd0ff Makes it possible to use the lib through FetchContent or ExternalProject_Add by dsvi · 2 years, 8 months ago
  33. a0a9bc6 [cmake] Always create libzstd target by Nick Terrell · 2 years, 1 month ago
  34. c1e9953 [CI] Run tests with CMake on Windows by Nick Terrell · 2 years, 1 month ago
  35. f6039f3 cmake refactor: move HP-UX specific logic into its own function by Yann Collet · 2 years, 1 month ago
  36. a4db145 Merge pull request #3862 from likema/fix-hpux-parisc by Yann Collet · 2 years, 1 month ago
  37. b27d163 Merge branch 'dev' into unified-target by Theodore Tsirpanis · 2 years, 1 month ago
  38. dcd713c Define the unified target inside the CMake project, and export it. by Theodore Tsirpanis · 2 years, 1 month ago
  39. 9e711c9 fix Visual Studio datagen recipe by Yann Collet · 2 years, 1 month ago
  40. b34517a fix cmake build by Yann Collet · 2 years, 1 month ago
  41. c2d3570 fix meson datagen build by Yann Collet · 2 years, 1 month ago
  42. fd03971 blindfix meson recipe by Yann Collet · 2 years, 2 months ago
  43. befcec1 fix cmake recipe by Yann Collet · 2 years, 2 months ago
  44. 3ce4c6e fix Visual Studio solutions by Yann Collet · 2 years, 2 months ago
  45. 2fc7248 fix cmakebuild test by Yann Collet · 2 years, 2 months ago
  46. dcf784a Merge pull request #3760 from jcelerier/patch-1 by Yann Collet · 2 years, 3 months ago
  47. e49d1ab Fix building on HP-UX 11.11 PA-RISC by Like Ma · 2 years, 3 months ago
  48. 475da4f Make `zstd::libzstd` an imported interface target. by Theodore Tsirpanis · 2 years, 4 months ago
  49. c53d650 Export a `zstd::libzstd` target if only static or dynamic linkage is specified. by Theodore Tsirpanis · 2 years, 5 months ago
  50. f013b1b [cmake] Remove code for compatibility with CMake < 3.0 by Christoph Grüninger · 2 years, 5 months ago
  51. 4502ca5 [cmake] Require CMake version 3.5 or newer by Christoph Grüninger · 2 years, 5 months ago
  52. 3c3845b Add target_include_directories because windows and macos need it for me by Xavier Mitault · 2 years, 5 months ago
  53. e590c8a Add doc on how to use it with cmake FetchContent by Xavier Mitault · 2 years, 6 months ago
  54. 4f77b81 Merge pull request #3777 from facebook/fix_x32 by Yann Collet · 2 years, 6 months ago
  55. fe34776 Fix new typos found by codespell by Dimitri Papadopoulos · 2 years, 6 months ago
  56. 2538732 Fixed zstd cmake shared build on windows by Johan Mabille · 2 years, 7 months ago
  57. a02d81f fix: ZSTD_BUILD_DECOMPRESSION message by Mustafa UZUN · 2 years, 8 months ago
  58. 7e09f07 Fix Intel Xcode builds with assembly by Gregor Jasny · 2 years, 10 months ago
  59. 5059618 Add options in Makefile to cmake by Tao He · 2 years, 10 months ago
  60. 979b047 Disable linker flag detection on MSVC/ClangCL. by Tobias Hieta · 3 years ago
  61. 4ebaf36 Merge pull request #3490 from eli-schwartz/meson-tests-noprograms by Yann Collet · 3 years, 2 months ago
  62. 8420502 Don't require CMake 3.18 or later by Sutou Kouhei · 3 years, 2 months ago
  63. a7de1d9 Fix all MSVC warnings (#3495) by Elliot Gorokhovsky · 3 years, 2 months ago
  64. 97ab0e2 meson: always build the zstd binary when tests are enabled by Eli Schwartz · 3 years, 2 months ago
  65. 183a18a meson: correctly specify the dependency relationship for playtests by Eli Schwartz · 3 years, 2 months ago
  66. 2a40262 External matchfinder API (#3333) by Elliot Gorokhovsky · 3 years, 3 months ago
  67. 6640377 cmake build: fix nit by Yann Collet · 3 years, 3 months ago
  68. 31a703e [cmake] Add noexecstack to compiler/linker flags by Nick Terrell · 3 years, 3 months ago
  69. 651a381 [build][cmake] Fix cmake with custom assembler by Nick Terrell · 3 years, 4 months ago
  70. 5d693cc Coalesce Almost All Copyright Notices to Standard Phrasing by W. Felix Handte · 3 years, 4 months ago
  71. 7f12f24 Rewrite Copyright Date Ranges from `-present` to `-2022` by W. Felix Handte · 3 years, 4 months ago
  72. 8927f98 Update Copyright Headers 'Facebook' -> 'Meta Platforms' by W. Felix Handte · 3 years, 4 months ago
  73. a05cca6 Manually Update VS Code Copyright Definitions by W. Felix Handte · 3 years, 10 months ago
  74. 6a90c0f Merge pull request #3289 from nmoinvaz/cmake/playtest-win by Yann Collet · 3 years, 4 months ago
  75. aaa38b2 meson: zstreamtests should now pass on Windows by Yonatan Komornik · 3 years, 4 months ago
  76. 6747ba4 meson: mark a known test failure on Windows by Eli Schwartz · 4 years ago
  77. 9c3e18f meson: add support for running both fast and slow version of tests by Eli Schwartz · 3 years, 4 months ago
  78. 26134b4 meson: don't require valgrind tests by Eli Schwartz · 4 years ago
  79. 626425d meson: fix warning for using too-new features by Eli Schwartz · 3 years, 4 months ago
  80. e8401e9 meson: fix broken commit that broke the build by Eli Schwartz · 3 years, 4 months ago
  81. e0ef09d meson: partial fix for building pzstd on MSVC by Eli Schwartz · 3 years, 4 months ago
  82. e2fc933 Merge branch 'dev' into http-to-https by daniellerozenblit · 3 years, 4 months ago
  83. 031de3c meson: make backtrace dependency on execinfo by Rosen Penev · 3 years, 6 months ago
  84. 4dffc35 Convert references to https from http by Danielle Rozenblit · 3 years, 4 months ago
  85. 6c3ed93 meson: get version up front by Eli Schwartz · 3 years, 5 months ago
  86. b87f310 Only run playTests.sh cmake test if in unix shell environment. by Nathan Moinvaziri · 3 years, 6 months ago
  87. a0b09d0 build(cmake): improve pkg-config generation by Andrea Pappacoda · 3 years, 7 months ago
  88. 60fcc36 escape glob pattern special characters in subject string before generating search patterns in combine.sh list_has_item by William Ahern · 3 years, 8 months ago
  89. cca3544 restore combine.sh bash performance while still sticking to POSIX by William Ahern · 3 years, 8 months ago
  90. cd9d0a7 Fix ZSTD_BUILD_TESTS=ON build with MSVC by Taylor Braun-Jones · 3 years, 9 months ago
  91. 15f3605 removed gnu99 statement from meson recipe by Yann Collet · 3 years, 10 months ago
  92. eceecc5 removed explicit compilation standard from cmake script by Yann Collet · 3 years, 10 months ago
  93. 6548ec7 meson: for internal linkage, link to both libzstd and a static copy of it by Eli Schwartz · 4 years ago
  94. 8d522b8 meson: avoid rebuilding some libzstd sources in the programs by Eli Schwartz · 4 years, 8 months ago
  95. df6eefb meson: avoid rebuilding some libzstd files in the test programs by Eli Schwartz · 4 years, 8 months ago
  96. 66633f9 Merge pull request #3039 from eli-schwartz/meson by Yann Collet · 4 years ago
  97. b772f53 Typo and grammar fixes by Dominique Pelle · 4 years, 1 month ago
  98. db104f6 Merge pull request #3079 from niamster/cmake-compat-5 by Yann Collet · 4 years, 1 month ago
  99. cf1894b Fix typos by Dimitris Apostolou · 4 years, 2 months ago
  100. 03bba1b build:cmake: enable ZSTD legacy support by default by Dmytro Milinevskyi · 4 years, 1 month ago