aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-05-12Correctly abbreviate repeated inline blank node objects ("] , [").David Robillard1-6/+19
2011-05-11Fix crash when setting an identical namespace prefix.David Robillard2-2/+3
2011-05-11Create SerdNodeFlags typedef for flags.David Robillard4-49/+61
2011-05-11Record whether strings contains quotes or newlines for smart selection of lon...David Robillard6-82/+125
2011-05-09Update man page.David Robillard1-1/+8
2011-05-09Improve documentation and const-correctness.David Robillard2-12/+11
2011-05-06Make writer methods directly compatible with reader callbacks.David Robillard3-74/+45
2011-05-06Merge SerdEnv and SerdReadState.David Robillard4-188/+126
2011-05-06Improve documentation.David Robillard1-23/+24
2011-05-05Tidy.David Robillard5-30/+30
2011-05-05Remove datatype and lang from internal Node struct (use less stack space).David Robillard1-58/+76
2011-05-05Replace strlen of string constants with sizeof.David Robillard1-3/+3
2011-05-05Fix comments mangled by search/replace.David Robillard1-3/+3
2011-05-05Make serd_read_state_get_base_uri return a pointer.David Robillard3-13/+15
2011-05-04Fix too-short buffer.David Robillard1-1/+1
2011-05-02Define SERD_CFLAGS and SERD_LIBS in environment (for recursive project buildi...David Robillard2-3/+10
2011-04-30Use descriptive return codes instead of boolDavid Robillard7-99/+100
2011-04-30Fix indentation.David Robillard1-17/+17
2011-04-30Consistent error messagesDavid Robillard4-14/+14
2011-04-28Support parallel installation of different major versionsDavid Robillard3-7/+10
2011-04-27Don't hide pointers in typedefs.David Robillard5-150/+149
2011-04-24Fix reader memory stack use and verify read_object fully clears its stack.David Robillard4-33/+73
2011-04-23Fix stack memory leak (unbounded memory increasing per read triple, oops).David Robillard1-3/+5
2011-04-23Improve node struct alignmentDavid Robillard3-8/+8
2011-04-23Fix parsing of language tags with several hyphens.David Robillard3-2/+4
2011-04-23Tidy.David Robillard8-8/+0
2011-04-23Fix crazy define name.David Robillard1-5/+5
2011-04-22Fix license header (awk oops).David Robillard8-8/+8
2011-04-22Fix Python whitespace (PEP8).David Robillard1-204/+204
2011-04-22Upgrade to waf 1.6.4 and autowaf r43David Robillard1-0/+0
2011-04-22Upgrade to waf 1.6.4David Robillard1-0/+0
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less obnoxi...David Robillard10-181/+108
2011-04-20Remove use of Python 2.6 syntax.David Robillard1-1/+1