aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-05-25WIP: JSONjsonldDavid Robillard8-801/+1569
2019-05-25Add support for terms with datatypes to SerdEnvDavid Robillard2-13/+75
2019-05-25Fix output of toRdf-0012 to match input orderDavid Robillard1-1/+1
2019-05-25Add JSON-LD test suiteDavid Robillard250-0/+4909
2019-04-27Test that all bad commands print error messagesDavid Robillard1-2/+2
2019-04-21Switch to using a submodule for autowafDavid Robillard186-41965/+6
2019-04-20Use fine-grained Docker images for CIDavid Robillard1-36/+36
2019-04-20Fix incorrect print format argumentsDavid Robillard2-2/+11
2019-04-19Fix test coverageDavid Robillard1-28/+20
2019-04-14Add separate CI rows for ARM debug and release buildsDavid Robillard1-6/+38
2019-04-14Improve CI configurationDavid Robillard1-45/+116
2019-04-14Enable test coverage on CIDavid Robillard1-10/+18
2019-04-14Clean up CI waf argumentsDavid Robillard1-8/+8
2019-04-14Update autowafDavid Robillard1-6/+36
2019-04-14Squashed 'waflib/' changes from e7a29b6b..27a69a76David Robillard1-10/+43
2019-04-13Add CI rows for ARM architecturesDavid Robillard1-1/+16
2019-04-13Use short options in CI configurationDavid Robillard1-14/+14
2019-04-13Add test wrapper to serdi invocation for test manifest loadingDavid Robillard1-1/+6
2019-04-13Fix configuration summary outputDavid Robillard1-1/+1
2019-04-02Remove Tk dependency from benchmark scriptDavid Robillard1-2/+6
2019-03-31Add documentation main pageDavid Robillard1-0/+15
2019-03-30Fix parsing "a" abbreviation without padding whitespaceDavid Robillard5-14/+23
2019-03-30Improve documentationDavid Robillard7-244/+313
2019-03-23Update Doxygen configurationDavid Robillard1-52/+119
2019-03-18Pass file comparison test if difflib finds no changesDavid Robillard1-3/+5
2019-03-18Seek to end before checking the size of stderr outputDavid Robillard1-1/+2
2019-03-18Use distinct output paths for each test runDavid Robillard1-2/+2
2019-03-17Update autowaf and adapt to new APIDavid Robillard47-604/+976
2019-03-17Squashed 'waflib/' changes from 915dcb17..e7a29b6bDavid Robillard46-438/+871
2019-03-17Avoid redundant manifest scans to speed up test suite executionDavid Robillard1-31/+27
2019-03-17Factor out some generic test suite running codeDavid Robillard1-21/+25
2019-03-17Fix bug parsing TriG graphs with several squashed trailing dotsDavid Robillard5-3/+20
2019-03-17Derive output syntax automatically from test classDavid Robillard1-7/+15
2019-03-17Simplify test output file checkingDavid Robillard1-31/+28
2019-03-17Use simpler Doxygen header and footerDavid Robillard3-2/+72
2019-03-17Hide export declarations in documentationDavid Robillard1-3/+3
2019-03-16Set stdin and stdout to binary mode on Windows to preserve newlinesDavid Robillard1-0/+10
2019-01-12Update autowafDavid Robillard2-17/+41
2019-01-12Squashed 'waflib/' changes from 5ea8f99..915dcb1David Robillard1-15/+39
2019-01-06Fix serd_node_new_decimal() on WindowsDavid Robillard1-1/+1
2019-01-05Turn off overly noisy new clang-format checksDavid Robillard1-0/+2
2019-01-05Use lround() instead of sketchy offset and castDavid Robillard1-1/+1
2019-01-05Rewrite switch statements that are better written as ifsDavid Robillard2-22/+16
2019-01-05Fix potential use of uninitialised dataDavid Robillard1-1/+1
2019-01-05Fix unsorted includesDavid Robillard1-3/+2
2019-01-05Remove pointless const in prototypeDavid Robillard1-1/+1
2019-01-05Fix unused parameter warningsDavid Robillard6-4/+20
2019-01-05Remove manifest testDavid Robillard2-277/+0
2019-01-05Remove ancient MSVC workaround for stdbool.hDavid Robillard1-2/+1
2018-12-26Remove test utilities and simply use assert for unit testsDavid Robillard2-294/+105