aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-04-30Use descriptive return codes instead of boolDavid Robillard7-99/+100
git-svn-id: http://svn.drobilla.net/serd/trunk@154 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-30Fix indentation.David Robillard1-17/+17
git-svn-id: http://svn.drobilla.net/serd/trunk@153 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-30Consistent error messagesDavid Robillard4-14/+14
git-svn-id: http://svn.drobilla.net/serd/trunk@152 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-28Support parallel installation of different major versionsDavid Robillard3-7/+10
git-svn-id: http://svn.drobilla.net/serd/trunk@151 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-27Don't hide pointers in typedefs.David Robillard5-150/+149
git-svn-id: http://svn.drobilla.net/serd/trunk@150 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-24Fix reader memory stack use and verify read_object fully clears its stack.David Robillard4-33/+73
Make abbreviation in writer not assume equivalent nodes have equivalent addresses (abbreviate more than on input if triples are sorted correctly, e.g. abbrevate ntriples) git-svn-id: http://svn.drobilla.net/serd/trunk@149 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-23Fix stack memory leak (unbounded memory increasing per read triple, oops).David Robillard1-3/+5
Parsing of arbitrarily large ntriples files now takes place in a single page of memory, provided the data for a single triple fits in a single page (e.g. any case but very large literal objects). git-svn-id: http://svn.drobilla.net/serd/trunk@148 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-23Improve node struct alignmentDavid Robillard3-8/+8
git-svn-id: http://svn.drobilla.net/serd/trunk@147 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-23Fix parsing of language tags with several hyphens.David Robillard3-2/+4
git-svn-id: http://svn.drobilla.net/serd/trunk@146 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-23Tidy.David Robillard8-8/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@145 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-23Fix crazy define name.David Robillard1-5/+5
git-svn-id: http://svn.drobilla.net/serd/trunk@144 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-22Fix license header (awk oops).David Robillard8-8/+8
git-svn-id: http://svn.drobilla.net/serd/trunk@143 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-22Fix Python whitespace (PEP8).David Robillard1-204/+204
git-svn-id: http://svn.drobilla.net/serd/trunk@142 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-22Upgrade to waf 1.6.4 and autowaf r43David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@141 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-22Upgrade to waf 1.6.4David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@140 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-22Switch to ISC license (legally equivalent to MIT license but with less ↵David Robillard10-181/+108
obnoxious lawyer noise). git-svn-id: http://svn.drobilla.net/serd/trunk@139 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-20Remove use of Python 2.6 syntax.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@138 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-16Update copyright headersDavid Robillard3-3/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@137 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-04-06Remove duplicate line.David Robillard1-2/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@136 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-29Update library preprocessor boilerplateDavid Robillard1-13/+13
git-svn-id: http://svn.drobilla.net/serd/trunk@135 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-29Fix yelley project name in docs.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@134 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-28Update waf (use standard LV2_PATH on Windows)David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@133 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-28Fix serdi on Windows (support file:///C:/... URIs)David Robillard1-0/+5
git-svn-id: http://svn.drobilla.net/serd/trunk@132 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-27Update waf (working windows version)David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@131 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-27Update wafDavid Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@130 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-27Update waf.David Robillard1-0/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@129 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-19Bump version number (reflecting that this is a different version than the ↵David Robillard1-1/+1
one in lv2core). git-svn-id: http://svn.drobilla.net/serd/trunk@128 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-19Fix references to old license.David Robillard2-3/+2
git-svn-id: http://svn.drobilla.net/serd/trunk@127 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-17Add waf upload_docs.David Robillard1-3/+6
git-svn-id: http://svn.drobilla.net/serd/trunk@126 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-17Add waf fixdocs to strip decorators from doxygen documentation.David Robillard1-0/+11
git-svn-id: http://svn.drobilla.net/serd/trunk@125 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-17Better documentation table style.David Robillard1-4/+5
git-svn-id: http://svn.drobilla.net/serd/trunk@124 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-17Improve documentation.David Robillard3-47/+49
git-svn-id: http://svn.drobilla.net/serd/trunk@123 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-15Add INSTALL and waf with autowaf bundled.David Robillard2-0/+35
git-svn-id: http://svn.drobilla.net/serd/trunk@122 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-15Remove INSTALL and waf (broken intermediary commit).David Robillard3-6/+4
Update wscript for new waf with included autowaf. git-svn-id: http://svn.drobilla.net/serd/trunk@121 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-07Python 2/3: Use print('') instead of print() to print blank lines.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@120 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-07Fix documentation typo.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@119 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-06Fix Doxygen warning.David Robillard1-3/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@118 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-03Tweak documentation style.David Robillard1-6/+6
git-svn-id: http://svn.drobilla.net/serd/trunk@117 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-02Fix #include in amalgamation to refer to amalgamation header instead of ↵David Robillard1-1/+4
system header. git-svn-id: http://svn.drobilla.net/serd/trunk@116 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-02Shrink.David Robillard1-2/+0
git-svn-id: http://svn.drobilla.net/serd/trunk@115 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-02Fix parsing several files/strings with the same parser.David Robillard2-0/+36
Add serd_read_state_expand. git-svn-id: http://svn.drobilla.net/serd/trunk@114 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-01Add @file comments to amalgamation to ease readability.David Robillard1-0/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@113 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-03-01Fix amalgamation.David Robillard1-1/+1
git-svn-id: http://svn.drobilla.net/serd/trunk@112 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-02-25Improve documentation style (align right/left edges, more logical/consistent ↵David Robillard1-11/+21
colours and heading sizes). git-svn-id: http://svn.drobilla.net/serd/trunk@111 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-02-25Abstract common read state tracking code (SerdReadState) to make user code ↵David Robillard4-78/+183
less tedious. git-svn-id: http://svn.drobilla.net/serd/trunk@110 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-02-25Lighten up documentation a bit.David Robillard1-10/+3
Use a more consistent style between prototypes and detailed documentation. git-svn-id: http://svn.drobilla.net/serd/trunk@109 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-02-25Tweak documentation style a bit.David Robillard1-5/+9
git-svn-id: http://svn.drobilla.net/serd/trunk@108 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-02-25Fix documentation.David Robillard1-3/+3
git-svn-id: http://svn.drobilla.net/serd/trunk@107 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-02-25Tidy.David Robillard1-11/+13
git-svn-id: http://svn.drobilla.net/serd/trunk@106 490d8e77-9747-427b-9fa3-0b8f29cee8a0
2011-02-25Switch to 2-clause BSD license.David Robillard10-978/+217
git-svn-id: http://svn.drobilla.net/serd/trunk@105 490d8e77-9747-427b-9fa3-0b8f29cee8a0