aboutsummaryrefslogtreecommitdiffstats
path: root/serd
AgeCommit message (Expand)AuthorFilesLines
2011-05-24Tidy up documentationDavid Robillard1-26/+25
2011-05-24Add serd_uri_to_path to API.David Robillard1-2/+8
2011-05-24Improve documentation.David Robillard1-2/+2
2011-05-19Express inlining information via statement flags rather than node types.David Robillard1-37/+37
2011-05-18Add test to ensure blank node IDs don't clash with generated IDs.David Robillard1-4/+29
2011-05-12Use conventional string lengths not including NULL terminatorDavid Robillard1-4/+4
2011-05-11Create SerdNodeFlags typedef for flags.David Robillard1-1/+17
2011-05-11Record whether strings contains quotes or newlines for smart selection of lon...David Robillard1-18/+25
2011-05-09Improve documentation and const-correctness.David Robillard1-9/+8
2011-05-06Make writer methods directly compatible with reader callbacks.David Robillard1-2/+10
2011-05-06Merge SerdEnv and SerdReadState.David Robillard1-67/+30
2011-05-06Improve documentation.David Robillard1-23/+24
2011-05-05Tidy.David Robillard1-1/+1
2011-05-05Make serd_read_state_get_base_uri return a pointer.David Robillard1-1/+1
2011-04-30Use descriptive return codes instead of boolDavid Robillard1-25/+37
2011-04-27Don't hide pointers in typedefs.David Robillard1-31/+31
2011-04-24Fix reader memory stack use and verify read_object fully clears its stack.David Robillard1-0/+7
2011-04-23Improve node struct alignmentDavid Robillard1-3/+3
2011-04-23Tidy.David Robillard1-1/+0
2011-04-22Fix license header (awk oops).David Robillard1-1/+1
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard1-20/+12
2011-03-29Update library preprocessor boilerplateDavid Robillard1-13/+13
2011-03-17Improve documentation.David Robillard1-24/+32
2011-03-07Fix documentation typo.David Robillard1-1/+1
2011-03-06Fix Doxygen warning.David Robillard1-3/+1
2011-03-02Fix parsing several files/strings with the same parser.David Robillard1-0/+10
2011-02-25Abstract common read state tracking code (SerdReadState) to make user code le...David Robillard1-5/+58
2011-02-25Tidy.David Robillard1-11/+13
2011-02-25Switch to 2-clause BSD license.David Robillard1-19/+27
2011-02-25Switch to standard Javadoc/Doxygen style comments without leading asterisks.David Robillard1-154/+296
2011-02-16Make serd_writer_set_prefix return bool so it is compatible with SerdPrefixSi...David Robillard1-2/+3
2011-02-16Add SERD_STYLE_RESOLVED option for resolving (expanding) relative URIs in out...David Robillard1-23/+44
2011-02-10Add serd_node_new_uri_from_string.David Robillard1-7/+8
2011-02-10Add base parameter to serd_node_new_uri and add serd_node_new_uri_from_node.David Robillard1-1/+15
2011-02-10Make serd_uri_resolve return void, since it has no error case anyway.David Robillard1-2/+2
2011-02-03Add ability to set blank node prefix for parsing several files without conflict.David Robillard1-0/+12
2011-02-03Add serd_node_from_string.David Robillard1-0/+7
2011-01-26Change documentation tag line.David Robillard1-1/+1
2011-01-26Fix compilation in C++ (which won't implicitly cast 0 to an enum).David Robillard1-1/+4
2011-01-26Remove prototype for nonexistent serd_uri_write.David Robillard1-5/+0
2011-01-25Move node functions into API.David Robillard1-0/+24
2011-01-25Change source header tag line.David Robillard1-1/+1
2011-01-25Add serd_reader_read_string.David Robillard1-0/+5
2011-01-24Remove SerdString from public API in favour of more expressive (and not neces...David Robillard1-63/+44
2011-01-23Shrink code.David Robillard1-20/+16
2011-01-23Code cleanup (appease cpplint).David Robillard1-4/+2
2011-01-23Document styles.David Robillard1-2/+2
2011-01-23SerdNodeType => SerdType.David Robillard1-8/+8
2011-01-23Streaming abbreviation.David Robillard1-13/+65
2011-01-22SerdNamespaces => SerdEnv.David Robillard1-25/+26