Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-15 | Build with ultra-strict flags and Werror on CI | David Robillard | 1 | -15/+15 | |
2020-07-15 | Fix strict build with MinGW | David Robillard | 1 | -0/+1 | |
2020-07-15 | Fix strict release configuration with GCC 10.1.0 | David Robillard | 2 | -0/+4 | |
2020-07-06 | Update autowaf and be explicit about warning flags | David Robillard | 2 | -3/+44 | |
2020-07-06 | Fix spurious semicolon warnings | David Robillard | 4 | -12/+14 | |
2020-07-06 | Fix format conversion warnings | David Robillard | 2 | -4/+10 | |
2020-07-05 | Remove redundant switch statement | David Robillard | 1 | -3/+1 | |
2020-07-05 | Remove unreachable code | David Robillard | 1 | -3/+2 | |
2020-06-21 | Normalise NEWS file | David Robillard | 1 | -1/+1 | |
2020-06-21 | Strengthen lint target | David Robillard | 2 | -20/+67 | |
2020-06-21 | Cleanup: Add missing default switch cases | David Robillard | 3 | -0/+13 | |
2020-06-21 | Cleanup: Fix uninitialised variables | David Robillard | 5 | -32/+33 | |
2020-06-21 | Cleanup: Avoid declaring multiple variables on a single line | David Robillard | 2 | -2/+5 | |
2020-06-21 | Cleanup: Avoid malloc of 0 bytes | David Robillard | 1 | -1/+1 | |
2020-06-21 | Cleanup: Remove unnecessary stores | David Robillard | 3 | -6/+5 | |
2020-06-21 | Cleanup: Remove redundant cast | David Robillard | 1 | -1/+1 | |
2020-06-21 | Clean up includes | David Robillard | 13 | -29/+76 | |
2020-06-21 | Strengthen function checks to check for type | David Robillard | 2 | -4/+14 | |
This makes the checks work with strict warnings and Werror. | |||||
2020-06-21 | Clean up wscript | David Robillard | 1 | -20/+45 | |
2020-06-21 | Update autowaf | David Robillard | 1 | -0/+0 | |
2020-04-26 | Serd 0.30.4v0.30.4 | David Robillard | 2 | -3/+3 | |
2020-04-26 | Fix potential passing of NULL to printf | David Robillard | 1 | -1/+1 | |
2020-04-26 | Update autowaf | David Robillard | 1 | -0/+0 | |
2020-04-11 | Add gitattributes to disable newline mangling for RDF files | David Robillard | 1 | -0/+4 | |
2020-03-17 | Update documentation style | David Robillard | 3 | -381/+446 | |
2020-03-17 | Remove unused obsolete Doxygen options | David Robillard | 1 | -15/+0 | |
2020-02-09 | Add tags to Windows builds to exclude Gitlab shared runners | David Robillard | 1 | -5/+4 | |
Gitlab now has shared Windows runners, which is cool, but unfortunately they don't have Python, so they are useless here and will cause failed builds if they pick up the job. | |||||
2019-12-14 | Fix function prototype | David Robillard | 1 | -1/+1 | |
2019-12-14 | Split up unit tests | David Robillard | 1 | -39/+100 | |
2019-12-08 | Fix reading from a null-delimited socket | David Robillard | 4 | -2/+70 | |
2019-11-10 | Update autowaf | David Robillard | 1 | -0/+0 | |
2019-10-27 | Simplify syntax dispatch condition | David Robillard | 1 | -4/+2 | |
This avoids the Wswitch-enum warning in clang. | |||||
2019-10-27 | Fix EOF handling while reading in bulk or from strings | David Robillard | 9 | -18/+70 | |
2019-10-27 | Use int as internal character type so it can represent EOF | David Robillard | 3 | -80/+94 | |
2019-10-27 | Fix example prefixes in test cases | David Robillard | 10 | -10/+10 | |
2019-10-27 | Add test case for base URI with no path | David Robillard | 3 | -0/+11 | |
2019-10-27 | Fix integer conversion warnings | David Robillard | 7 | -33/+40 | |
2019-10-27 | Fix lax handling of string errors and add separate lax test suite | David Robillard | 10 | -27/+67 | |
2019-10-27 | Support passing arguments to test wrappers | David Robillard | 1 | -1/+2 | |
This allows using prefixes like valgrind --leak-check=full. | |||||
2019-10-21 | Update metadata | David Robillard | 1 | -2/+2 | |
2019-10-21 | Serd 0.30.2v0.30.2 | David Robillard | 2 | -3/+4 | |
2019-10-21 | Add __pycache__ to gitignore | David Robillard | 1 | -0/+1 | |
2019-10-21 | Add test that NEWS file is normalised and round-trips to Turtle | David Robillard | 1 | -0/+23 | |
2019-10-21 | Update autowaf | David Robillard | 2 | -11/+5 | |
2019-10-21 | Fix amalgamation | David Robillard | 1 | -2/+5 | |
2019-10-21 | Remove upload_docs target | David Robillard | 1 | -6/+0 | |
2019-10-20 | Normalise NEWS file | David Robillard | 1 | -90/+90 | |
Towards reproducible round-tripping and sanity checks. | |||||
2019-10-20 | Remove link to test coverage from README | David Robillard | 1 | -1/+0 | |
This is linked to from the badge anyway. | |||||
2019-10-20 | Don't deploy pages until all previous stages are complete | David Robillard | 1 | -1/+0 | |
2019-10-19 | Use terser list syntax in CI configuration | David Robillard | 1 | -28/+12 | |