Age | Commit message (Expand) | Author | Files | Lines |
2019-04-14 | Add separate CI rows for ARM debug and release builds | David Robillard | 1 | -6/+38 |
2019-04-14 | Improve CI configuration | David Robillard | 1 | -45/+116 |
2019-04-14 | Enable test coverage on CI | David Robillard | 1 | -10/+18 |
2019-04-14 | Clean up CI waf arguments | David Robillard | 1 | -8/+8 |
2019-04-14 | Update autowaf | David Robillard | 1 | -6/+36 |
2019-04-14 | Squashed 'waflib/' changes from e7a29b6b..27a69a76 | David Robillard | 1 | -10/+43 |
2019-04-13 | Add CI rows for ARM architectures | David Robillard | 1 | -1/+16 |
2019-04-13 | Use short options in CI configuration | David Robillard | 1 | -14/+14 |
2019-04-13 | Add test wrapper to serdi invocation for test manifest loading | David Robillard | 1 | -1/+6 |
2019-04-13 | Fix configuration summary output | David Robillard | 1 | -1/+1 |
2019-04-02 | Remove Tk dependency from benchmark script | David Robillard | 1 | -2/+6 |
2019-03-31 | Add documentation main page | David Robillard | 1 | -0/+15 |
2019-03-30 | Fix parsing "a" abbreviation without padding whitespace | David Robillard | 5 | -14/+23 |
2019-03-30 | Improve documentation | David Robillard | 7 | -244/+313 |
2019-03-23 | Update Doxygen configuration | David Robillard | 1 | -52/+119 |
2019-03-18 | Pass file comparison test if difflib finds no changes | David Robillard | 1 | -3/+5 |
2019-03-18 | Seek to end before checking the size of stderr output | David Robillard | 1 | -1/+2 |
2019-03-18 | Use distinct output paths for each test run | David Robillard | 1 | -2/+2 |
2019-03-17 | Update autowaf and adapt to new API | David Robillard | 47 | -604/+976 |
2019-03-17 | Squashed 'waflib/' changes from 915dcb17..e7a29b6b | David Robillard | 46 | -438/+871 |
2019-03-17 | Avoid redundant manifest scans to speed up test suite execution | David Robillard | 1 | -31/+27 |
2019-03-17 | Factor out some generic test suite running code | David Robillard | 1 | -21/+25 |
2019-03-17 | Fix bug parsing TriG graphs with several squashed trailing dots | David Robillard | 5 | -3/+20 |
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 |