aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-08-23Tag Serd 0.18.0.v0.18.0David Robillard0-0/+0
2012-08-23Serd 0.18.0David Robillard2-3/+3
2012-08-23Update NEWS.David Robillard1-3/+8
2012-08-23Fix footer padding.David Robillard1-1/+1
2012-08-13Don't use GCC only warnings flags on clang.David Robillard1-0/+0
2012-08-10Upgrade to r75/autowaf (enable stricter compiler flags).David Robillard1-0/+0
2012-08-08Fix lax prototype.David Robillard1-1/+1
2012-08-08Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...David Robillard6-23/+22
2012-08-08Fix incorrect prototype.David Robillard1-1/+1
2012-08-08Update to r74/autowaf (Add autowaf.set_c99_mode()).David Robillard2-5/+1
2012-08-08Consistency.David Robillard1-11/+11
2012-08-08Consistency.David Robillard1-11/+11
2012-08-08Tidy up wscript.David Robillard1-78/+78
2012-08-08Fix static build on Windows.David Robillard1-1/+1
2012-08-08Add --no-shared configure option for doing static-only builds.David Robillard1-23/+40
2012-08-06Update to r73/autowaf (Windows path fixes).David Robillard1-0/+0
2012-08-05Update to waf 1.7.2.David Robillard1-0/+0
2012-08-04Fix doxygen HTML output.David Robillard1-2/+2
2012-08-04Update to waf 1.7.1.David Robillard1-0/+0
2012-08-04Use more portable defines instead of -D in CFLAGS.David Robillard1-11/+9
2012-08-02Clean up wscript.David Robillard1-9/+6
2012-07-17Support digits at start of local names as per new grammar.David Robillard4-1/+6
2012-07-09Update to r72/autowaf (don't run ldconfig when destdir is given as an option).David Robillard1-0/+0
2012-07-09Improve documentation style.David Robillard5-180/+434
2012-07-09Improve INSTALL file.David Robillard1-17/+41
2012-07-08Update to r69/autowaf (fix Python3 compatibility).David Robillard1-0/+0
2012-07-05Bump version.David Robillard1-1/+1
2012-07-05Add error callback to reader and writer for custom error reporting.David Robillard10-62/+193
2012-05-20Update to r68/autowaf.David Robillard1-0/+0
2012-05-13Fix dead assignment.David Robillard2-4/+6
2012-05-10Reset indent when finishing a write.David Robillard2-0/+2
2012-05-08Add incremental read interface suitable for reading from infinite streams.David Robillard6-17/+135
2012-04-18Fix absolute path in documentation.David Robillard2-3/+3
2012-04-18Normalise indentation.David Robillard1-8/+8
2012-04-18ChangeLog => NEWS.David Robillard1-0/+0
2012-04-18Update ChangeLog.David Robillard1-5/+5
2012-04-17Update to waf 1.6.11 and r67/autowaf.David Robillard1-0/+0
2012-04-13Use standard command synopsis style.David Robillard1-1/+1
2012-03-29Don't break relative URIs with up-references when parsing a document with no ...David Robillard4-7/+11
2012-03-28Strip duplicate blank lines.David Robillard1-1/+0
2012-03-27Delete trailing whitespace.David Robillard2-2/+2
2012-03-27Don't emit a ; at the end of anonymous descriptions.David Robillard1-2/+1
2012-03-18Add serd_reader_set_default_graph() for reading a file as a named graph.David Robillard5-19/+61
2012-03-18Tolerate NULL URI parameter in serd_env_get_base_uri().David Robillard1-1/+3
2012-03-10Add serd_writer_set_root_uri(), root parameter toDavid Robillard13-116/+235
2012-03-10Trim redundant case.David Robillard1-3/+1
2012-03-08Fix compilation in VC++.David Robillard2-4/+5
2012-03-08Add escape parameter to serd_node_new_file_uri().David Robillard3-9/+16
2012-03-08Make serd_node_from_string tolerate NULL.David Robillard2-0/+9
2012-03-08serd_node_new_uri_from_path => serd_node_new_file_uri.David Robillard4-14/+14