Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2014-08-06 | Checks for no PP. | Mathis Rosenhauer | 2 | -44/+95 |
2014-08-01 | More explicit casting to shup up VS. | Mathis Rosenhauer | 4 | -12/+16 |
2014-08-01 | Stricter test possible for some LE options. | Mathis Rosenhauer | 1 | -1/+1 |
2014-07-24 | (Re)add test for libsz. | Mathis Rosenhauer | 3 | -19/+36 |
2014-07-24 | Add some ChangeLog. | Mathis Rosenhauer | 1 | -0/+66 |
2014-07-24 | DLL support for Windows. | Mathis Rosenhauer | 6 | -6/+3 |
2014-07-23 | Remove stdout support since it creates problems on Windows. | Mathis Rosenhauer | 3 | -6/+6 |
2014-07-17 | Don't color Windows. | Mathis Rosenhauer | 1 | -0/+5 |
2014-07-17 | Remove more unistd.h. | Mathis Rosenhauer | 4 | -4/+0 |
2014-07-16 | Export symbols for Windows dlls. | Mathis Rosenhauer | 1 | -2/+2 |
2014-07-16 | No benchmarking on Windows for now. | Mathis Rosenhauer | 1 | -2/+4 |
2014-07-16 | CMake checks for inline and restrict. Toupper. | Mathis Rosenhauer | 1 | -13/+13 |
2014-07-15 | Add benchmake target. | Mathis Rosenhauer | 2 | -1/+8 |
2014-07-15 | Add CMake files to dist. | Mathis Rosenhauer | 1 | -1/+1 |
2014-07-14 | Initial CMake support. | Mathis Rosenhauer | 1 | -0/+20 |
2014-03-03 | Add simple program to measure run-time. | Thomas Jahns | 2 | -11/+2 |
2014-03-03 | Allow benchmarks in VPATH builds. | Thomas Jahns | 2 | -3/+4 |
2014-02-24 | Download compressed sample data | Mathis Rosenhauer | 2 | -4/+6 |
2014-02-18 | benchmarking for encoding and decoding | Mathis Rosenhauer | 3 | -1/+48 |
2014-02-13 | additional testing for encoding sample data | Mathis Rosenhauer | 1 | -35/+42 |
2014-02-11 | test encoding for some files | Mathis Rosenhauer | 1 | -0/+5 |
2014-02-11 | correct lenght calculation for SE | Mathis Rosenhauer | 1 | -3/+3 |
2014-02-10 | Fix encoding long fs + check. Only relevant for j=64 | Mathis Rosenhauer | 1 | -12/+8 |
2014-02-07 | check long fs | Mathis Rosenhauer | 2 | -2/+77 |
2014-02-05 | test with NASA's sample data | Mathis Rosenhauer | 2 | -1/+70 |
2013-02-19 | clean up | Mathis Rosenhauer | 1 | -2/+1 |
2013-02-19 | Check coloring | Mathis Rosenhauer | 5 | -12/+15 |
2013-02-19 | Write directly to output buffer | Mathis Rosenhauer | 1 | -1/+1 |
2013-02-19 | Slightly faster bit and fs getters, more forced inlining | Mathis Rosenhauer | 1 | -0/+1 |
2013-02-19 | pluralization | Mathis Rosenhauer | 4 | -31/+31 |
2013-02-19 | run checks with small and with large buffers | Mathis Rosenhauer | 1 | -30/+48 |
2013-02-19 | buffer output and filter in one go | Mathis Rosenhauer | 3 | -20/+75 |
2013-02-19 | Decoder: turn FSM switch into functions | Mathis Rosenhauer | 3 | -1/+91 |
2013-02-19 | Fix another zero block bug with check | Mathis Rosenhauer | 1 | -10/+15 |
2013-02-19 | Make FS check more robust | Mathis Rosenhauer | 1 | -2/+4 |
2013-02-19 | A wrong definition in test/Makefile.am and the m4 directory and header files ... | Luis Kornblueh | 1 | -1/+1 |
2013-02-19 | Add check for short RSI handling to catch previous bug | Mathis Rosenhauer | 5 | -265/+402 |
2013-02-19 | Add libaec.la to libsz.la | Mathis Rosenhauer | 1 | -1/+1 |
2013-02-19 | simplified test a bit | Mathis Rosenhauer | 1 | -34/+40 |
2013-02-19 | Missing checks for SE, FS and uncompressed in all flavors | Mathis Rosenhauer | 1 | -50/+192 |
2013-02-19 | splitting test | Mathis Rosenhauer | 1 | -41/+163 |
2013-02-19 | Simple zero block check | Mathis Rosenhauer | 2 | -0/+121 |