aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-03-01Add @file comments to amalgamation to ease readability.David Robillard1-0/+1
2011-03-01Fix amalgamation.David Robillard1-1/+1
2011-02-25Improve documentation style (align right/left edges, more logical/consistent ...David Robillard1-11/+21
2011-02-25Abstract common read state tracking code (SerdReadState) to make user code le...David Robillard4-78/+183
2011-02-25Lighten up documentation a bit.David Robillard1-10/+3
2011-02-25Tweak documentation style a bit.David Robillard1-5/+9
2011-02-25Fix documentation.David Robillard1-3/+3
2011-02-25Tidy.David Robillard1-11/+13
2011-02-25Switch to 2-clause BSD license.David Robillard10-978/+217
2011-02-25Switch to standard Javadoc/Doxygen style comments without leading asterisks.David Robillard1-154/+296
2011-02-19Specify explicit (but relative) header sizes.David Robillard1-4/+15
2011-02-16Make serd_writer_set_prefix return bool so it is compatible with SerdPrefixSi...David Robillard3-13/+23
2011-02-16Add SERD_STYLE_RESOLVED option for resolving (expanding) relative URIs in out...David Robillard3-23/+82
2011-02-16Fix serd_node_new_uri_from_string with empty string.David Robillard1-5/+8
2011-02-16Turtle rdf:type, xsd:decimal, xsd:integer, and xsd:float abbreviation.David Robillard1-1/+21
2011-02-10Add serd_node_new_uri_from_string.David Robillard2-8/+18
2011-02-10Add base parameter to serd_node_new_uri and add serd_node_new_uri_from_node.David Robillard3-29/+65
2011-02-10Make serd_uri_resolve return void, since it has no error case anyway.David Robillard4-19/+12
2011-02-04Fix parsing double with signs in their exponents (e.g. 1.234e+56).David Robillard3-1/+11
2011-02-04Sshh.David Robillard1-1/+0
2011-02-03Make unit tests work when serd is a sub-project.David Robillard1-10/+25
2011-02-03Fix memory error caused by r89.David Robillard1-1/+2
2011-02-03Add ability to set blank node prefix for parsing several files without conflict.David Robillard2-2/+28
2011-02-03Add serd_node_from_string.David Robillard2-0/+17
2011-02-03Write "//" for URIs with empty authorities (e.g. the correct file:///foo/bar ...David Robillard1-1/+4
2011-01-28Fix crashes when passed NULL nodes.David Robillard3-5/+7
2011-01-27Tidy.David Robillard2-5/+3
2011-01-26Add ChangeLog and README files.David Robillard2-0/+19
2011-01-26Change documentation tag line.David Robillard1-1/+1
2011-01-26Print configuration summary.David Robillard1-0/+3
2011-01-26Tolerate NULL base URI.David Robillard2-2/+3
2011-01-26Fix compilation in C++ (which won't implicitly cast 0 to an enum).David Robillard2-1/+6
2011-01-26Remove prototype for nonexistent serd_uri_write.David Robillard1-5/+0
2011-01-25Use package version as library version.David Robillard1-3/+2
2011-01-25Update tag line in pkg-config file.David Robillard1-1/+1
2011-01-25Add `amalgamate' waf target for building single source file distribution.David Robillard6-0/+34
2011-01-25Remove unused test file.David Robillard1-78/+0
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