aboutsummaryrefslogtreecommitdiffstats
path: root/wscript
AgeCommit message (Expand)AuthorFilesLines
2020-06-21Add stack overflow testsDavid Robillard1-1/+3
2020-06-21Simplify streaming API and improve pretty printingDavid Robillard1-0/+1
2020-06-21Add SerdNodes class for storing a cache of nodesDavid Robillard1-2/+7
2020-06-21Expose SerdByteSink in public APIDavid Robillard1-0/+1
2020-06-21Add test for reading chunksDavid Robillard1-1/+3
2020-06-21Simplify writer style optionsDavid Robillard1-6/+28
2020-06-21Add SerdCursor to public APIDavid Robillard1-0/+3
2020-06-21Add sink interfaceDavid Robillard1-0/+1
2020-06-21Add SerdStatementDavid Robillard1-0/+1
2020-06-21Move syntax name/extension utilities to public APIDavid Robillard1-0/+1
2020-06-21Use a fixed-size reader stackDavid Robillard1-1/+5
2020-06-21Separate base64 implementationDavid Robillard1-1/+2
2020-06-21Move system utilities to separate source filesDavid Robillard1-0/+1
2020-06-21Add SerdWorld for shared library stateDavid Robillard1-0/+1
2020-06-21Clean up and separate internal headersDavid Robillard1-9/+21
2020-06-21Use SerdBuffer for mutable buffersDavid Robillard1-2/+2
2020-06-21Strengthen lint targetDavid Robillard1-20/+48
2020-06-21Clean up includesDavid Robillard1-0/+8
2020-06-21Strengthen function checks to check for typeDavid Robillard1-4/+8
2020-06-21Clean up wscriptDavid Robillard1-20/+45
2020-04-26Serd 0.30.4v0.30.4David Robillard1-1/+1
2019-12-08Fix reading from a null-delimited socketDavid Robillard1-1/+1
2019-10-27Fix lax handling of string errors and add separate lax test suiteDavid Robillard1-7/+7
2019-10-27Support passing arguments to test wrappersDavid Robillard1-1/+2
2019-10-21Serd 0.30.2v0.30.2David Robillard1-1/+1
2019-10-21Add test that NEWS file is normalised and round-trips to TurtleDavid Robillard1-0/+23
2019-10-21Update autowafDavid Robillard1-11/+5
2019-10-21Fix amalgamationDavid Robillard1-2/+5
2019-10-21Remove upload_docs targetDavid Robillard1-6/+0
2019-10-17Update autowafDavid Robillard1-5/+5
2019-07-25Build documentation and coverage index pageDavid Robillard1-1/+8
2019-04-27Test that all bad commands print error messagesDavid Robillard1-2/+2
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-03-30Improve documentationDavid Robillard1-2/+0
2019-03-18Use distinct output paths for each test runDavid Robillard1-2/+2
2019-03-17Update autowaf and adapt to new APIDavid Robillard1-166/+105
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-17Derive output syntax automatically from test classDavid Robillard1-7/+15
2019-03-17Simplify test output file checkingDavid Robillard1-31/+28
2019-01-12Update autowafDavid Robillard1-2/+2
2019-01-05Turn off overly noisy new clang-format checksDavid Robillard1-0/+2
2018-11-24Fix test suite when running recursivelyDavid Robillard1-2/+2
2018-11-18Simplify test flags codeDavid Robillard1-2/+1
2018-11-11Make logged test names unambiguousDavid Robillard1-2/+2
2018-11-11Fix error message output testDavid Robillard1-3/+3
2018-10-28Show diffs for all failed file equality checksDavid Robillard1-7/+9
2018-10-28Factor out test output diffingDavid Robillard1-8/+12
2018-10-28Make same-syntax test runner code genericDavid Robillard1-7/+8