summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-08-08Update copyright dates.David Robillard3-3/+3
2014-08-08Fix some const-correctness violations.David Robillard3-9/+9
2014-07-15Fix iteration over an entire graph (* * * graph).David Robillard2-7/+12
2014-04-27Update waf.David Robillard1-0/+0
2014-03-17Explicitly pass -pthread flag when PCRE is present to work around broken PCRE...David Robillard1-1/+4
2013-12-25Update test suite for latest serd.David Robillard14-22/+24
2013-12-25Update to r94/autowaf.David Robillard1-0/+0
2013-12-19Update to waf 1.7.14.David Robillard1-0/+0
2013-08-20Upgrade to waf 1.7.11.David Robillard2-1/+2
2013-08-20Remove unused membersDavid Robillard3-6/+9
2013-02-18Bump version (Sord 0.12.0).David Robillard2-3/+3
2013-02-18Fix reference counting semantics of sord_get().David Robillard3-12/+13
2013-02-18Update copyright year where appropriate.David Robillard4-4/+4
2013-02-18Update copyright year where appropriate.David Robillard3-5/+5
2013-02-03Update NEWS.David Robillard1-3/+3
2013-02-02Upgrade to waf 1.9.7David Robillard1-0/+0
2013-02-02sord_validate: Pass type check when range is xsd:anyURI and value is a URI.David Robillard2-14/+29
2013-01-14Add sord_node_get() for easily getting single property values.David Robillard5-1/+72
2013-01-14Add Node::to_serd_node().David Robillard2-1/+6
2013-01-14Don't automatically add RDF namespace prefix to world.David Robillard2-1/+1
2013-01-14Clarify NEWS entry.David Robillard1-1/+1
2013-01-14Add convenient numeric constructors for decimal and integer literals.David Robillard4-4/+37
2012-12-23Downgrade to waf 1.7.5.David Robillard1-0/+0
2012-12-23Add missing waf winres tool.David Robillard1-0/+0
2012-12-23Update to waf 1.7.8 and autowaf r90 (install docs to versioned directory).David Robillard2-0/+6
2012-10-14Sord 0.10.4David Robillard2-3/+3
2012-09-13Update to r87/autowaf (Build debuggable library with PDB file under MSVC with...David Robillard1-0/+0
2012-09-13Update to r86/autowaf (Fix pkg-config checking with --pardebug).David Robillard1-0/+0
2012-09-11Update to r85/autowaf (Fix pkg-config dependencies when not using --pardebug).David Robillard1-0/+0
2012-09-10Update to r83/autowaf (Fix mandatory pkg-config checks).David Robillard1-0/+0
2012-09-10Support building against parallel debuggable libraries via pkg-config.David Robillard2-1/+1
2012-09-10Oops.David Robillard1-1/+1
2012-09-10Support parallel installable debug libraries.David Robillard3-8/+4
2012-09-10Tidy up wscript.David Robillard1-42/+25
2012-09-09Disable timestamps in HTML documentation for reproducible build (fix #856).David Robillard2-2/+3
2012-09-09Implement better data type validation in sord_validate conformant with the XS...David Robillard5-52/+224
2012-08-25Install sord_validate man page (fix #852).David Robillard2-3/+9
2012-08-23Sord 0.10.0David Robillard2-4/+5
2012-08-23Update NEWS.David Robillard1-0/+6
2012-08-23Fix footer padding.David Robillard1-1/+1
2012-08-23Remove problematic "Loaded n statements" output from serdi.David Robillard2-3/+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-10Fix void pointer arithmetic.David Robillard1-7/+8
2012-08-10Shave 8 bytes off of SordNode.David Robillard2-44/+63
2012-08-10Use a single node hash for all types of nodes.David Robillard7-219/+333
2012-08-09Get rid of language hash and store language inline with nodes.David Robillard2-43/+28
2012-08-09Hide zix symbols (fix static builds with lilv).David Robillard7-117/+275
2012-08-09Compile when a C++ compiler is not present.David Robillard1-10/+17
2012-08-09Print version on -v (and fix dead code).David Robillard1-0/+2