Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-09-27 | Clean up includes | David Robillard | 1 | -5/+10 | |
2020-07-15 | Add printf format function annotation | David Robillard | 1 | -0/+7 | |
2019-10-17 | Add test case for nested anonymous nodes | David Robillard | 1 | -1/+5 | |
2019-04-14 | Use modern LV2 includes | David Robillard | 1 | -3/+3 | |
2018-12-27 | Remove static data in test and fix unused parameter warnings | David Robillard | 1 | -47/+53 | |
2016-09-18 | Update copyright dates | David Robillard | 1 | -1/+1 | |
2016-07-31 | Add sratom_set_env() for setting prefixes | David Robillard | 1 | -7/+26 | |
2016-07-24 | Fix vector padding | Hanspeter Portner | 1 | -9/+9 | |
A Vector must be padded properly, or a Vector with, for example, an odd number of Int elements will cause the rest of the containing Atom to be invalid. | |||||
2016-07-10 | Support round-trip serialisation of relative paths | David Robillard | 1 | -17/+24 | |
2016-07-10 | Test Windows paths | David Robillard | 1 | -17/+24 | |
2016-03-15 | Support sequences with beat time stamps | David Robillard | 1 | -6/+26 | |
Based on a patch from Hanspeter Portner. | |||||
2016-03-15 | Add multi-byte literal to test data | David Robillard | 1 | -3/+4 | |
2016-03-15 | Fix incorrect comment | David Robillard | 1 | -1/+1 | |
2015-10-03 | Improve test coverage | David Robillard | 1 | -20/+53 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5737 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-08-08 | Update copyright dates. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5426 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 1 | -22/+22 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5319 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-22 | Fix serialisation of nested tuples. | David Robillard | 1 | -2/+16 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5004 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes ↵ | David Robillard | 1 | -10/+10 | |
-Wmissing-prototypes. git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4628 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-05-22 | Add API to control whether named resources are read as LV2 objects or URIs. | David Robillard | 1 | -0/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4431 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-05-20 | Support writing top level Resource descriptions. | David Robillard | 1 | -10/+42 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4429 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-13 | Fix compilation of test program. | David Robillard | 1 | -0/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4183 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 1 | -3/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4175 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-11 | Save/restore atom:Chunk as base64Binary literals (not blank nodes). | David Robillard | 1 | -5/+12 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4167 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-20 | Support writing to a statement sink (particularly for writing to a model). | David Robillard | 1 | -2/+2 | |
Support writing pretty numeric literals in Turtle. git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4080 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-16 | Update for latest atom extension. | David Robillard | 1 | -7/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4073 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-08 | Write paths as file URIs. | David Robillard | 1 | -22/+19 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4033 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-07 | Serialise the null atom as rdf:nil, i.e. "()" in Turtle. | David Robillard | 1 | -5/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4027 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-03 | Add forge sink and only require a URID_Unmap for writing. | David Robillard | 1 | -3/+3 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4017 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-02 | Fix atom:Path serialisation. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4016 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-02 | Implement binary blob serialisation. | David Robillard | 1 | -6/+14 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4012 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-02 | Fix memory leaks. | David Robillard | 1 | -0/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4010 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-02 | Full round-trip support for every atom type, and midi:MidiEvent. | David Robillard | 1 | -18/+25 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4009 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-01 | Implement Turtle reading (except for atom:Vector). | David Robillard | 1 | -100/+36 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4006 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-02-23 | Clean up API. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@3997 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-02-23 | Update for latest Atom extension. | David Robillard | 1 | -24/+38 | |
Seriatom => Sratom. git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@3996 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-02-23 | Seriatom => Sratom. | David Robillard | 1 | -0/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@3994 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-02-21 | Tuple serialisation. | David Robillard | 1 | -1/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/seriatom@3990 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-02-19 | Add 'seriatom', an LV2 Atom RDF serialisation library. | David Robillard | 1 | -0/+274 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/seriatom@3989 a436a847-0d15-0410-975c-d299462d15a1 |