Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 4092b4d4 | 2015-09-01 13:45:19 | Add more testdata. | ||
| 8d83839a | 2015-05-11 14:14:05 | Expose the quality parameter to the bro.cc tool. | ||
| 10a2f374 | 2015-05-07 20:43:01 | Handle multiple compressed files per original in the test. Add some more test cases that decompress to the empty file or a one byte long file. These test cases have examples for the updated stream header and meta-block header formats. | ||
| 5da7e37a | 2015-03-13 18:00:28 | Makefile fixes and cleanups - Distinguish between CC/CFLAGS, CPP/CPPFLAGS and CXX/CXXFLAGS. Do not store compiler flags in CPPFLAGS, which is for preprocessor, and do not try to link files using a preprocessor. - Use COMMON_FLAGS for flags that are for both C and C++. - Drop -m64 flag which is wrong on 32-bit systems. - Use $(MAKE) instead of make, so that parallel building works. | ||
| 1d763978 | 2015-01-13 16:42:35 | Add more test cases. | ||
| ac455c50 | 2014-11-17 15:31:00 | Improvements to the command-line tool. - Don't read the whole input to memory. - Support reading from stdin and writing to stdout. | ||
| e1739826 | 2014-10-30 13:59:37 | Add command-line tool and tests. |