aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-12-29Add serdi option to write ASCII outputDavid Robillard3-2/+12
2017-12-29Print diffs for failed testsDavid Robillard1-0/+10
2017-12-29Use clang-tidy for lintingDavid Robillard1-2/+8
2017-12-29Upgrade to waf 2.0.3David Robillard2-16/+17
2017-12-26Print file open error in standard formatDavid Robillard1-1/+2
2017-12-26Report source file and line on test failuresDavid Robillard2-98/+131
2017-12-18Update wafDavid Robillard1-5/+5
2017-12-16Update wafDavid Robillard2-6/+5
2017-11-05Move cursor from reader to byte sourceDavid Robillard3-25/+25
2017-11-05Move EOF flag from reader to byte sourceDavid Robillard3-11/+11
2017-11-05Factor out namespace definesDavid Robillard3-6/+3
2017-11-05Remove unused typedefDavid Robillard1-2/+0
2017-11-05Reset status when skipping lines for lax parsingDavid Robillard1-1/+1
2017-11-05Make reader strict by defaultDavid Robillard1-0/+1
2017-10-07Simplify documentation cleanupDavid Robillard1-5/+1
2017-10-07Clean up waf optionsDavid Robillard1-10/+11
2017-10-07Update wafDavid Robillard1-5/+5
2017-09-27Fix wscript for Python 3David Robillard1-4/+4
2017-09-25Clean up wscriptDavid Robillard1-76/+51
2017-09-25Suppress duplicate test output linesDavid Robillard1-3/+3
2017-09-25Add missing waf command documentationDavid Robillard1-0/+2
2017-09-24Don't smash error status when lax parsingDavid Robillard1-1/+4
2017-09-24Remove test suite rdflib dependencyDavid Robillard1-27/+31
2017-09-24Clean up wscriptDavid Robillard1-63/+41
2017-09-24Make internal tests standard manifest-driven test suitesDavid Robillard457-488/+1045
2017-09-24Report error on unexpected object endDavid Robillard1-4/+2
2017-09-24Make serdi guess input syntax from extension if unspecifiedDavid Robillard2-3/+29
2017-09-24Make serdi syntax options case-insensitiveDavid Robillard5-31/+47
2017-09-23Add basic error tolerant parsing for line-based formatsDavid Robillard2-2/+17
2017-09-23Improve error reportingDavid Robillard1-9/+12
2017-09-23Fix potential use of uninitialized variableDavid Robillard1-2/+2
2017-09-23Add missing tests for invalid characters in namesDavid Robillard3-1/+5
2017-09-23Report errors when lax parsingDavid Robillard1-3/+5
2017-09-23Fix quiet flag testDavid Robillard1-1/+1
2017-09-23Add NTriples test suiteDavid Robillard74-2/+721
2017-09-23Clean up test output and ensure errors are always reportedDavid Robillard2-94/+93
2017-09-23Use more efficient stack allocation and growth policiesDavid Robillard3-3/+4
2017-09-23Report errors for all failing test casesDavid Robillard2-7/+11
2017-09-23Remove duplicated codeDavid Robillard1-12/+2
2017-09-23Report errors for directives or abbreviations in NTriples or NQuadsDavid Robillard2-2/+16
2017-09-23Simplify syntax support checkingDavid Robillard1-10/+4
2017-09-11Remove redundant testsDavid Robillard49-350/+0
2017-09-10Report if static or dynamic library will be builtDavid Robillard1-0/+2
2017-08-29Fix building with MSVCDavid Robillard2-3/+5
2017-08-29Fix writing of corrupt UTF-8David Robillard3-20/+8
2017-08-28Add tests for corrupt UTF-8 in prefixed namesDavid Robillard2-0/+4
2017-08-28Report errors for prematurely terminated statementsDavid Robillard5-5/+10
2017-07-30Support strict parsing of prefixed namesDavid Robillard3-31/+92
2017-07-30Move parse_utf8_char to shared internal headerDavid Robillard2-20/+25
2017-07-30Make read_PN_CHARS functions return a status codeDavid Robillard1-22/+19