Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-23 | Match LZ compressed files (#724) | aaaaaa123456789 | |
Replace lzcomp with new version and match all LZ compressed files | |||
2019-02-16 | Silence gcc warnings, even in Travis | Rangi | |
-Wno-missing-field-initializers is needed because of false positives over {0} initialization | |||
2018-08-18 | Avoid warnings from gcc without having to silence them all | Rangi | |
2018-08-04 | Update lzcomp to the latest version and fix Makefiles accordingly | aaaaaa123456789 | |
2018-06-20 | Silence -Wimplicit-fallthrough | Rangi | |
2017-09-24 | fix warnings in lzcomp and md5 | yenatch | |
2017-06-09 | Fix warnings about assignments in ‘if’ statements | Ben10do | |
Assignments in ‘if’ statements cause a warning in Clang, asking you to enclose the assignment in brackets (to show that it was intentional). | |||
2016-08-24 | Add C build tools. | yenatch | |