Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-24 | Use angle brackets for library includes and clean up include paths | David Robillard | 1 | -1/+1 | |
2024-11-24 | Avoid using internal utility functions in tests | David Robillard | 1 | -4/+2 | |
2024-10-11 | Add missing const qualifiers | David Robillard | 1 | -2/+2 | |
2022-09-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2021-01-11 | Use unique test bundle names so tests can run in parallel | David Robillard | 1 | -2/+7 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -214/+209 | |
2020-07-16 | Split test suite up into several independent programs | David Robillard | 1 | -0/+296 | |
2015-10-04 | Improve test coverage | David Robillard | 1 | -384/+0 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5742 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/lilv@5423 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes ↵ | David Robillard | 1 | -1/+1 | |
-Wmissing-prototypes. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4631 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-04-06 | Update test suite for latest state extension. | David Robillard | 1 | -4/+8 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4148 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-27 | Delete trailing whitespace. | David Robillard | 1 | -2/+2 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4112 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-20 | Update for latest atom extension. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4090 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-08 | Fix memory errors. | David Robillard | 1 | -5/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4029 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-06 | Fix test for file state saving by comparing contents, not path. | David Robillard | 1 | -5/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4026 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-06 | Use URI defines from atom.h. | David Robillard | 1 | -9/+7 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4025 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-03 | Use a fully-fledged Atom serialisation API for state saving. | David Robillard | 1 | -3/+1 | |
Add lilv_state_to_string(). git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4018 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-02-19 | Update for latest LV2 changes. | David Robillard | 1 | -8/+9 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3987 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-02-01 | Windows compatibility fixes. | David Robillard | 1 | -6/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3971 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-01-28 | Update state interface to support multiple state snapshots with shared files. | David Robillard | 1 | -4/+46 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3967 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-01-18 | Fix memory leaks. | David Robillard | 1 | -1/+4 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3966 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-01-08 | Add file support to state implementation. | David Robillard | 1 | -7/+108 | |
Use cleaner and more consistent names for world URIs. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3918 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-12-30 | Support arbitrary binary data in plugin state via base64 encoding. | David Robillard | 1 | -0/+235 | |
Unit testing for plugin instantiation and state. Build without LV2 state available. Support URID values in plugin state nicely. Fix various holes in state implementation exposed by tests. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3908 a436a847-0d15-0410-975c-d299462d15a1 |