summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-01-16Remove unnecessary include.David Robillard1-1/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@193 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Use correct WIN32 define.David Robillard3-3/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@192 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Update to r63/autowafDavid Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@191 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Fix syntax error oops.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@190 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Fix test suite compilation without gcov.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@189 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Fix test suite compilation without gcov.David Robillard1-5/+15
git-svn-id: http://svn.drobilla.net/sord/trunk@188 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-16Update to r62/autowaf.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/sord/trunk@187 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-14Lint.David Robillard4-61/+102
git-svn-id: http://svn.drobilla.net/sord/trunk@186 3d64ff67-21c5-427c-a301-fe4f08042e5a
2012-01-05Fix comparison of typed literals.David Robillard3-40/+168
Take advantage of interning in sord_node_equals(). Improve test coverage. git-svn-id: http://svn.drobilla.net/sord/trunk@185 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-12-23Use serd_file_sink.David Robillard3-17/+3
git-svn-id: http://svn.drobilla.net/sord/trunk@184 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-12-21Remove locale kludges.David Robillard1-12/+4
git-svn-id: http://svn.drobilla.net/sord/trunk@183 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-12-12Update ChangeLog.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/sord/trunk@182 3d64ff67-21c5-427c-a301-fe4f08042e5a
2011-12-12Fix crashes caused by serd passing NULL to the statement callback.David Robillard2-2/+5
git-svn-id: http://svn.drobilla.net/sord/trunk@181 3d64ff67-21c5-427c-a301-fe4f08042e5a
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