aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-25Add man page for serdi.David Robillard2-0/+49
2011-01-25Move node functions into API.David Robillard6-74/+115
2011-01-25Lint.David Robillard1-1/+1
2011-01-25Add `lint' waf target.David Robillard1-0/+3
2011-01-25Change source header tag line.David Robillard7-7/+7
2011-01-25Remove cruft.David Robillard1-8/+0
2011-01-25Fix/test reading empty files.David Robillard2-4/+5
2011-01-25Add serd_reader_read_string.David Robillard4-50/+92
2011-01-25Add standard command line stuff (-h and -v).David Robillard1-2/+22
2011-01-25Fix memory leaks.David Robillard4-43/+55
2011-01-25Fix UTF-8 test file.David Robillard1-1/+1
2011-01-25Fix handling of EOF in collections.David Robillard2-2/+3
2011-01-25Fix URI resolution of absolute URIs.David Robillard4-18/+17
2011-01-25Localise use of fread.David Robillard1-1/+1
2011-01-25fread returns size_t.David Robillard1-1/+1
2011-01-25readahead => peek_string.David Robillard1-6/+6
2011-01-25Remove odd/nonsensical/impossible else case.David Robillard1-1/+1
2011-01-25Fix crash when parsing malformed numbers.David Robillard4-8/+12
2011-01-25Remove unused character escape code.David Robillard2-9/+1
2011-01-25Add URI test cases.David Robillard2-0/+11
2011-01-25Fix parsing of numbers that begin with a `.'.David Robillard3-1/+16
2011-01-24Remove support for 5 and 6 byte UTF-8 characters.David Robillard3-27/+2
2011-01-24Remove SerdString cruft.David Robillard6-143/+55
2011-01-24Remove SerdString from public API in favour of more expressive (and not neces...David Robillard8-294/+367
2011-01-23Add missing include.David Robillard1-0/+1
2011-01-23Fix build (oops).David Robillard1-1/+1
2011-01-23Faster serd_uri_serialise.David Robillard2-23/+37
2011-01-23Fix abbreviation.David Robillard1-4/+2
2011-01-23Gracefully handle failure to emit statement.David Robillard4-16/+25
2011-01-23Shrink code.David Robillard4-126/+63
2011-01-23Rearrange code, put common internal stuff in serd_internal.h.David Robillard4-45/+37
2011-01-23Code cleanup (appease cpplint).David Robillard5-52/+63
2011-01-23Document styles.David Robillard1-2/+2
2011-01-23SerdNodeType => SerdType.David Robillard4-30/+30
2011-01-23Test language tags with hyphens.David Robillard3-8/+4
2011-01-23Streaming abbreviation.David Robillard5-153/+363
2011-01-22Cleaner spacing for documenation stylesheet.David Robillard1-6/+11
2011-01-22Add custom doxygen stylesheet (lighter, more standard).David Robillard2-1/+539
2011-01-22Emit triples in the correct order for streaming abbreviation.David Robillard2-9/+24
2011-01-22Pass context (current graph, subject, predicate) as a struct to functions tha...David Robillard1-49/+59
2011-01-22SerdNamespaces => SerdEnv.David Robillard6-159/+156
2011-01-22Add custom documentation layout file.David Robillard2-1/+185
2011-01-22Cleanup.David Robillard2-477/+475
2011-01-22Add output for language test (oops).David Robillard1-0/+2
2011-01-22Add AUTHORS file.David Robillard1-0/+1
2011-01-22Add language tag test.David Robillard1-0/+4
2011-01-22Remove unnecessary case.David Robillard1-1/+0
2011-01-21Remove unnecessary writer->prev_o.David Robillard1-6/+1
2011-01-21Full rount-trip test coverage for Turtle reading and writing.David Robillard4-29/+84
2011-01-21Fix command line argument handling when options are given.David Robillard1-3/+4