summaryrefslogtreecommitdiffstats
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* fix: various typosDominique Pelle2022-07-313-4/+4
* Merge pull request #1094 from alexmohr/add-uncompressed-apiYann Collet2022-07-051-23/+111
|\
| * review: Fix review findingsAlexander Mohr2022-06-101-0/+1
| * frame-api: add method to insert uncomressed dataAlexander Mohr2022-06-091-23/+110
* | docs: fix some typoQi Wang2022-06-063-3/+3
|/
* add file operation and examplesanjiahao2022-03-103-2/+241
* Fix typos found by codespellDimitri Papadopoulos2021-11-253-3/+3
* Add C++ compatibility test for examples/Takayuki Matsuoka2021-09-061-0/+5
* Add cast operator for compatibility with C++Takayuki Matsuoka2021-09-061-2/+2
* examples: simple_buffer: We must explicit convert pointer after malloc in c++kmou4242021-09-041-2/+2
* fix spellinga13460542021-08-212-4/+4
* Fix -Wshorten-64-to-32 warningTakayuki Matsuoka2021-05-301-1/+1
* Fix -Wshorten-64-to-32 warningTakayuki Matsuoka2021-05-271-1/+1
* updated license & header datesYann Collet2020-11-251-1/+1
* update docYann Collet2020-11-151-1/+1
* Fix typos in streaming_api_basics.mdAndrew Martin2019-11-301-6/+6
* fixed #778Yann Collet2019-08-211-2/+2
* keep the "lorem ipsum" topic of the example stringYann Collet2019-07-121-1/+1
* print the compression ratioHamid Zare2019-07-111-1/+2
* changed the input text to something more compression friendlyHamid Zare2019-07-111-1/+1
* Update blockStreaming_doubleBuffer.mdAmine Choukir2019-07-031-3/+3
* travisCI: added ASAN fuzzer testsYann Collet2019-06-291-3/+6
* update simple_buffer exampleYann Collet2019-06-061-20/+25
* Try to put some tests I made in ONE place. I also moved a test for "install"...JPeterMugaas2019-04-221-47/+1
* Initial commits from diff I submitted earlierJPeterMugaas2019-04-221-5/+42
* created LZ4_initStream()Yann Collet2019-04-052-3/+3
* make `_fast*()` decoder generate a deprecation warningYann Collet2019-04-041-0/+1
* tried to clean another bunch of cppcheck warningsYann Collet2018-09-191-6/+7
* fixed minor cppcheck warnings in examplesYann Collet2018-09-183-17/+15
* avoid final trailing comma for enum listsYann Collet2018-09-131-4/+4
* frameCompress : added an error detection caseYann Collet2018-09-051-2/+13
* Merge branch 'dev' into lz4f_initYann Collet2018-09-051-1/+1
|\
| * Fix bug in frame decompress exampleCedric De Brito2018-07-021-1/+1
* | Introduced constants LZ4F_INIT_*Yann Collet2018-09-051-10/+11
|/
* fixed a number of minor cast warningsYann Collet2018-04-271-1/+2
* merge lz4opt.h into lz4hc.cYann Collet2018-02-251-1/+1
* modified decompression part of frameCompress.cYann Collet2018-02-011-99/+138
* refactored ressource allocation to avoid gotoYann Collet2018-02-011-23/+12
* examples/Makefile : changed dependency orderYann Collet2018-02-011-9/+9
* refactored frameCompress.c example codeYann Collet2018-02-011-51/+81
* fixed read size, as noticed by @terrellnYann Collet2018-02-011-1/+1
* ensure proper dependencies are built for /examplesYann Collet2018-02-011-19/+25
* refactored frameCompress exampleYann Collet2018-01-311-68/+82
* minor updates to examplesYann Collet2017-11-257-61/+62
* minor improvements to examplesYann Collet2017-09-112-10/+18
* bench : made decompression speed evaluation same time as compressionYann Collet2017-09-071-28/+17
* Fix: Add return statement to main functionMarkus Hennecke2017-08-241-0/+2
* restored block checksum capability at lz4frame API levelYann Collet2017-08-121-3/+3
* fixed frameCompress exampleYann Collet2017-08-091-268/+269
* fixed minor scan-build warningYann Collet2017-06-081-0/+1