summaryrefslogtreecommitdiffstats
path: root/lz4demo.c
Commit message (Collapse)AuthorAgeFilesLines
* Improved endianess detectionyann.collet.73@gmail.com2012-12-211-1/+1
| | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@86 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* LZ4 HC : extended detection window. Thanks to Adrien Grand.yann.collet.73@gmail.com2012-11-301-7/+12
| | | | | | | | | Fuzzer : more tests cases lz4demo : detect write errors. Thanks to Dima Tisnek bench.c : compatibility with Solaris 64. Thanks to Thorbjørn Willoch LZ4_compressBound() : now both in inline function and macro format. Thanks to Jacob Gorm Hansen git-svn-id: https://lz4.googlecode.com/svn/trunk@84 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Fixed Visual 2005 issues (warning/linking)yann.collet.73@gmail.com2012-08-131-5/+7
| | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@75 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* git-svn-id: https://lz4.googlecode.com/svn/trunk@68 ↵yann.collet.73@gmail.com2012-06-161-1/+1
| | | | 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Added : LZ4 HC : Now integrated into main trunk.yann.collet.73@gmail.com2012-05-131-14/+24
| | | | | | LZ4_HC license moved to BSD git-svn-id: https://lz4.googlecode.com/svn/trunk@66 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Added : LZ4Demo : can handle appended compressed streams.yann.collet.73@gmail.com2012-05-121-36/+26
| | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@65 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* minor : Force Software-bit-count for WinCE environment under Visual. Thanks ↵yann.collet.73@gmail.com2012-05-091-0/+6
| | | | | | Bayang for Reporting. git-svn-id: https://lz4.googlecode.com/svn/trunk@64 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Added : cmake configuration file, from Dmitry Cherepanovyann.collet.73@gmail.com2012-04-081-20/+20
| | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@62 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Added : lz4demo : software swap32 backend for compilers which do not support ↵yann.collet.73@gmail.com2012-03-161-1/+10
| | | | | | hardware ones. Thanks Dmitry Cherepanov for contribution git-svn-id: https://lz4.googlecode.com/svn/trunk@60 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* minor code refactoring, mostly around __builtin_expectyann.collet.73@gmail.com2012-03-091-2/+5
| | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@59 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Corrected : default to Software Bit Count for GCC earlier than 3.4. Thanks ↵yann.collet.73@gmail.com2012-02-201-8/+9
| | | | | | | | | | to Gray. Corrected : ARM compilation under Visual Studio : now generates cautious code, like GCC, to ensure compatibility with strict-align CPUs. Thanks to Joe WoodBury. Minor : bench.c : Hash verification changed to MurmurHash3A Minor : bench.c : selectable block size git-svn-id: https://lz4.googlecode.com/svn/trunk@56 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Added : LZ4_compressBound() functionyann.collet.73@gmail.com2012-02-161-3/+2
| | | | | | | | 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
* Better detection of Big-Endian and PowerPC CPUyann.collet.73@gmail.com2012-02-011-12/+37
| | | | | | LZ4Demo : correction : produces compatible streams on both big-endian and little-endian systems git-svn-id: https://lz4.googlecode.com/svn/trunk@52 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Added : benchmark function within command-line utilityyann.collet.73@gmail.com2012-01-081-2/+10
| | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@46 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* Better compliance with C99 and non-C99 compilatorsyann.collet.73@gmail.com2011-11-191-1/+1
| | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@40 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* LZ4Demo : corrected a bug in 64 bits modeyann.collet.73@gmail.com2011-09-271-2/+2
| | | | git-svn-id: https://lz4.googlecode.com/svn/trunk@34 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* New : ARM Validated code, thanks to Vlad Grachov.yann.collet.73@gmail.com2011-09-271-74/+89
| | | | | | LZ4Demo : compress/decompress output time git-svn-id: https://lz4.googlecode.com/svn/trunk@33 650e7d94-2a16-8b24-b05c-7c0b3f6821cd
* renamed : main.c into lz4demo.cyann.collet.73@gmail.com2011-09-251-0/+326
changed Makefile accordingly git-svn-id: https://lz4.googlecode.com/svn/trunk@30 650e7d94-2a16-8b24-b05c-7c0b3f6821cd