78 Commits (111f9ae3232e986222a2ef41b4af0d083f4f797e)
 

Author SHA1 Message Date
David Robillard 111f9ae323 Add `amalgamate' waf target for building single source file distribution. 13 years ago
David Robillard 204428cdee Remove unused test file. 13 years ago
David Robillard 8a2478b3ef Add man page for serdi. 13 years ago
David Robillard 839dd67ed1 Move node functions into API. 13 years ago
David Robillard ee5b1d33ac Lint. 13 years ago
David Robillard 2a4db42ee2 Add `lint' waf target. 13 years ago
David Robillard 33c8bc0564 Change source header tag line. 13 years ago
David Robillard 69a24cc2a7 Remove cruft. 13 years ago
David Robillard c6d028b2ea Fix/test reading empty files. 13 years ago
David Robillard b56591a083 Add serd_reader_read_string. 13 years ago
David Robillard b06ab73633 Add standard command line stuff (-h and -v). 13 years ago
David Robillard 5b0c4fec31 Fix memory leaks. 13 years ago
David Robillard 2e3ec18723 Fix UTF-8 test file. 13 years ago
David Robillard 03e48f15a3 Fix handling of EOF in collections. 13 years ago
David Robillard da60fb781d Fix URI resolution of absolute URIs. 13 years ago
David Robillard e6b7791d17 Localise use of fread. 13 years ago
David Robillard 835bee0853 fread returns size_t. 13 years ago
David Robillard 799a828b02 readahead => peek_string. 13 years ago
David Robillard 9640997796 Remove odd/nonsensical/impossible else case. 13 years ago
David Robillard eab3301711 Fix crash when parsing malformed numbers. 13 years ago
David Robillard e03b4041c0 Remove unused character escape code. 13 years ago
David Robillard 18563159fb Add URI test cases. 13 years ago
David Robillard 702208e541 Fix parsing of numbers that begin with a `.'. 13 years ago
David Robillard 634b5459db Remove support for 5 and 6 byte UTF-8 characters. 13 years ago
David Robillard e4daedb841 Remove SerdString cruft. 13 years ago
David Robillard 6903e56e24 Remove SerdString from public API in favour of more expressive (and not necessarily inline with data payload) SerdNode. 13 years ago
David Robillard cffc0e7bb7 Add missing include. 13 years ago
David Robillard ce6f8d7f4e Fix build (oops). 13 years ago
David Robillard 0993d312cb Faster serd_uri_serialise. 13 years ago
David Robillard 2c45a0e0d3 Fix abbreviation. 13 years ago
David Robillard eaec2a93dc Gracefully handle failure to emit statement. 13 years ago
David Robillard bdae0a9015 Shrink code. 13 years ago
David Robillard ebcef72577 Rearrange code, put common internal stuff in serd_internal.h. 13 years ago
David Robillard 5de15ccf0a Code cleanup (appease cpplint). 13 years ago
David Robillard 5daf94366e Document styles. 13 years ago
David Robillard c7dfad1db6 SerdNodeType => SerdType. 13 years ago
David Robillard a3c9e1dacb Test language tags with hyphens. 13 years ago
David Robillard 983c964a11 Streaming abbreviation. 13 years ago
David Robillard d7ebb11e67 Cleaner spacing for documenation stylesheet. 13 years ago
David Robillard 785e82abee Add custom doxygen stylesheet (lighter, more standard). 13 years ago
David Robillard 70b81af906 Emit triples in the correct order for streaming abbreviation. 13 years ago
David Robillard 88a315b8ec Pass context (current graph, subject, predicate) as a struct to functions that need it. 13 years ago
David Robillard 752051a76a SerdNamespaces => SerdEnv. 13 years ago
David Robillard af3398a407 Add custom documentation layout file. 13 years ago
David Robillard cb8a2efb80 Cleanup. 13 years ago
David Robillard ab6e7da833 Add output for language test (oops). 13 years ago
David Robillard 080e365140 Add AUTHORS file. 13 years ago
David Robillard d66979a8e8 Add language tag test. 13 years ago
David Robillard f022298e80 Remove unnecessary case. 13 years ago
David Robillard 87e4ef197e Remove unnecessary writer->prev_o. 13 years ago