summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* Added : LZ4_compressBound() functionyann.collet.73@gmail.com2012-02-161-3/+3
| | | | | | | | corrected : bench.c now correctly detects file size on a wider ranger of compilers; thanks to Erik Andersen minor : removed warnings on undefined (-Wundef on gcc), thanks David Sterba for suggestion git-svn-id: https://lz4.googlecode.com/svn/trunk@55 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Improved compression speed for big-endian CPUyann.collet.73@gmail.com2012-01-101-2/+2
| | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@48 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Added : benchmark function within command-line utilityyann.collet.73@gmail.com2012-01-081-4/+4
| | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@46 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Endianess correctionyann.collet.73@gmail.com2011-12-091-2/+2
| | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@42 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Modified makefile to specify C99 support to compiler (GCC)yann.collet.73@gmail.com2011-11-171-2/+2
| | | | | | Slightly improved compression speed in small packet mode git-svn-id: https://lz4.googlecode.com/svn/trunk@39 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* renamed : main.c into lz4demo.cyann.collet.73@gmail.com2011-09-251-6/+6
| | | | | | changed Makefile accordingly git-svn-id: https://lz4.googlecode.com/svn/trunk@30 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Corrected a (rare) bug in compression functionyann.collet.73@gmail.com2011-09-031-1/+1
| | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@14 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Improved compression and decompression speed under GCC compileryann.collet.73@gmail.com2011-06-071-3/+3
| | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@11 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Improved : safe type, for linux x64 (amd64) compatibility (Thanks to Erik ↵yann.collet.73@gmail.com2011-05-251-0/+10
Andersen) Checked : OS X compatibility (Thanks Abhinav) Corrected : Explicit unsigned constant for non C90-compliant C compilers (Thanks to Erik Andersen) Changed : lowercase filename for case-sensitive file systems (like linux) (Thanks Abhinav & Erik) Added : Makefile, for gcc (Thanks Abhinav & Erik) git-svn-id: https://lz4.googlecode.com/svn/trunk@7 650e7d94-2a16-8b24-b05c-7c0b3f6821cd