Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #103 : Add compatibility test between releases | Takayuki MATSUOKA | 2015-05-15 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | Add forward/backward compatibility test between all versions - Add new Makefile target "versionstest". - Standard test procedure like "make versionstest && make clean" works properly. test/test-lz4-versions.py - This script creates test/lz4test and checkout all Release tagged versions. After that, compile all versions of lz4c and lz4c32 and compress/decompress between all versions. - This test clones entire git repository to checkout all tags. - Since Travis's default command does not clone entire repository, we could not checkout all tags from Travis' default clone. - After that, test script shows all unique .lz4 files. In this list, 'r999' means 'head' of current working copy. | ||||
* | Added : sanitize test | Yann Collet | 2015-04-09 | 1 | -0/+1 |
| | |||||
* | Removed make dist | Yann Collet | 2015-04-01 | 1 | -1/+0 |
| | |||||
* | Added : arm cross-compilation test | Yann Collet | 2015-03-25 | 1 | -2/+4 |
| | |||||
* | Added : clang test | Yann Collet | 2015-03-15 | 1 | -0/+1 |
| | |||||
* | Fix : static analyzer test on Travis | Yann Collet | 2015-03-15 | 1 | -0/+1 |
| | |||||
* | scan-build tests | Yann Collet | 2015-03-15 | 1 | -0/+1 |
| | |||||
* | g++ compatibility | Yann Collet | 2015-03-10 | 1 | -0/+2 |
| | |||||
* | fixed travis tests | Yann Collet | 2014-12-13 | 1 | -2/+2 |
| | |||||
* | Fixed : install test on travis | Yann Collet | 2014-12-13 | 1 | -1/+1 |
| | |||||
* | New directory structure : library source files into /lib directory | Yann Collet | 2014-11-30 | 1 | -1/+1 |
| | |||||
* | Makefile : refactored Travis CI tests | Yann Collet | 2014-11-04 | 1 | -13/+14 |
| | |||||
* | Added : cmake test | Yann Collet | 2014-11-04 | 1 | -0/+1 |
| | | | cmake : corrected xxhash path (thanks to j.magnuson) | ||||
* | new Travis CI build matrix | Yann Collet | 2014-10-28 | 1 | -4/+14 |
| | |||||
* | Simplified travis test flow | Yann Collet | 2014-08-26 | 1 | -1/+1 |
| | |||||
* | Makefile : some corrections suggested by Michał Górny (issue 136) | Yann Collet | 2014-07-21 | 1 | -1/+1 |
| | |||||
* | New : valgrind memtest | Yann Collet | 2014-06-09 | 1 | -0/+1 |
| | |||||
* | Add Travis CI's Build Matrix | Takayuki MATSUOKA | 2014-04-30 | 1 | -0/+7 |
| | | | | See also : http://docs.travis-ci.com/user/build-configuration/#The-Build-Matrix | ||||
* | Add .travis.yml | Takayuki MATSUOKA | 2014-04-16 | 1 | -0/+6 |
.travis.yml in this commit means (1) Language is C. (2) Compiler is 'gcc' (3) Before testing, Travis-CI VM install 'gcc-multilib' for 32bit executables. (4) Travis-CI invokes 'make test'. See also : Getting started http://docs.travis-ci.com/user/getting-started/ Configuring your build http://docs.travis-ci.com/user/build-configuration/ Building a C Project http://docs.travis-ci.com/user/build-configuration/ |