Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-21 | Make nodes opaque | David Robillard | 1 | -71/+74 | |
2020-06-21 | Use opaque node API | David Robillard | 1 | -29/+39 | |
2020-06-21 | Rename SerdChunk to SerdStringView | David Robillard | 1 | -6/+5 | |
2020-06-21 | Use char* for strings in public API | David Robillard | 1 | -27/+27 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2020-06-21 | Remove useless character counting | David Robillard | 1 | -4/+3 | |
2020-06-21 | Use SerdBuffer for mutable buffers | David Robillard | 1 | -7/+7 | |
This avoids const violations from abusing SerdChunk as a mutable buffer for string sinks. | |||||
2020-06-21 | Cleanup: Add missing default switch cases | David Robillard | 1 | -0/+3 | |
2020-06-21 | Cleanup: Fix uninitialised variables | David Robillard | 1 | -3/+4 | |
2020-06-21 | Cleanup: Avoid declaring multiple variables on a single line | David Robillard | 1 | -1/+3 | |
2020-06-21 | Clean up includes | David Robillard | 1 | -1/+6 | |
2020-04-26 | Fix potential passing of NULL to printf | David Robillard | 1 | -1/+1 | |
2019-01-05 | Fix unused parameter warnings | David Robillard | 1 | -2/+1 | |
2018-06-15 | Remove redundant SERD_API declarations | David Robillard | 1 | -14/+0 | |
2018-06-10 | Remove syntax assumptions from SerdEnv implementation | David Robillard | 1 | -1/+15 | |
2018-05-27 | Clarify errors returned by serd_env_expand() | David Robillard | 1 | -5/+5 | |
2018-02-04 | Factor out syntax-specific reader implementation | David Robillard | 1 | -8/+0 | |
2017-11-05 | Factor out namespace defines | David Robillard | 1 | -3/+0 | |
2017-09-23 | Use more efficient stack allocation and growth policies | David Robillard | 1 | -1/+1 | |
2017-08-29 | Fix writing of corrupt UTF-8 | David Robillard | 1 | -8/+7 | |
2017-07-30 | Move parse_utf8_char to shared internal header | David Robillard | 1 | -20/+1 | |
2017-07-30 | Cleanup: Add push_bytes function to reduce code verbosity | David Robillard | 1 | -2/+0 | |
2017-07-10 | Cleanup: Separate writer code into smaller functions | David Robillard | 1 | -154/+207 | |
2017-07-10 | Gracefully handle applications that write corrupt UTF-8 | David Robillard | 1 | -7/+13 | |
2017-07-10 | Factor out UTF-8 character size counting | David Robillard | 1 | -23/+1 | |
2017-06-30 | Clean up UTF-8 parsing and use CLZ if available | David Robillard | 1 | -27/+29 | |
2017-06-30 | Cleanup: Remove unnecessary variable | David Robillard | 1 | -4/+3 | |
2017-06-30 | Fix various clang-tidy issues | David Robillard | 1 | -1/+1 | |
2017-05-20 | Abstract more syntax specifics away from writer | David Robillard | 1 | -7/+11 | |
2017-04-14 | Make BulkSink general and factor out details from Writer | David Robillard | 1 | -21/+6 | |
2017-02-14 | Improve struct packing | David Robillard | 1 | -1/+1 | |
2017-01-07 | Add support for writing TriG | David Robillard | 1 | -29/+67 | |
2017-01-06 | Add support for reading TriG | David Robillard | 1 | -10/+11 | |
2017-01-06 | Tidy | David Robillard | 1 | -2/+2 | |
2017-01-05 | Add support for NQuads | David Robillard | 1 | -2/+9 | |
2016-09-18 | Update copyright dates | David Robillard | 1 | -1/+1 | |
2016-06-13 | Fix use of uninitialized fields | David Robillard | 1 | -8/+1 | |
Fixes #1135 | |||||
2016-03-15 | Fix potential out of bounds read | David Robillard | 1 | -1/+2 | |
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-04 | Delete trailing whitespace | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@494 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-12-17 | Add support for Turtle named inline nodes extension. | David Robillard | 1 | -15/+37 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@482 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@467 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-05-19 | Add TODO comment about future API break needed for better error reporting. | David Robillard | 1 | -0/+6 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@461 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-12-24 | Update to latest Turtle test suite. | David Robillard | 1 | -14/+56 | |
Support UTF-8 in blank node names. Support idiotic SPARQL escaping in local names. git-svn-id: http://svn.drobilla.net/serd/trunk@452 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-31 | Write \uFFFF, not \U0000FFFF. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@448 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-30 | Don't escape backspace or form feed for ntriples. | David Robillard | 1 | -2/+6 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@440 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-24 | Set SERD_HAS_NEWLINE and SERD_HAS_QUOTE flags when unescaped newlines or ↵ | David Robillard | 1 | -4/+14 | |
quotes are read. Don't escape legal ASCII characters when writing long literals. git-svn-id: http://svn.drobilla.net/serd/trunk@439 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-24 | Remove unused SERD_URI enum value. | David Robillard | 1 | -1/+0 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@438 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-03 | Don't write xsd:decimal literals to Turtle bare if they would not be read back | David Robillard | 1 | -1/+9 | |
with the same type. Run thru tests on manifest-based test suites. git-svn-id: http://svn.drobilla.net/serd/trunk@428 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-03-03 | Pass turtle-syntax-bad-prefix-01 (propagate errors in write_node). | David Robillard | 1 | -5/+8 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@424 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-02-25 | Support most of the latest Turtle Editor's Draft. | David Robillard | 1 | -75/+135 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@418 490d8e77-9747-427b-9fa3-0b8f29cee8a0 |