Yann Collet
|
a1394399b4
|
fixed minor conversion warnings in examples/
|
2019-01-19 23:38:20 -08:00 |
|
Yi Jin
|
bc4dc606de
|
break loadFile_orDie() into 2: loadFile_orDie() loads file into a pre-allocated memory buffer, mallocAndLoadFile_orDie() allocates memory first, then calls loadFile_orDie()
|
2018-12-17 16:54:55 -08:00 |
|
Yi Jin
|
452689678b
|
bug fix in loadFile_orDie(): exit with error code if filesize is bigger than provided buffer
|
2018-12-16 22:44:27 -08:00 |
|
Yi Jin
|
ea4859ec71
|
add multiple_simple_compression.c
|
2018-12-16 20:45:43 -08:00 |
|
Yi Jin
|
cce0842c60
|
Factor out allocMemory_orDIe(...) in simple_compressionCCtx.c, and amend Makefile to account for dependency on utils.h
|
2018-12-16 15:36:28 -08:00 |
|
Yi Jin
|
04d06ad885
|
refactor utils.h and implement simple_compressionCCtx.c
|
2018-12-14 18:12:05 -08:00 |
|
Hung Dang
|
0f52b0caad
|
Refactor examples to avoid code duplication.
|
2018-12-06 22:42:19 -05:00 |
|