Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-14 | Use modern LV2 includes | David Robillard | 1 | -3/+3 | |
2018-12-27 | Make sratom_free() safe to call on NULL | David Robillard | 1 | -2/+4 | |
2018-12-27 | Make unnecessary pointer argument a value | David Robillard | 1 | -5/+5 | |
2018-12-27 | Remove redundant cast | David Robillard | 1 | -1/+1 | |
2018-12-27 | Remove redundant API declarations | David Robillard | 1 | -12/+0 | |
2018-12-27 | Move literal reading case to a separate function | David Robillard | 1 | -51/+61 | |
2018-12-26 | Move object reading case to a separate function | David Robillard | 1 | -80/+95 | |
2018-07-22 | Use serd_free | David Robillard | 1 | -1/+1 | |
2017-12-29 | Remove redundant cast | David Robillard | 1 | -1/+1 | |
2017-12-29 | Fix inconsistent parameter names | David Robillard | 1 | -4/+4 | |
2017-02-18 | Improve struct packing | David Robillard | 1 | -6/+7 | |
2016-07-31 | Add sratom_set_env() for setting prefixes | David Robillard | 1 | -38/+34 | |
2016-07-24 | Fix vector padding | Hanspeter Portner | 1 | -1/+6 | |
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-11 | Fix memory leak | David Robillard | 1 | -1/+2 | |
2016-07-10 | Support round-trip serialisation of relative paths | David Robillard | 1 | -9/+12 | |
2016-07-07 | Remove unused variable | David Robillard | 1 | -5/+4 | |
2016-03-15 | Support sequences with beat time stamps | David Robillard | 1 | -21/+62 | |
Based on a patch from Hanspeter Portner. | |||||
2015-10-03 | Improve test coverage | David Robillard | 1 | -2/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5737 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-11-22 | Fix warnings when building with ISO C++ compilers. | David Robillard | 1 | -4/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5492 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 | Don't set eg prefix in sratom_to_turtle. | David Robillard | 1 | -2/+0 | |
Update NEWS. git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5320 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2014-01-24 | Update for latest LV2 Atom Object simplifications. | David Robillard | 1 | -6/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5319 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-06-08 | Nicer printing of atom messages with -d. | David Robillard | 1 | -0/+8 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5126 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-03-24 | Escape invalid characters when writing paths as URIs. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5097 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-02-18 | Make use of sord_get(). | David Robillard | 1 | -35/+23 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5055 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-01-22 | Fix serialisation of nested tuples. | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@5004 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-11-23 | Fix memory leaks. | David Robillard | 1 | -0/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4859 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-09-11 | Define __STDC_LIMIT_MACROS for UINT8_MAX in C++. | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4770 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes ↵ | David Robillard | 1 | -19/+19 | |
-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 | -10/+22 | |
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 | -41/+69 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4429 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-05-13 | Fix potential NULL dereference. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4391 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-05-10 | Support writing Object Atoms as top level descriptions if subject and ↵ | David Robillard | 1 | -13/+16 | |
predicate are not given. git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4333 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-05-02 | Correctly read objects with several rdf:type properties. | David Robillard | 1 | -1/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4310 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-12 | Use URI defines from LV2 headers where possible. | David Robillard | 1 | -8/+8 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4175 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-12 | Update for latest atom extension. | David Robillard | 1 | -7/+5 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4172 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-11 | Write port values in presets as pretty numbers. | David Robillard | 1 | -5/+10 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4168 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-11 | Save/restore atom:Chunk as base64Binary literals (not blank nodes). | David Robillard | 1 | -6/+15 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4167 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-06 | Fix compilation under MSVC. | David Robillard | 1 | -3/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4147 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-20 | Support writing to a statement sink (particularly for writing to a model). | David Robillard | 1 | -79/+125 | |
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 | -15/+13 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4073 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-08 | Update for latest serd. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4035 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-08 | Write paths as file URIs. | David Robillard | 1 | -16/+49 | |
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 | -2/+4 | |
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 | -58/+44 | |
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 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4016 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-02 | Fix memory leaks. | David Robillard | 1 | -0/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4015 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-02 | Tidy. | David Robillard | 1 | -20/+19 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4014 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-02 | Fix atom:Event URI. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4013 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-02 | Implement binary blob serialisation. | David Robillard | 1 | -22/+33 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/sratom@4012 a436a847-0d15-0410-975c-d299462d15a1 |