Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-23 | Clarify threading rules for instance functions | David Robillard | 1 | -3/+35 | |
2023-08-23 | Suppress clang-tidy warning | David Robillard | 1 | -0/+1 | |
2023-02-04 | Fix clang and clang-tidy warnings on Windows | David Robillard | 1 | -1/+1 | |
2022-12-19 | Allow LILV_API to be defined by the user | David Robillard | 1 | -8/+11 | |
2022-12-10 | Remove spurious semicolons | David Robillard | 1 | -94/+94 | |
2022-12-10 | Update code formatting for clang-tidy 14 | David Robillard | 1 | -14/+41 | |
2022-09-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 2 | -30/+4 | |
2022-07-08 | Suppress false positive IWYU warning | David Robillard | 1 | -1/+1 | |
2022-05-26 | Suppress new warnings in clang-tidy 13 | David Robillard | 1 | -9/+8 | |
2021-01-07 | Use globally unique Doxygen group names | David Robillard | 1 | -10/+10 | |
This is necessary to avoid clashes when building unified documentation as a subproject. | |||||
2021-01-07 | Clean up documentation comments | David Robillard | 1 | -171/+289 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 2 | -2/+2 | |
2021-01-02 | Use LILV_STATIC instead of LILV_SHARED to control visibility | David Robillard | 1 | -13/+7 | |
For consistency, this seems to be the most common convention. | |||||
2020-12-31 | Format all code with clang-format | David Robillard | 2 | -570/+748 | |
2020-12-31 | Avoid "else" after "return" | David Robillard | 1 | -2/+2 | |
2020-12-24 | Move headers to a conventional "include" directory | David Robillard | 2 | -0/+2267 | |
2006-10-08 | Moved slv2 directory for consistency | David Robillard | 3 | -931/+0 | |
git-svn-id: http://svn.drobilla.net/lad/slv2@165 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2006-09-02 | Schema bug fixes (parsable now). | David Robillard | 1 | -2/+2 | |
Fixed some leaks. Internal query API cleanups. Added latency reporting support. git-svn-id: http://svn.drobilla.net/lad/libslv2@110 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2006-08-22 | Updates for new header/schema | David Robillard | 2 | -5/+19 | |
git-svn-id: http://svn.drobilla.net/lad/libslv2@109 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2006-07-26 | - Removed all the unsigned char garbage from the API | David Robillard | 2 | -225/+508 | |
- Updated types in lv2.h to be non-machine-dependant (removed unsigned long in favour of uint32_t) - Updated schema - Updated example plugin to work with the above (partially) git-svn-id: http://svn.drobilla.net/lad/libslv2@101 a436a847-0d15-0410-975c-d299462d15a1 | |||||
2006-06-06 | Moved libslv2 into it's own subdirectory | David Robillard | 3 | -0/+634 | |
git-svn-id: http://svn.drobilla.net/lad/libslv2@4 a436a847-0d15-0410-975c-d299462d15a1 |