Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-11-16 | Switch to external zix dependency | David Robillard | 3 | -992/+0 | |
2022-09-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 3 | -45/+6 | |
2022-07-14 | Fix MSVC build | David Robillard | 1 | -2/+4 | |
2021-01-11 | Update zix | David Robillard | 3 | -91/+161 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 3 | -3/+3 | |
2020-12-31 | Format all code with clang-format | David Robillard | 3 | -532/+537 | |
2020-12-31 | Avoid "else" after "return" | David Robillard | 1 | -1/+3 | |
2019-01-13 | Update copyright dates | David Robillard | 2 | -2/+2 | |
2019-01-13 | Clean up includes | David Robillard | 2 | -6/+6 | |
Sorts includes from local to global (which catches errors) and fixes missing includes found by the resulting breakage and include-what-you-use. | |||||
2016-09-18 | Update copyright dates | David Robillard | 1 | -1/+1 | |
2016-07-31 | Fix compilation with C++ compilers | David Robillard | 1 | -1/+1 | |
2014-08-08 | Use Markdown in doc comments for better source readability. | David Robillard | 2 | -21/+21 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5429 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2013-12-25 | Fix some const-correctness violations. | David Robillard | 2 | -6/+6 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@5193 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-09 | Update zix. Fix --static-progs. | David Robillard | 3 | -43/+89 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4636 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-08-09 | Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes ↵ | David Robillard | 2 | -2/+2 | |
-Wmissing-prototypes. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4631 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-03-15 | Implement new LV2 discovery API. | David Robillard | 1 | -0/+158 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@4062 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-01-17 | Support compilation as C++ under MSVC++, | David Robillard | 3 | -7/+14 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3955 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-01-16 | Use correct WIN32 define. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3954 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2012-01-08 | Add file support to state implementation. | David Robillard | 2 | -3/+5 | |
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-23 | Add LilvState API for handling plugin state. This makes it simple to save and | David Robillard | 1 | -1/+1 | |
restore plugin state both in memory and on disk, as well as save presets in a host-sharable way since the disk format is identical to the LV2 presets format. git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3899 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-09-29 | Tidy. | David Robillard | 1 | -1/+1 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3506 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2011-09-28 | Remove glib dependency | David Robillard | 3 | -0/+739 | |
git-svn-id: http://svn.drobilla.net/lad/trunk/lilv@3501 a436a847-0d15-0410-975c-d299462d15a1 |