Skip to content
  1. Dec 24, 2014
    • yann.collet.73@gmail.com's avatar
      New : lz4frame API is now integrated into liblz4 · e55bae86
      yann.collet.73@gmail.com authored
      Fixed : GCC 4.9 bug on highest performance settings, reported by Greg Slazinski
      Fixed : bug within LZ4 HC streaming mode, reported by James Boyle
      Fixed : older compiler don't like nameless unions, reported by Cheyi Lin
      Changed : lz4 is C90 compatible
      Changed : added -pedantic option, fixed a few minor warnings
      e55bae86
  2. Dec 13, 2014
  3. Nov 08, 2014
  4. Sep 25, 2014
  5. Aug 28, 2014
  6. Aug 07, 2014
  7. Jul 24, 2014
    • yann.collet.73@gmail.com's avatar
      Modified : Streaming API, using strong types · 33947554
      yann.collet.73@gmail.com authored
      Added : LZ4_versionNumber(), thanks to Takayuki Matsuoka
      Fix : OS-X : library install name, thanks to Clemens Lang
      Updated : Makefile : synchronize library version number with lz4.h, thanks to Takayuki Matsuoka
      Updated : Makefile : stricter compilation flags
      Added : pkg-config, thanks to Zbigniew Jędrzejewski-Szmek (issue 135)
      Makefile : lz4-test only test native binaries, as suggested by Michał Górny (issue 136)
      Updated : xxHash to r35
      33947554
  8. Jul 02, 2014
  9. Jun 26, 2014
  10. Apr 22, 2014
  11. Mar 24, 2014
  12. Mar 23, 2014
  13. Mar 12, 2014
  14. Feb 04, 2014
  15. Jan 08, 2014
  16. Jan 07, 2014
  17. Dec 30, 2013
  18. Dec 03, 2013
  19. Nov 02, 2013
  20. Oct 21, 2013
    • yann.collet.73@gmail.com's avatar
      Makefile : support DESTDIR for staged installs. Thanks Jorge Aparicio. · 04762a6a
      yann.collet.73@gmail.com authored
      Makefile : make install installs both lz4 and lz4c (Jorge Aparicio)
      Makefile : removed -Wno-implicit-declaration compilation switch
      lz4cli.c : include <stduni.h> for isatty() (Luca Barbato)
      lz4.h : introduced LZ4_MAX_INPUT_SIZE constant (Shay Green)
      lz4.h : LZ4_compressBound() : unified macro and inline definitions (Shay Green)
      lz4.h : LZ4_decompressSafe_partial() : clarify comments (Shay Green)
      lz4.c : LZ4_compress() verify input size condition (Shay Green)
      bench.c : corrected a bug in free memory size evaluation
      cmake : install into bin/ directory (Richard Yao)
      cmake : check for just C compiler (Elan Ruusamae)
      04762a6a
  21. Oct 01, 2013
  22. Sep 25, 2013
Loading