Age | Commit message (Expand) | Author | Files | Lines |
2019-03-17 | Derive output syntax automatically from test class | David Robillard | 1 | -7/+15 |
2019-03-17 | Simplify test output file checking | David Robillard | 1 | -31/+28 |
2019-03-17 | Use simpler Doxygen header and footer | David Robillard | 3 | -2/+72 |
2019-03-17 | Hide export declarations in documentation | David Robillard | 1 | -3/+3 |
2019-03-16 | Set stdin and stdout to binary mode on Windows to preserve newlines | David Robillard | 1 | -0/+10 |
2019-01-12 | Update autowaf | David Robillard | 2 | -17/+41 |
2019-01-12 | Squashed 'waflib/' changes from 5ea8f99..915dcb1 | David Robillard | 1 | -15/+39 |
2019-01-06 | Fix serd_node_new_decimal() on Windows | David Robillard | 1 | -1/+1 |
2019-01-05 | Turn off overly noisy new clang-format checks | David Robillard | 1 | -0/+2 |
2019-01-05 | Use lround() instead of sketchy offset and cast | David Robillard | 1 | -1/+1 |
2019-01-05 | Rewrite switch statements that are better written as ifs | David Robillard | 2 | -22/+16 |
2019-01-05 | Fix potential use of uninitialised data | David Robillard | 1 | -1/+1 |
2019-01-05 | Fix unsorted includes | David Robillard | 1 | -3/+2 |
2019-01-05 | Remove pointless const in prototype | David Robillard | 1 | -1/+1 |
2019-01-05 | Fix unused parameter warnings | David Robillard | 6 | -4/+20 |
2019-01-05 | Remove manifest test | David Robillard | 2 | -277/+0 |
2019-01-05 | Remove ancient MSVC workaround for stdbool.h | David Robillard | 1 | -2/+1 |
2018-12-26 | Remove test utilities and simply use assert for unit tests | David Robillard | 2 | -294/+105 |
2018-12-20 | Remove old URI parse debug logging code | David Robillard | 1 | -38/+0 |
2018-11-24 | Merge commit '668a088c7005ec6f6c5fc119470002cc73a1040a' | David Robillard | 1 | -9/+17 |
2018-11-24 | Squashed 'waflib/' changes from 4687ba6..5ea8f99 | David Robillard | 1 | -8/+17 |
2018-11-24 | Fix test suite when running recursively | David Robillard | 1 | -2/+2 |
2018-11-18 | Simplify test flags code | David Robillard | 1 | -2/+1 |
2018-11-11 | Add tests for misspelled prefix and base directives | David Robillard | 3 | -0/+14 |
2018-11-11 | Remove some unnecessary test files | David Robillard | 6 | -593/+0 |
2018-11-11 | Shrink serd_byte_source_advance() code slightly | David Robillard | 1 | -4/+2 |
2018-11-11 | Add test for writing URIs that can not be shortened | David Robillard | 4 | -11/+28 |
2018-11-11 | Make logged test names unambiguous | David Robillard | 1 | -2/+2 |
2018-11-11 | Make waf exit with non-zero status when test suite fails | David Robillard | 1 | -0/+1 |
2018-11-11 | Fix missing parse error messages | David Robillard | 2 | -2/+6 |
2018-11-11 | Fix error message output test | David Robillard | 1 | -3/+3 |
2018-10-28 | Show diffs for all failed file equality checks | David Robillard | 1 | -7/+9 |
2018-10-28 | Factor out test output diffing | David Robillard | 1 | -8/+12 |
2018-10-28 | Make same-syntax test runner code generic | David Robillard | 1 | -7/+8 |
2018-10-28 | Avoid use of sscanf for parsing escapes in URIs | David Robillard | 1 | -4/+2 |
2018-10-28 | Clean up test output | David Robillard | 1 | -7/+8 |
2018-10-28 | Squashed 'waflib/' changes from 3e43d09..4687ba6 | David Robillard | 1 | -23/+34 |
2018-10-28 | Merge commit '6e20080b1bf1d6800aa4074aed4345683f2e874d' | David Robillard | 1 | -23/+34 |
2018-10-28 | Put all tests in groups with consistent naming style | David Robillard | 1 | -6/+7 |
2018-10-28 | Use relative paths in test commands and output | David Robillard | 1 | -4/+5 |
2018-10-03 | Fix colliding blank nodes when parsing TriG | David Robillard | 2 | -2/+3 |
2018-10-03 | Fix TriG test suite to not require clashing blank node IDs | David Robillard | 4 | -3/+4 |
2018-09-30 | Fix calloc argument order | David Robillard | 4 | -4/+4 |
2018-09-30 | Improve benchmark script | David Robillard | 1 | -21/+110 |
2018-09-16 | Fix const casts | David Robillard | 1 | -1/+1 |
2018-09-16 | Use strtoul instead of sscanf for converting hex | David Robillard | 1 | -2/+3 |
2018-09-16 | Squashed 'waflib/' changes from 982416b..3e43d09 | David Robillard | 1 | -4/+6 |
2018-09-16 | Merge commit 'bf547165c0273830c6e5611f71e3c19353f6ba5f' | David Robillard | 1 | -4/+6 |
2018-09-16 | Clean up wscript | David Robillard | 1 | -21/+19 |
2018-09-15 | Switch to using bundled waf source | David Robillard | 1 | -162/+9 |