summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-09-29Remove unused mainpage.doxDavid Robillard1-8/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@170 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-29Update documentation styleDavid Robillard1-1/+17
git-svn-id: http://svn.drobilla.net/sord/trunk@169 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-29Load compiler_c first (fix --debug etc.).David Robillard1-9/+11
Windows fixes. git-svn-id: http://svn.drobilla.net/sord/trunk@168 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-29Don't build multiple "sordi_static" targets.David Robillard1-26/+16
git-svn-id: http://svn.drobilla.net/sord/trunk@167 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-29Tidy.David Robillard6-47/+55
git-svn-id: http://svn.drobilla.net/sord/trunk@166 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-29Bump serd dependency to 0.5.0.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@165 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-28Tidy.David Robillard2-52/+34
git-svn-id: http://svn.drobilla.net/sord/trunk@164 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-28Remove glib dependencyDavid Robillard9-143/+1211
git-svn-id: http://svn.drobilla.net/sord/trunk@163 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-27Add function sord_write_iter for writing a queried range.David Robillard4-1/+24
git-svn-id: http://svn.drobilla.net/sord/trunk@162 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-24Fix memory leakDavid Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@161 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-17Add ability to build static library.David Robillard3-1/+19
git-svn-id: http://svn.drobilla.net/sord/trunk@160 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-01Don't leak open file descriptors in Model::write_to_file (which was causing ↵David Robillard1-0/+2
empty files to be written). git-svn-id: http://svn.drobilla.net/sord/trunk@159 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-01Report Serd errors while writing model.David Robillard1-3/+10
git-svn-id: http://svn.drobilla.net/sord/trunk@158 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-01Fix compilation with --testDavid Robillard1-0/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@157 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-08-31Fix Sord::Namespaces::qualify which was chopping the last character from the ↵David Robillard2-1/+2
prefix name. git-svn-id: http://svn.drobilla.net/sord/trunk@156 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-08-23Upgrade to waf 1.6.7 and autowaf r50David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@155 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-08-23Upgrade to waf 1.6.7 and autowaf r50David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@154 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-08-20Use pkg-config dependencies instead of manually inserting flagsDavid Robillard1-2/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@153 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-07-07Upgrade to waf 1.6.6 and autowaf r49 (don't check for C++ compiler)David Robillard2-1/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@152 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-06-20Use same case as subst dictionary for pkg-config file (fix ticket #717)David Robillard1-4/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@151 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-06-11Fix potential use of uninitialized valueDavid Robillard1-5/+7
git-svn-id: http://svn.drobilla.net/sord/trunk@150 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-06-09Update version number and ChangeLog.David Robillard2-1/+7
git-svn-id: http://svn.drobilla.net/sord/trunk@149 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-06-09Add sord_contains (ticket #711).David Robillard3-0/+30
git-svn-id: http://svn.drobilla.net/sord/trunk@148 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-26Sord 0.4.2David Robillard3-13/+19
git-svn-id: http://svn.drobilla.net/sord/trunk@146 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Only use most basic (portable) Python exception syntaxDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@145 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Update autowafDavid Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@144 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Update ChangeLogDavid Robillard1-0/+8
git-svn-id: http://svn.drobilla.net/sord/trunk@143 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Fix building pkg-config file on certain mysteriously odd systems.David Robillard2-15/+21
Fix building documentation when part of a recursive build. Bump serd dependency to 0.4.0. git-svn-id: http://svn.drobilla.net/sord/trunk@142 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Python portability (argh...)David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@141 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Sord 0.4.0David Robillard2-2/+7
git-svn-id: http://svn.drobilla.net/sord/trunk@139 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Usual AUTHORS file style.David Robillard1-3/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@138 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Fix case in project name in documentationDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@137 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-25Add man page and fix sordi help output.David Robillard3-1/+62
git-svn-id: http://svn.drobilla.net/sord/trunk@136 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Automatically fix up documentation on buildDavid Robillard1-0/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@135 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Tidy up documentationDavid Robillard1-9/+9
git-svn-id: http://svn.drobilla.net/sord/trunk@134 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Add PACKAGING fileDavid Robillard1-0/+29
git-svn-id: http://svn.drobilla.net/sord/trunk@133 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Free all nodes on world destruction (fix memory leaks).David Robillard2-1/+14
git-svn-id: http://svn.drobilla.net/sord/trunk@132 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Cleaner serialisation API. Fix partially abbreviated serialisation.David Robillard1-163/+16
git-svn-id: http://svn.drobilla.net/sord/trunk@131 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Cleaner serialisation API.David Robillard2-45/+93
git-svn-id: http://svn.drobilla.net/sord/trunk@130 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Add blank ID clash testDavid Robillard2-0/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@129 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Improve test coverageDavid Robillard1-0/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@128 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Fix crash when input is missingDavid Robillard1-0/+5
git-svn-id: http://svn.drobilla.net/sord/trunk@127 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Add basic tests to cover sordi code paths.David Robillard1-0/+20
git-svn-id: http://svn.drobilla.net/sord/trunk@126 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-24Fix removing.David Robillard2-1/+22
git-svn-id: http://svn.drobilla.net/sord/trunk@125 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-20Fix string_to_node incorrect string lengthDavid Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@124 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-19Update waf (don't crash on waf test when lcov is unavailable)David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@123 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-19Update for new Serd API.David Robillard2-25/+31
git-svn-id: http://svn.drobilla.net/sord/trunk@122 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-18Add sordi-i option to select input syntax.David Robillard5-239/+149
Add syntax parameter to sord_write_string and sord_write_file. Remove read functions in favour of sord_new_reader and direct use of SerdReader API. Bump version to 0.3.0. git-svn-id: http://svn.drobilla.net/sord/trunk@121 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-16Fix return value.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@120 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-05-16Add name parameter to sord_read_file_handle (for error messages).David Robillard3-8/+58
Support reading from string parameter or stdin in sordi. git-svn-id: http://svn.drobilla.net/sord/trunk@119 3d64ff67-21c5-427c-a301-fe4f08042e5a