Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-09-23 | Use more efficient stack allocation and growth policies | David Robillard | 1 | -1/+2 | |
2017-09-23 | Report errors for all failing test cases | David Robillard | 1 | -4/+3 | |
2017-09-23 | Report errors for directives or abbreviations in NTriples or NQuads | David Robillard | 1 | -1/+2 | |
2017-08-29 | Fix building with MSVC | David Robillard | 1 | -0/+1 | |
2017-08-28 | Report errors for prematurely terminated statements | David Robillard | 1 | -2/+3 | |
2017-07-30 | Support strict parsing of prefixed names | David Robillard | 1 | -0/+6 | |
2017-07-21 | Serd 0.28.0v0.28.0 | David Robillard | 1 | -3/+3 | |
2017-07-10 | Fix hangs when reading corrupt UTF-8 | David Robillard | 1 | -1/+2 | |
2017-07-10 | Gracefully handle applications that write corrupt UTF-8 | David Robillard | 1 | -1/+2 | |
2017-07-09 | Add serd_node_from_substring() | David Robillard | 1 | -2/+4 | |
This allows creating nodes in-place from substrings of other strings to allow zero-copy serialization from existing delimited buffers. | |||||
2017-06-29 | Fix strict parsing of abolute URI schemes | David Robillard | 1 | -1/+2 | |
2017-04-24 | Allow arbitrary page size to be passed for custom sources | David Robillard | 1 | -2/+2 | |
2017-04-14 | Factor out file reading from reader | David Robillard | 1 | -0/+6 | |
2017-01-10 | Serd 0.26.0v0.26.0 | David Robillard | 1 | -2/+2 | |
2017-01-07 | Add support for writing TriG | David Robillard | 1 | -4/+3 | |
2017-01-06 | Add support for reading TriG | David Robillard | 1 | -2/+3 | |
2017-01-06 | Add support for SPARQL PREFIX and BASE directives | David Robillard | 1 | -0/+1 | |
2017-01-05 | Add support for NQuads | David Robillard | 1 | -0/+6 | |
2016-09-19 | Serd 0.24.0v0.24.0 | David Robillard | 1 | -2/+2 | |
2016-08-09 | Report missing statement separator errors | David Robillard | 1 | -1/+2 | |
2016-07-10 | Add serd_node_new_relative_uri() | David Robillard | 1 | -2/+3 | |
2016-07-09 | Fix construction of URIs with UTF-8 characters | David Robillard | 1 | -2/+3 | |
2016-05-29 | Fix handling of file I/O errors | David Robillard | 1 | -1/+2 | |
2016-05-17 | Fix unaligned memory access (UB which breaks ARM) | David Robillard | 1 | -1/+2 | |
With this fix, the test suite runs cleanly with UBSan. | |||||
2016-03-15 | Fix potential out of bounds read | David Robillard | 1 | -2/+3 | |
2015-10-08 | Update serdi man page | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@504 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-10-08 | Fix documentation generation | David Robillard | 1 | -0/+6 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@503 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-10-08 | Serd 0.22.0 | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@501 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-10-03 | Show serdi errors in standard format | David Robillard | 1 | -1/+3 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@493 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-09-04 | Fix clash resolution when a blank node ID prefix is set. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@490 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2015-04-04 | Fix serializing fractional decimals that would round up. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@489 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-12-17 | Add support for Turtle named inline nodes extension. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@482 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-12-16 | Fix reading statements ending with a blank then dot with no space (#989). | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@481 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-12-10 | Configurable strict parsing to tolerate invalid URIs. | David Robillard | 1 | -2/+4 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@480 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-12-10 | Fix serd_reader_read_file() for URIs with escaped characters (spaces). | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@479 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-12-09 | Report errors for invalid IRI characters and missing terminators. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@478 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-11-22 | Fix warnings when building with ISO C++ compilers. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@477 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-10-03 | Remove dependence on fmax() to avoid portability issues. | David Robillard | 1 | -0/+6 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@476 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-08-08 | Serd 0.20.0. | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@474 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2014-08-05 | Fix const-correctness violation for reader input string. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@465 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-12-25 | Add -lm to pkg-config libs. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@454 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-12-24 | Update to latest Turtle test suite. | David Robillard | 1 | -3/+3 | |
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-08-20 | Upgrade to waf 1.7.11. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@450 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/+3 | |
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-02-25 | Support most of the latest Turtle Editor's Draft. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@418 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-02-24 | Generate shorter blank node IDs like the new Turtle test suite. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@414 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-02-03 | Correctly handle posix_memalign failure | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@411 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2013-01-22 | Fix possible crash in serd_writer_end_anon() when writing invalid lists | David Robillard | 1 | -0/+6 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@409 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-12-23 | Serd 0.18.2 | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@406 490d8e77-9747-427b-9fa3-0b8f29cee8a0 | |||||
2012-12-23 | Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory). | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/serd/trunk@403 490d8e77-9747-427b-9fa3-0b8f29cee8a0 |