aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-29Update documentation styleDavid Robillard1-1/+17
2011-09-29Fix define names and symbol visibilityDavid Robillard1-2/+2
2011-09-29Load compiler_c first (fix --debug etc.).David Robillard1-4/+8
2011-09-29Fix static library install pathDavid Robillard1-1/+1
2011-09-29Tidy.David Robillard7-94/+100
2011-09-27Add serd_env_set_prefix_from_strings for convenience.David Robillard4-4/+28
2011-09-17Add ability to build static library.David Robillard3-11/+27
2011-08-23Don't use non-portable './serdi_static/ syntax in test suite command lines.David Robillard1-22/+23
2011-08-23Remove non-portable use of /dev/null in test suite commands.David Robillard1-18/+19
2011-08-23Upgrade to autowaf r51David Robillard1-0/+0
2011-08-23Upgrade to waf 1.6.7 and autowaf r50David Robillard1-0/+0
2011-08-21Gracefully handle NULL reader sinks.David Robillard5-19/+67
2011-08-20Avoid writing illegal Turtle names as a result of URI qualifying (fix #734).David Robillard3-3/+41
2011-07-26Fix pretty printing of successive blank descriptions, i.e. "] , [".David Robillard3-5/+16
2011-07-07Upgrade to waf 1.6.6 and autowaf r49 (don't check for C++ compiler)David Robillard2-1/+3
2011-06-20Use same case as subst dictionary for pkg-config file (fix ticket #717)David Robillard1-4/+4
2011-06-19Fix abbreviation flags for blank nodes within lists (fix ticket #719).David Robillard1-2/+2
2011-06-19Fix abbreviation of repeated predicates with blank objects, and abbreviation ...David Robillard3-2/+12
2011-05-26Serd 0.4.2David Robillard3-5/+12
2011-05-25Update autowafDavid Robillard1-0/+0
2011-05-25Fix building documentation in recursive buildDavid Robillard1-11/+12
2011-05-25Python portability (argh...)David Robillard1-2/+2
2011-05-25Serd 0.4.0David Robillard2-5/+4
2011-05-25Update man page.David Robillard1-1/+13
2011-05-24Automatically fix up documentation on buildDavid Robillard1-0/+6
2011-05-24Tidy up documentationDavid Robillard1-26/+25
2011-05-24Add PACKAGING fileDavid Robillard1-0/+29
2011-05-24More picky URI to path conversionDavid Robillard1-1/+4
2011-05-24Remove unused object component of write context.David Robillard1-9/+2
2011-05-24Add serd_uri_to_path to API.David Robillard3-28/+35
2011-05-24Fix crash when input is not given.David Robillard2-1/+7
2011-05-24Improve test coverageDavid Robillard1-1/+6
2011-05-24Add string measuring sanity check.David Robillard1-0/+1
2011-05-24Improve documentation.David Robillard1-2/+2
2011-05-24Don't call serd_strlen for append_string (which is only used on internal ASCI...David Robillard1-10/+7
2011-05-19Update waf (don't crash on waf test when lcov is unavailable)David Robillard1-0/+0
2011-05-19Express inlining information via statement flags rather than node types.David Robillard3-142/+159
2011-05-18Add test to ensure blank node IDs don't clash with generated IDs.David Robillard8-80/+286
2011-05-16Mention - for stdin in help message.David Robillard1-1/+2
2011-05-16Align configuration output precisely per-projectDavid Robillard1-1/+1
2011-05-15Remove dead code found by clang static analyser.David Robillard2-8/+8
2011-05-15Print (stdin) as file in error messages when reading stdinDavid Robillard1-1/+1
2011-05-13Use standard waf variable names for compiler flags so both independent and re...David Robillard2-9/+7
2011-05-12Fix out of bounds array indexing.David Robillard1-1/+1
2011-05-12Fix URI resolution off-by-one.David Robillard1-1/+1
2011-05-12Abort when given an invalid base URI.David Robillard1-0/+1
2011-05-12Use conventional string lengths not including NULL terminatorDavid Robillard5-59/+59
2011-05-12Only abbreviate rdf:type to "a" in predicate position.David Robillard1-12/+13
2011-05-12Tidy.David Robillard1-2/+2
2011-05-12Print newline after @prefix statements.David Robillard1-0/+5