aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)Author
2022-07-31fix: various typosDominique Pelle
2022-07-05Merge pull request #1094 from alexmohr/add-uncompressed-apiYann Collet
2022-06-10review: Fix review findingsAlexander Mohr
2022-06-09frame-api: add method to insert uncomressed dataAlexander Mohr
2022-06-06docs: fix some typoQi Wang
2022-03-10add file operation and examplesanjiahao
2021-11-25Fix typos found by codespellDimitri Papadopoulos
2021-09-07Add C++ compatibility test for examples/Takayuki Matsuoka
2021-09-07Add cast operator for compatibility with C++Takayuki Matsuoka
2021-09-05examples: simple_buffer: We must explicit convert pointer after malloc in c++kmou424
2021-08-21fix spellinga1346054
2021-05-30Fix -Wshorten-64-to-32 warningTakayuki Matsuoka
2021-05-27Fix -Wshorten-64-to-32 warningTakayuki Matsuoka
2020-11-25updated license & header datesYann Collet
2020-11-15update docYann Collet
2019-11-30Fix typos in streaming_api_basics.mdAndrew Martin
2019-08-21fixed #778Yann Collet
2019-07-11keep the "lorem ipsum" topic of the example stringYann Collet
2019-07-11print the compression ratioHamid Zare
2019-07-11changed the input text to something more compression friendlyHamid Zare
2019-07-03Update blockStreaming_doubleBuffer.mdAmine Choukir
2019-06-28travisCI: added ASAN fuzzer testsYann Collet
2019-06-06update simple_buffer exampleYann Collet
2019-04-22Try to put some tests I made in ONE place. I also moved a test for "install"...JPeterMugaas
2019-04-22Initial commits from diff I submitted earlierJPeterMugaas
2019-04-05created LZ4_initStream()Yann Collet
2019-04-04make `_fast*()` decoder generate a deprecation warningYann Collet
2018-09-19tried to clean another bunch of cppcheck warningsYann Collet
2018-09-18fixed minor cppcheck warnings in examplesYann Collet
2018-09-13avoid final trailing comma for enum listsYann Collet
2018-09-05frameCompress : added an error detection caseYann Collet
2018-09-05Merge branch 'dev' into lz4f_initYann Collet
2018-09-05Introduced constants LZ4F_INIT_*Yann Collet
2018-07-02Fix bug in frame decompress exampleCedric De Brito
2018-04-26fixed a number of minor cast warningsYann Collet
2018-02-25merge lz4opt.h into lz4hc.cYann Collet
2018-02-01modified decompression part of frameCompress.cYann Collet
2018-02-01refactored ressource allocation to avoid gotoYann Collet
2018-01-31examples/Makefile : changed dependency orderYann Collet
2018-01-31refactored frameCompress.c example codeYann Collet
2018-01-31fixed read size, as noticed by @terrellnYann Collet
2018-01-31ensure proper dependencies are built for /examplesYann Collet
2018-01-31refactored frameCompress exampleYann Collet
2017-11-24minor updates to examplesYann Collet
2017-09-11minor improvements to examplesYann Collet
2017-09-07bench : made decompression speed evaluation same time as compressionYann Collet
2017-08-24Fix: Add return statement to main functionMarkus Hennecke
2017-08-11restored block checksum capability at lz4frame API levelYann Collet
2017-08-09fixed frameCompress exampleYann Collet
2017-06-08fixed minor scan-build warningYann Collet