Age | Commit message (Expand) | Author | Files | Lines |
2011-12-15 | Remove peek_string, use exactly 1 page as a read buffer. | David Robillard | 1 | -1/+3 |
2011-12-12 | Make bulk writer internal and inlinable to avoid function call overhead in th... | David Robillard | 1 | -60/+79 |
2011-12-12 | Reuse write context node memory where possible. | David Robillard | 1 | -33/+51 |
2011-12-11 | Move all #ifdef gunk to serd_internal.h. | David Robillard | 1 | -2/+2 |
2011-12-11 | Improve write performance by doing bulk writes for unescaped substrings. | David Robillard | 1 | -0/+16 |
2011-09-29 | Tidy. | David Robillard | 1 | -4/+5 |
2011-07-26 | Fix pretty printing of successive blank descriptions, i.e. "] , [". | David Robillard | 1 | -3/+9 |
2011-06-19 | Fix abbreviation of repeated predicates with blank objects, and abbreviation ... | David Robillard | 1 | -2/+4 |
2011-05-24 | Remove unused object component of write context. | David Robillard | 1 | -9/+2 |
2011-05-19 | Express inlining information via statement flags rather than node types. | David Robillard | 1 | -66/+71 |
2011-05-18 | Add test to ensure blank node IDs don't clash with generated IDs. | David Robillard | 1 | -11/+41 |
2011-05-12 | Use conventional string lengths not including NULL terminator | David Robillard | 1 | -11/+11 |
2011-05-12 | Only abbreviate rdf:type to "a" in predicate position. | David Robillard | 1 | -12/+13 |
2011-05-12 | Print newline after @prefix statements. | David Robillard | 1 | -0/+5 |
2011-05-12 | Correctly abbreviate repeated inline blank node objects ("] , ["). | David Robillard | 1 | -6/+19 |
2011-05-11 | Fix crash when setting an identical namespace prefix. | David Robillard | 1 | -1/+1 |
2011-05-11 | Record whether strings contains quotes or newlines for smart selection of lon... | David Robillard | 1 | -23/+38 |
2011-05-06 | Make writer methods directly compatible with reader callbacks. | David Robillard | 1 | -23/+30 |
2011-05-05 | Tidy. | David Robillard | 1 | -2/+2 |
2011-05-04 | Fix too-short buffer. | David Robillard | 1 | -1/+1 |
2011-04-30 | Use descriptive return codes instead of bool | David Robillard | 1 | -14/+16 |
2011-04-30 | Consistent error messages | David Robillard | 1 | -3/+3 |
2011-04-27 | Don't hide pointers in typedefs. | David Robillard | 1 | -16/+16 |
2011-04-24 | Fix reader memory stack use and verify read_object fully clears its stack. | David Robillard | 1 | -18/+39 |
2011-04-23 | Tidy. | David Robillard | 1 | -1/+0 |
2011-04-22 | Fix license header (awk oops). | David Robillard | 1 | -1/+1 |
2011-04-22 | Switch to ISC license (legally equivalent to MIT license but with less obnoxi... | David Robillard | 1 | -20/+12 |
2011-02-25 | Switch to 2-clause BSD license. | David Robillard | 1 | -18/+24 |
2011-02-16 | Make serd_writer_set_prefix return bool so it is compatible with SerdPrefixSi... | David Robillard | 1 | -9/+18 |
2011-02-16 | Turtle rdf:type, xsd:decimal, xsd:integer, and xsd:float abbreviation. | David Robillard | 1 | -1/+21 |
2011-02-10 | Make serd_uri_resolve return void, since it has no error case anyway. | David Robillard | 1 | -6/+5 |
2011-01-28 | Fix crashes when passed NULL nodes. | David Robillard | 1 | -3/+5 |
2011-01-26 | Tolerate NULL base URI. | David Robillard | 1 | -1/+1 |
2011-01-26 | Fix compilation in C++ (which won't implicitly cast 0 to an enum). | David Robillard | 1 | -0/+2 |
2011-01-25 | Add `amalgamate' waf target for building single source file distribution. | David Robillard | 1 | -0/+2 |
2011-01-25 | Change source header tag line. | David Robillard | 1 | -1/+1 |
2011-01-24 | Remove support for 5 and 6 byte UTF-8 characters. | David Robillard | 1 | -8/+0 |
2011-01-24 | Remove SerdString from public API in favour of more expressive (and not neces... | David Robillard | 1 | -66/+63 |
2011-01-23 | Fix build (oops). | David Robillard | 1 | -1/+1 |
2011-01-23 | Faster serd_uri_serialise. | David Robillard | 1 | -4/+5 |
2011-01-23 | Fix abbreviation. | David Robillard | 1 | -4/+2 |
2011-01-23 | Gracefully handle failure to emit statement. | David Robillard | 1 | -1/+3 |
2011-01-23 | Shrink code. | David Robillard | 1 | -92/+36 |
2011-01-23 | Rearrange code, put common internal stuff in serd_internal.h. | David Robillard | 1 | -2/+1 |
2011-01-23 | Code cleanup (appease cpplint). | David Robillard | 1 | -2/+2 |
2011-01-23 | SerdNodeType => SerdType. | David Robillard | 1 | -14/+14 |
2011-01-23 | Streaming abbreviation. | David Robillard | 1 | -69/+151 |
2011-01-22 | SerdNamespaces => SerdEnv. | David Robillard | 1 | -8/+5 |
2011-01-21 | Remove unnecessary writer->prev_o. | David Robillard | 1 | -6/+1 |
2011-01-21 | Full rount-trip test coverage for Turtle reading and writing. | David Robillard | 1 | -4/+22 |