lz4/examples
2015-10-28 20:54:51 -05:00
..
.gitignore Make git ignore generated files 2015-06-15 21:50:00 -04:00
basics.c Finished the two example files. Decided to avoid adding anything to lz4.c/h to expose LZ4_compress_generic(). 2015-10-28 20:54:51 -05:00
blockStreaming_doubleBuffer.c Updated lz4hc API 2015-05-03 20:57:21 +01:00
blockStreaming_doubleBuffer.md Added : doc authorship 2015-03-25 17:22:26 +01:00
blockStreaming_lineByLine.c Updated lz4hc API 2015-05-03 20:57:21 +01:00
blockStreaming_lineByLine.md Added : doc authorship 2015-03-25 17:22:26 +01:00
blockStreaming_ringBuffer.c Updated unsynchronized buffers tests 2014-11-04 10:04:37 +01:00
compress_functions.c Finished the two example files. Decided to avoid adding anything to lz4.c/h to expose LZ4_compress_generic(). 2015-10-28 20:54:51 -05:00
compressFunctions Finished the two example files. Decided to avoid adding anything to lz4.c/h to expose LZ4_compress_generic(). 2015-10-28 20:54:51 -05:00
frameCompress.c minor example clarification 2015-06-28 02:34:12 -08:00
HCStreaming_ringBuffer.c Added static analyzer test in Visual 2015-06-28 18:58:16 -08:00
Makefile Took out the basics and placed them into basics.c. Added decompression and a wrapper for the generic call. I will likely break this file up into 2 examples before submission. 2015-10-26 01:38:14 -05:00
printVersion.c Added : examples from Takayuki Matsuoka 2014-08-26 14:27:22 +01:00
README.md Add "Examples" subtree 2015-03-25 08:12:18 +09:00
streaming_api_basics.md Added : doc authorship 2015-03-25 17:22:26 +01:00