Age | Commit message (Expand) | Author | Files | Lines |
2011-01-24 | Remove support for 5 and 6 byte UTF-8 characters. | David Robillard | 2 | -24/+0 |
2011-01-24 | Remove SerdString cruft. | David Robillard | 5 | -142/+55 |
2011-01-24 | Remove SerdString from public API in favour of more expressive (and not neces... | David Robillard | 7 | -231/+323 |
2011-01-23 | Add missing include. | David Robillard | 1 | -0/+1 |
2011-01-23 | Fix build (oops). | David Robillard | 1 | -1/+1 |
2011-01-23 | Faster serd_uri_serialise. | David Robillard | 2 | -23/+37 |
2011-01-23 | Fix abbreviation. | David Robillard | 1 | -4/+2 |
2011-01-23 | Gracefully handle failure to emit statement. | David Robillard | 2 | -15/+18 |
2011-01-23 | Shrink code. | David Robillard | 3 | -106/+47 |
2011-01-23 | Rearrange code, put common internal stuff in serd_internal.h. | David Robillard | 4 | -45/+37 |
2011-01-23 | Code cleanup (appease cpplint). | David Robillard | 4 | -48/+61 |
2011-01-23 | SerdNodeType => SerdType. | David Robillard | 3 | -22/+22 |
2011-01-23 | Test language tags with hyphens. | David Robillard | 1 | -8/+2 |
2011-01-23 | Streaming abbreviation. | David Robillard | 4 | -140/+298 |
2011-01-22 | Emit triples in the correct order for streaming abbreviation. | David Robillard | 1 | -8/+23 |
2011-01-22 | Pass context (current graph, subject, predicate) as a struct to functions tha... | David Robillard | 1 | -49/+59 |
2011-01-22 | SerdNamespaces => SerdEnv. | David Robillard | 4 | -133/+129 |
2011-01-22 | Cleanup. | David Robillard | 1 | -452/+450 |
2011-01-22 | Remove unnecessary case. | David Robillard | 1 | -1/+0 |
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 | 3 | -14/+51 |
2011-01-21 | Fix command line argument handling when options are given. | David Robillard | 1 | -3/+4 |
2011-01-21 | Tidy. | David Robillard | 1 | -5/+9 |
2011-01-21 | Faster/terser/more consistent character escape reading. | David Robillard | 1 | -48/+45 |
2011-01-21 | Clean up whitespace handling (properly deal with errors while expecting white... | David Robillard | 1 | -20/+12 |
2011-01-21 | Gracefully stop parsing on error (i.e. report exactly one error for each bad ... | David Robillard | 3 | -66/+97 |
2011-01-21 | Preliminary support for writing abbreviated Turtle. | David Robillard | 2 | -34/+247 |
2011-01-21 | Rename write.c to writer.c for consistency. | David Robillard | 1 | -0/+0 |
2011-01-21 | Make writer write to any sink passed in by the user. | David Robillard | 3 | -57/+56 |
2011-01-21 | Fix language tag reading and writing. | David Robillard | 3 | -4/+3 |
2011-01-20 | Shhh. | David Robillard | 1 | -1/+0 |
2011-01-20 | Support passing no base URI on command line (use filename as base URI). | David Robillard | 3 | -22/+45 |
2011-01-20 | Add writer API. | David Robillard | 3 | -23/+86 |
2011-01-20 | Add serd_string_free to API. | David Robillard | 3 | -6/+13 |
2011-01-20 | Flesh out documentation. | David Robillard | 4 | -6/+6 |
2011-01-20 | Fix memory errors (full test suite passes with zero errors or leaks reported ... | David Robillard | 1 | -3/+2 |
2011-01-20 | Run, and pass all, bad tests. | David Robillard | 4 | -68/+74 |
2011-01-20 | Use appropriate type (uint8_t, i.e. byte) for peek/eat/push API (which is byt... | David Robillard | 1 | -145/+135 |
2011-01-20 | Rework character reading functions to support reading multi-byte characters (... | David Robillard | 6 | -300/+401 |
2011-01-20 | Fix memory management on collection parsing. | David Robillard | 1 | -0/+5 |
2011-01-20 | Collection parsing. | David Robillard | 1 | -20/+92 |
2011-01-19 | Add autowaf external. | David Robillard | 1 | -29/+53 |
2011-01-19 | Initial import. | David Robillard | 4 | -0/+2068 |