summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-09-29Tidy.David Robillard6-47/+55
2011-09-29Bump serd dependency to 0.5.0.David Robillard1-1/+1
2011-09-28Tidy.David Robillard2-52/+34
2011-09-28Remove glib dependencyDavid Robillard9-143/+1211
2011-09-27Add function sord_write_iter for writing a queried range.David Robillard4-1/+24
2011-09-24Fix memory leakDavid Robillard1-0/+1
2011-09-17Add ability to build static library.David Robillard3-1/+19
2011-09-01Don't leak open file descriptors in Model::write_to_file (which was causing e...David Robillard1-0/+2
2011-09-01Report Serd errors while writing model.David Robillard1-3/+10
2011-09-01Fix compilation with --testDavid Robillard1-0/+2
2011-08-31Fix Sord::Namespaces::qualify which was chopping the last character from the ...David Robillard2-1/+2
2011-08-23Upgrade to waf 1.6.7 and autowaf r50David Robillard1-0/+0
2011-08-23Upgrade to waf 1.6.7 and autowaf r50David Robillard1-0/+0
2011-08-20Use pkg-config dependencies instead of manually inserting flagsDavid Robillard1-2/+3
2011-07-07Upgrade to waf 1.6.6 and autowaf r49 (don't check for C++ compiler)David Robillard2-1/+2
2011-06-20Use same case as subst dictionary for pkg-config file (fix ticket #717)David Robillard1-4/+4
2011-06-11Fix potential use of uninitialized valueDavid Robillard1-5/+7
2011-06-09Update version number and ChangeLog.David Robillard2-1/+7
2011-06-09Add sord_contains (ticket #711).David Robillard3-0/+30
2011-05-26Sord 0.4.2David Robillard3-13/+19
2011-05-25Only use most basic (portable) Python exception syntaxDavid Robillard1-1/+1
2011-05-25Update autowafDavid Robillard1-0/+0
2011-05-25Update ChangeLogDavid Robillard1-0/+8
2011-05-25Fix building pkg-config file on certain mysteriously odd systems.David Robillard2-15/+21
2011-05-25Python portability (argh...)David Robillard1-2/+2
2011-05-25Sord 0.4.0David Robillard2-2/+7
2011-05-25Usual AUTHORS file style.David Robillard1-3/+1
2011-05-25Fix case in project name in documentationDavid Robillard1-1/+1
2011-05-25Add man page and fix sordi help output.David Robillard3-1/+62
2011-05-24Automatically fix up documentation on buildDavid Robillard1-0/+6
2011-05-24Tidy up documentationDavid Robillard1-9/+9
2011-05-24Add PACKAGING fileDavid Robillard1-0/+29
2011-05-24Free all nodes on world destruction (fix memory leaks).David Robillard2-1/+14
2011-05-24Cleaner serialisation API. Fix partially abbreviated serialisation.David Robillard1-163/+16
2011-05-24Cleaner serialisation API.David Robillard2-45/+93
2011-05-24Add blank ID clash testDavid Robillard2-0/+6
2011-05-24Improve test coverageDavid Robillard1-0/+4
2011-05-24Fix crash when input is missingDavid Robillard1-0/+5
2011-05-24Add basic tests to cover sordi code paths.David Robillard1-0/+20
2011-05-24Fix removing.David Robillard2-1/+22
2011-05-20Fix string_to_node incorrect string lengthDavid Robillard1-1/+1
2011-05-19Update waf (don't crash on waf test when lcov is unavailable)David Robillard1-0/+0
2011-05-19Update for new Serd API.David Robillard2-25/+31
2011-05-18Add sordi-i option to select input syntax.David Robillard5-239/+149
2011-05-16Fix return value.David Robillard1-3/+3
2011-05-16Add name parameter to sord_read_file_handle (for error messages).David Robillard3-8/+58
2011-05-16Align configuration output precisely per-projectDavid Robillard1-0/+1
2011-05-15Remove dead code found by clang static analyserDavid Robillard1-1/+1
2011-05-13Save space by storing a single quad in each index and passing ordering to com...David Robillard1-52/+53
2011-05-13Use standard waf variable names for compiler flags so both independent and re...David Robillard2-6/+6