Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixed c_standards tests | Yann Collet | 2017-05-10 | 1 | -10/+14 |
| | | | | and added entry "make list" | ||||
* | updated Makefile | Yann Collet | 2017-05-10 | 1 | -44/+37 |
| | | | | | to automatically build manual files with make all | ||||
* | Merge pull request #316 from inikep/dev | Yann Collet | 2017-02-10 | 1 | -4/+4 |
|\ | | | | | Dev | ||||
| * | added OpenBSD NetBSD SunOS to list of supported `make install` OSes | Przemyslaw Skibinski | 2017-02-10 | 1 | -4/+4 |
| | | |||||
* | | update repolink in makefile | Benedikt Heine | 2017-02-10 | 1 | -1/+1 |
|/ | |||||
* | added DragonFly to list of supported `make install` OS | Yann Collet | 2017-02-09 | 1 | -1/+1 |
| | |||||
* | added "This Makefile is validated for" | Przemyslaw Skibinski | 2017-01-19 | 1 | -0/+2 |
| | |||||
* | minor fix for travis-install test | Yann Collet | 2016-12-21 | 1 | -2/+2 |
| | |||||
* | minor update Makefile | Yann Collet | 2016-12-21 | 1 | -0/+1 |
| | |||||
* | fix `make` concurrency build (#277) | Yann Collet | 2016-12-15 | 1 | -1/+3 |
| | |||||
* | added a few dates | Yann Collet | 2016-11-21 | 1 | -1/+1 |
| | |||||
* | added examples to make all | Yann Collet | 2016-11-21 | 1 | -0/+3 |
| | |||||
* | fixed #272 (compilation fails on gcc 4.4), reported by @totaam | Yann Collet | 2016-11-19 | 1 | -1/+5 |
| | |||||
* | usan32 relies on default compiler (by default) | Yann Collet | 2016-11-18 | 1 | -1/+1 |
| | |||||
* | switch usan32 tests to gcc-5 | Yann Collet | 2016-11-18 | 1 | -4/+4 |
| | |||||
* | added sanitize32 tests to Travis | Yann Collet | 2016-11-18 | 1 | -0/+3 |
| | |||||
* | fixed Travis test cases | Yann Collet | 2016-11-17 | 1 | -6/+6 |
| | |||||
* | fix 32-bits mode. | Yann Collet | 2016-11-17 | 1 | -4/+7 |
| | | | | | | Large File support for Mac OS-X in 32-bits mode Fixed potential undefined behavior Changed makefile for 32-bits mode | ||||
* | clang and g++ tests restricted to native only on Travis CI Ubuntu v12 ↵ | Yann Collet | 2016-11-14 | 1 | -4/+18 |
| | | | | environment | ||||
* | fixed conversion warnings | Yann Collet | 2016-11-14 | 1 | -1/+4 |
| | |||||
* | fuzzer code refactoring | Yann Collet | 2016-11-13 | 1 | -5/+5 |
| | | | | fix g++ conversion warning | ||||
* | better MSYS/MinGW support | Przemyslaw Skibinski | 2016-11-10 | 1 | -16/+31 |
| | |||||
* | reordered Travis CI tests | Przemyslaw Skibinski | 2016-11-10 | 1 | -0/+1 |
| | |||||
* | joined arm and aarch64 tests | Przemyslaw Skibinski | 2016-11-08 | 1 | -0/+2 |
| | |||||
* | test powerpc64 | Przemyslaw Skibinski | 2016-11-08 | 1 | -6/+6 |
| | |||||
* | tests\Makefile: added test-platform | Przemyslaw Skibinski | 2016-11-08 | 1 | -7/+8 |
| | |||||
* | added platformTest | Przemyslaw Skibinski | 2016-11-08 | 1 | -4/+4 |
| | |||||
* | added "make c_standards" | Przemyslaw Skibinski | 2016-11-07 | 1 | -7/+17 |
| | |||||
* | redefined VOID for Windows/MSYS | Przemyslaw Skibinski | 2016-11-04 | 1 | -4/+3 |
| | |||||
* | updated programs/README.md | Przemyslaw Skibinski | 2016-11-03 | 1 | -2/+1 |
| | |||||
* | test programs moved to tests/ | Przemyslaw Skibinski | 2016-11-03 | 1 | -1/+4 |
| | |||||
* | moved cmake and debian directories to contrib (#245) | Yann Collet | 2016-11-02 | 1 | -1/+1 |
| | |||||
* | Add missing $(EXT) to lz4 program name | Kouhei Sutou | 2016-09-23 | 1 | -2/+4 |
| | |||||
* | lz4 version source from lz4.h | Yann Collet | 2016-09-03 | 1 | -4/+0 |
| | |||||
* | lz4 as phony target | Yann Collet | 2016-08-20 | 1 | -5/+5 |
| | |||||
* | Makefile : lz4 at root | Yann Collet | 2016-08-20 | 1 | -0/+2 |
| | |||||
* | Add FreeBSD to install targets | Martin Waschbüsch | 2016-05-17 | 1 | -2/+3 |
| | | | | Add FreeBSD to install targets | ||||
* | Remove whitespace from ends of lines | Julius Werner | 2016-02-13 | 1 | -5/+5 |
| | | | | | | | I'm trying to import LZ4 code into a project with strict linting requirements. This will make that easier. Signed-off-by: Julius Werner <jwerner@chromium.org> | ||||
* | Updated Makefile and .travis | Yann Collet | 2015-09-01 | 1 | -31/+18 |
| | |||||
* | faster sanitize tests | Yann Collet | 2015-08-15 | 1 | -1/+1 |
| | |||||
* | Makefile : generates *.o for faster processing | Yann Collet | 2015-08-15 | 1 | -17/+17 |
| | |||||
* | liblz4 : Moved XXH_NAMESPACE to CPPFLAGS | Yann Collet | 2015-07-02 | 1 | -1/+1 |
| | |||||
* | changed datagen to remove one malloc | Yann Collet | 2015-06-29 | 1 | -1/+1 |
| | |||||
* | renamed directory to versionsTest | Yann Collet | 2015-06-28 | 1 | -4/+4 |
| | |||||
* | minor example clarification | Yann Collet | 2015-06-28 | 1 | -1/+1 |
| | |||||
* | staticAnalyze use same compilation flags as normal build | Yann Collet | 2015-06-27 | 1 | -1/+1 |
| | |||||
* | Ensured make test is not confused with directory test | Yann Collet | 2015-06-27 | 1 | -1/+1 |
| | |||||
* | Changed : static library is no longer compiled with -fPIC by default (this ↵ | Yann Collet | 2015-06-27 | 1 | -2/+6 |
| | | | | option can still be added on the command line) See #53 | ||||
* | Use lz4 binary to check output | Zbigniew Jędrzejewski-Szmek | 2015-06-18 | 1 | -0/+1 |
| | |||||
* | Add example which uses the frame api through the library | Zbigniew Jędrzejewski-Szmek | 2015-06-18 | 1 | -0/+1 |
| |