summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2016-11-0922-72/+406
|\
| * Merge pull request #262 from inikep/devYann Collet2016-11-0922-72/+406
| |\ | | | | | | generate DLL
| | * fixed make installPrzemyslaw Skibinski2016-11-091-3/+5
| | |
| | * DLL exports only functions defined in liblz4.defPrzemyslaw Skibinski2016-11-094-4/+70
| | |
| | * create DLL with MinGW/MSYSPrzemyslaw Skibinski2016-11-092-4/+18
| | |
| | * updated appveyor.ymlPrzemyslaw Skibinski2016-11-093-3/+6
| | |
| | * update .gitignorePrzemyslaw Skibinski2016-11-094-15/+7
| | |
| | * removed <PlatformToolset>Przemyslaw Skibinski2016-11-092-5/+1
| | |
| | * LZ4_DLL_IMPORTPrzemyslaw Skibinski2016-11-094-10/+19
| | |
| | * added lz4.rcPrzemyslaw Skibinski2016-11-092-0/+54
| | |
| | * rename liblz4-dll to lz4-dllPrzemyslaw Skibinski2016-11-093-2/+2
| | |
| | * removed LZ4_DLL_EXPORT=1 (2)Przemyslaw Skibinski2016-11-097-20/+19
| | |
| | * removed LZ4_DLL_EXPORT=1Przemyslaw Skibinski2016-11-096-67/+75
| | |
| | * added fullbench-dll.vcxprojPrzemyslaw Skibinski2016-11-094-3/+179
| | |
| | * Merge remote-tracking branch 'refs/remotes/lz4/dev' into devPrzemyslaw Skibinski2016-11-092-105/+152
| | |\ | | |/ | |/|
| | * introduced LZ4_COMPILED_AS_DLLPrzemyslaw Skibinski2016-11-092-4/+19
| | |
* | | updated NEWSYann Collet2016-11-092-8/+13
|/ /
* | Merge pull request #261 from terrelln/clean-fasttestYann Collet2016-11-091-1/+1
|\ \ | | | | | | Remove fasttest when cleaning
| * | Remove fasttest when cleaningNick Terrell2016-11-091-1/+1
|/ /
* | Merge pull request #260 from nemequ/devYann Collet2016-11-081-104/+151
|\ \ | | | | | | cmake: significant changes to accomodate a new "bundled" mode.
| * | cmake: significant changes to accomodate a new "bundled" mode.Evan Nemerson2016-11-081-104/+151
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This makes it much easier to include LZ4 in a CMake-based project; you only need to add_subdirectory(lz4/contrib/cmake_unofficial), then you can use the lz4 target (which is the library). In bundled mode a static library will be built and nothing will be installed, although the lz4 and lz4c command line tools will still be built. This also makes some other much less intrusive changes, including: * Version information is now parsed from lib/lz4.h so the CMakeLists.txt file no longer needs to manually be kept up to date manually. * pkg-config file uses ${prefix} where appropriate instead of writing out full paths, which is important for people on Windows. * Warning flags are now checked instead of blindly added. * The GNUInstallDirs module is used to determine installation locations. * The static library generates position independent code, which means it's usable when building a shared library. * The CLI tools link to liblz4 instead of duplicating the object code.
* | Merge pull request #259 from inikep/devYann Collet2016-11-0818-44/+679
|\ \ | |/ | | Dev
| * updated IntDirPrzemyslaw Skibinski2016-11-088-12/+11
| |
| * added lz4-dll projectPrzemyslaw Skibinski2016-11-084-1/+237
| |
| * VS project: added IntDirPrzemyslaw Skibinski2016-11-085-5/+14
| |
| * VS project: added setargv.objPrzemyslaw Skibinski2016-11-082-3/+8
| |
| * added test-lz4-speed.pyPrzemyslaw Skibinski2016-11-081-0/+351
| |
| * bench.c: support notification levelPrzemyslaw Skibinski2016-11-081-0/+3
| |
| * joined arm and aarch64 testsPrzemyslaw Skibinski2016-11-083-21/+22
| |
| * err0r(LZ4F_errorCodes code) uses ptrdiff_tPrzemyslaw Skibinski2016-11-083-3/+5
| |
| * test powerpc64Przemyslaw Skibinski2016-11-085-13/+15
| |
| * tests\Makefile: added test-platformPrzemyslaw Skibinski2016-11-084-15/+21
| |
| * added platformTestPrzemyslaw Skibinski2016-11-082-7/+9
| |
| * new Travis testsPrzemyslaw Skibinski2016-11-082-14/+33
| |
| * Merge remote-tracking branch 'refs/remotes/lz4/dev' into devPrzemyslaw Skibinski2016-11-087-133/+72
| |\ | |/ |/|
* | slightly improved HC compression ratioYann Collet2016-11-081-6/+6
| |
* | small compression ratio and speed improvement on small filesYann Collet2016-11-082-17/+13
| |
* | Fix #243 : detect and report fread() errors, by @iyokanYann Collet2016-11-072-12/+16
| |
* | Merge branch 'dev' of github.com:Cyan4973/lz4 into devYann Collet2016-11-0716-158/+244
|\ \
| * \ Merge pull request #258 from inikep/dev2Yann Collet2016-11-073-98/+36
| |\ \ | | | | | | | | Travis tests reduced to 11
| | * | MOREFLAGS="-Werror"Przemyslaw Skibinski2016-11-071-3/+3
| | | |
| | * | added "make c_standards"Przemyslaw Skibinski2016-11-073-28/+40
| | | |
| | * | condensed travis.ymlPrzemyslaw Skibinski2016-11-071-80/+6
| | | |
| | * | updated travis.ymlPrzemyslaw Skibinski2016-11-071-28/+28
| | |/
| * | Merge pull request #257 from inikep/devYann Collet2016-11-0711-59/+63
| |\ \ | | |/ | | | added --rm option
| | * added --rm optionPrzemyslaw Skibinski2016-11-073-28/+28
| | |
| | * updated declaration of LZ4F_freeDecompressionContextPrzemyslaw Skibinski2016-11-072-2/+2
| | |
| | * added datagen.c to lz4.vcxprojPrzemyslaw Skibinski2016-11-071-0/+2
| | |
| | * TreatWarningAsError=true only for debugPrzemyslaw Skibinski2016-11-077-15/+17
| | |
| | * fixed appveyor.yml (3)Przemyslaw Skibinski2016-11-071-1/+1
| | |