1. 1496c3d Fix : size estimation when some samples are very large by Yann Collet · 8 years ago
  2. d46ecb5 added dll compilation tests by Yann Collet · 8 years ago
  3. 4ded9e5 added boilerplate by Yann Collet · 8 years ago
  4. 49d105c better warning and error messages in case of dictionary training failure (#292) by Yann Collet · 8 years ago
  5. dd25a27 added tutorial warning messages for dictBuilder by Yann Collet · 8 years ago
  6. a3d03a3 added <errno.h> dependency by Yann Collet · 8 years ago
  7. bcb5f77 dictBuilder manages better samples of null size 0 and large size > 128 KB by Yann Collet · 8 years ago
  8. 290aaa7 Added : ability to manually select the dictionary ID of a newly created dictionary by Yann Collet · 8 years ago
  9. 3733797 bench.c: experimental -r (operate recursively on directories) for Windows and _POSIX_C_SOURCE >= 200112L by inikep · 8 years ago
  10. ed9a085 Merge remote-tracking branch 'refs/remotes/Cyan4973/dev' into dev by inikep · 8 years ago
  11. f6ca09b Reduced console display on loading lots of files with `zstd --train`. Reported by @KrzysFR, see #177 by Yann Collet · 8 years ago
  12. 13c8424 code cleaning by inikep · 8 years ago
  13. 9c22e57 Compiler Options moved to util.h by inikep · 8 years ago
  14. bab4317 util.h must the the first include to #define _POSIX_C_SOURCE by inikep · 8 years ago
  15. 55d047a getTotalFileSize moved to common/util.h by inikep · 8 years ago
  16. d5ff2c3 ordering of #include by inikep · 8 years ago
  17. 69fcd7c getFileSize moved to common/util.h by inikep · 8 years ago
  18. 23a0889 separation of lib/ into common/, compress/, decompress/, dictBuilder/, legacy/ by inikep · 8 years ago
  19. 7de4f9f minor cosmetic by Yann Collet · 9 years ago
  20. 6f3acba notificationLevel into ZDICT_param_t by Yann Collet · 9 years ago
  21. f4c9d75 dictBuilder => zdict by Yann Collet · 9 years ago
  22. 71eafdd Integrated dictionary builder into zstd cli by Yann Collet · 9 years ago