Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-01-21 | Gracefully stop parsing on error (i.e. report exactly one error for each bad ... | David Robillard | 1 | -8/+8 |
2011-01-21 | Preliminary support for writing abbreviated Turtle. | David Robillard | 1 | -27/+200 |
2011-01-21 | Rename write.c to writer.c for consistency. | David Robillard | 1 | -0/+223 |