Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-21 | Report writer errors and add strict write mode | David Robillard | 1 | -1/+2 | |
2020-06-21 | Avoid absurd Windows warnings about "deprecated" POSIX functions | David Robillard | 1 | -2/+2 | |
2020-06-21 | Add option for writing terse output without newlines | David Robillard | 1 | -19/+20 | |
2020-06-21 | Rename SERD_STYLE_ASCII to SERD_WRITE_ASCII | David Robillard | 1 | -1/+1 | |
2020-06-21 | Fix various warnings and conversion issues | David Robillard | 1 | -5/+5 | |
2020-06-21 | Add model | David Robillard | 1 | -2/+39 | |
2020-06-21 | Use conventional short variable name for status | David Robillard | 1 | -13/+13 | |
2020-06-21 | Add extensible logging API | David Robillard | 1 | -9/+1 | |
2020-06-21 | Rename SerdStyle to SerdWriterFlags | David Robillard | 1 | -2/+2 | |
2020-06-21 | Separate ByteSink from Writer | David Robillard | 1 | -5/+7 | |
2020-06-21 | Simplify writer style options | David Robillard | 1 | -23/+2 | |
2020-06-21 | Separate style enum from style flags types | David Robillard | 1 | -2/+2 | |
2020-06-21 | Add SerdCursor to public API | David Robillard | 1 | -3/+6 | |
2020-06-21 | Remove escape parameter from serd_new_file_uri | David Robillard | 1 | -1/+1 | |
Since characters are escaped because they are not valid characters in a URI, any use of this function without escaping is problematic at best. | |||||
2020-06-21 | Shorten node constructor names | David Robillard | 1 | -3/+3 | |
2020-06-21 | Move syntax name/extension utilities to public API | David Robillard | 1 | -49/+6 | |
2020-06-21 | Use a fixed-size reader stack | David Robillard | 1 | -2/+17 | |
This improves performance, and makes the reader more suitable for embedded or network-facing applications, at the cost of requiring the user to specify a maximum stack size. | |||||
2020-06-21 | Clean up node construction API | David Robillard | 1 | -7/+4 | |
2020-06-21 | Clean up includes and improve source file separation | David Robillard | 1 | -2/+1 | |
2020-06-21 | Move system utilities to separate source files | David Robillard | 1 | -1/+1 | |
2020-06-21 | Hide fopen wrapper and use reader interface consistently | David Robillard | 1 | -57/+18 | |
2020-06-21 | Add SerdWorld for shared library state | David Robillard | 1 | -6/+8 | |
2020-06-21 | Add SerdSink interface and hide individual function implementations | David Robillard | 1 | -6/+2 | |
2020-06-21 | Bring read/write interface closer to C standard | David Robillard | 1 | -4/+7 | |
2020-06-21 | Clean up and separate internal headers | David Robillard | 1 | -0/+1 | |
2020-06-21 | Simplify reader interface | David Robillard | 1 | -8/+31 | |
2020-06-21 | Remove serd_uri_to_path() | David Robillard | 1 | -2/+8 | |
2020-06-21 | Make nodes opaque | David Robillard | 1 | -6/+7 | |
2020-06-21 | Use char* for strings in public API | David Robillard | 1 | -14/+13 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2020-06-21 | Clean up includes | David Robillard | 1 | -4/+7 | |
2019-03-16 | Set stdin and stdout to binary mode on Windows to preserve newlines | David Robillard | 1 | -0/+10 | |
2019-01-05 | Fix unused parameter warnings | David Robillard | 1 | -0/+2 | |
2018-01-04 | Open files in binary mode to preserve line endings on Windows | David Robillard | 1 | -1/+1 | |
2017-12-29 | Don't force ASCII for NQuads | David Robillard | 1 | -2/+1 | |
2017-12-29 | Add serdi option to write ASCII output | David Robillard | 1 | -1/+6 | |
2017-09-24 | Make serdi guess input syntax from extension if unspecified | David Robillard | 1 | -2/+27 | |
2017-09-24 | Make serdi syntax options case-insensitive | David Robillard | 1 | -20/+28 | |
2017-02-07 | Remove comment fragment cruft | David Robillard | 1 | -6/+1 | |
2017-01-06 | Add support for reading TriG | David Robillard | 1 | -5/+8 | |
2017-01-05 | Add support for NQuads | David Robillard | 1 | -4/+6 | |
2017-01-03 | Always escape file URIs | David Robillard | 1 | -1/+1 | |
2016-09-18 | Update copyright dates | David Robillard | 1 | -2/+2 | |
2016-05-29 | Fix handling of file I/O errors | David Robillard | 1 | -4/+8 | |
2015-10-08 | Update copyright dates | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@505 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-10-07 | Update copyright dates | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@500 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-10-03 | Show serdi errors in standard format | David Robillard | 1 | -13/+21 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@493 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-12-10 | Configurable strict parsing to tolerate invalid URIs. | David Robillard | 1 | -0/+5 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@480 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-08-08 | Update copyright dates. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@467 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-30 | Add more tests from the new W3C Turtle test suite. | David Robillard | 1 | -3/+3 | |
Support crazy escaped NULL characters in literals. Fix incorrect round-trip serialization test command. git-svn-id: http://svn.drobilla.net/serd/trunk@446 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-08-08 | Fix incorrect prototype. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@373 490d8e77-9747-427b-9fa3-0b8f29cee8a0 |