Age | Commit message (Expand) | Author | Files | Lines |
2011-01-26 | Tolerate NULL base URI. | David Robillard | 2 | -2/+3 |
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 | 5 | -0/+10 |
2011-01-25 | Move node functions into API. | David Robillard | 4 | -74/+90 |
2011-01-25 | Lint. | David Robillard | 1 | -1/+1 |
2011-01-25 | Change source header tag line. | David Robillard | 6 | -6/+6 |
2011-01-25 | Remove cruft. | David Robillard | 1 | -8/+0 |
2011-01-25 | Fix/test reading empty files. | David Robillard | 1 | -2/+1 |
2011-01-25 | Add serd_reader_read_string. | David Robillard | 2 | -49/+84 |
2011-01-25 | Add standard command line stuff (-h and -v). | David Robillard | 1 | -2/+22 |
2011-01-25 | Fix memory leaks. | David Robillard | 4 | -43/+55 |
2011-01-25 | Fix handling of EOF in collections. | David Robillard | 1 | -2/+2 |
2011-01-25 | Fix URI resolution of absolute URIs. | David Robillard | 2 | -18/+7 |
2011-01-25 | Localise use of fread. | David Robillard | 1 | -1/+1 |
2011-01-25 | fread returns size_t. | David Robillard | 1 | -1/+1 |
2011-01-25 | readahead => peek_string. | David Robillard | 1 | -6/+6 |
2011-01-25 | Remove odd/nonsensical/impossible else case. | David Robillard | 1 | -1/+1 |
2011-01-25 | Fix crash when parsing malformed numbers. | David Robillard | 1 | -8/+9 |
2011-01-25 | Remove unused character escape code. | David Robillard | 1 | -8/+1 |
2011-01-25 | Fix parsing of numbers that begin with a `.'. | David Robillard | 1 | -1/+1 |
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 |