Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-15 | Add clang-format configuration | David Robillard | 1 | -311/+155 | |
2024-10-11 | Add missing const qualifiers | David Robillard | 1 | -10/+11 | |
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 | |
2022-12-19 | Allow LILV_API to be defined by the user | David Robillard | 1 | -8/+11 | |
2022-09-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-07-08 | Suppress false positive IWYU warning | David Robillard | 1 | -1/+1 | |
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 | 1 | -1/+1 | |
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 | 1 | -304/+440 | |
2020-12-31 | Avoid "else" after "return" | David Robillard | 1 | -2/+2 | |
2020-12-24 | Move headers to a conventional "include" directory | David Robillard | 1 | -0/+1869 | |