summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-12-11Fix Python 2.4 compatibility (autowaf r61).David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@180 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-12-09Fix URI <=> filename conversion.David Robillard1-1/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@179 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-11-26Use the more portable/correct lib instead of linkflags.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@178 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-11-24Update waf.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@177 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-10-22Upgrade to r58/autowaf (Fix building against local libraries)David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@176 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-10-19Upgrade to r57/autowafDavid Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@175 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-10-15Fix man page installation directory (#781)David Robillard2-0/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@174 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-10-15Use path variables in pkgconfig files (#782).David Robillard2-0/+6
git-svn-id: http://svn.drobilla.net/sord/trunk@173 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-09-29Sord 0.5.0David Robillard1-2/+2
git-svn-id: http://svn.drobilla.net/sord/trunk@171 3d64ff67-21c5-427c-a301-fe4f08042e5a
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