Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-11 | Clean up documentation comments | David Robillard | 1 | -31/+23 | |
2021-01-11 | Avoid use of snprintf for simple string copying | David Robillard | 1 | -4/+9 | |
2021-01-11 | Fix potential blank node ID truncation | David Robillard | 2 | -1/+7 | |
2021-01-07 | Sratom 0.6.8v0.6.8 | David Robillard | 2 | -3/+3 | |
2021-01-07 | Add waf build artifacts to gitignore file | David Robillard | 1 | -0/+3 | |
2021-01-07 | Update autowaf | David Robillard | 1 | -0/+0 | |
2021-01-07 | Remove unused HTML static path | David Robillard | 1 | -1/+0 | |
2021-01-07 | Switch to LV2 documentation theme | David Robillard | 4 | -192/+35 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 4 | -4/+4 | |
2021-01-02 | Use SRATOM_STATIC instead of SRATOM_SHARED to control visibility | David Robillard | 2 | -17/+10 | |
For consistency, this seems to be the most common convention. | |||||
2021-01-01 | Use consistent test naming scheme | David Robillard | 3 | -4/+4 | |
2021-01-01 | Use separate clang-tidy configurations for headers and tests | David Robillard | 3 | -1/+21 | |
2021-01-01 | Remove unused generated configuration header | David Robillard | 1 | -2/+0 | |
2020-12-31 | Format all code with clang-format | David Robillard | 3 | -1010/+1072 | |
2020-12-24 | Fix header installation | Atsushi Eno | 1 | -1/+1 | |
2020-12-22 | Avoid "else" after "return" | David Robillard | 2 | -10/+20 | |
2020-12-22 | Fix implicit narrowing conversion | David Robillard | 2 | -2/+1 | |
2020-12-22 | Remove cloned branches | David Robillard | 3 | -11/+5 | |
2020-12-22 | Suppress nullability warnings | David Robillard | 2 | -0/+2 | |
2020-12-21 | Add missing script | David Robillard | 1 | -0/+674 | |
2020-12-21 | Generate documentation with Sphinx | David Robillard | 16 | -3491/+340 | |
2020-12-21 | Supress warning about use of nullability extension | David Robillard | 1 | -0/+1 | |
2020-12-21 | Move header to a conventional "include" directory | David Robillard | 4 | -9/+11 | |
2020-12-18 | Run debug build tests on Windows | David Robillard | 1 | -5/+0 | |
2020-12-16 | Fix potential null pointer dereference | David Robillard | 3 | -3/+16 | |
2020-12-16 | Update autowaf | David Robillard | 1 | -0/+0 | |
2020-12-16 | Suppress new clang-tidy warnings | David Robillard | 1 | -1/+3 | |
2020-09-27 | Remove deprecated Doxygen configuration keys | David Robillard | 1 | -22/+1 | |
2020-09-27 | Sratom 0.6.6v0.6.6 | David Robillard | 2 | -3/+3 | |
2020-09-27 | Initialize all variables | David Robillard | 2 | -3/+2 | |
2020-09-27 | Strengthen lint target | David Robillard | 2 | -9/+69 | |
2020-09-27 | Clean up includes | David Robillard | 2 | -11/+18 | |
2020-09-27 | Clean up wscript | David Robillard | 1 | -50/+53 | |
2020-09-27 | Suppress warnings in release builds | David Robillard | 2 | -0/+7 | |
2020-09-26 | Update autowaf | David Robillard | 1 | -0/+0 | |
2020-09-26 | Update autowaf | David Robillard | 1 | -0/+0 | |
2020-07-16 | Be explicit about warnings | David Robillard | 2 | -1/+25 | |
2020-07-15 | Add printf format function annotation | David Robillard | 1 | -0/+7 | |
2020-07-15 | Fix incorrect format specifier | David Robillard | 1 | -1/+1 | |
2020-03-12 | Use consistent tagline in documentation | David Robillard | 1 | -1/+3 | |
2019-12-09 | Fix autowaf submodule reference | David Robillard | 1 | -1/+1 | |
2019-11-10 | Sratom 0.6.4v0.6.4 | David Robillard | 2 | -3/+3 | |
2019-11-10 | Add gitignore file | David Robillard | 1 | -0/+1 | |
2019-11-10 | Remove old release targets | David Robillard | 1 | -14/+0 | |
2019-11-10 | Clean up test output | David Robillard | 1 | -1/+2 | |
2019-11-09 | Fix pkg-config dependencies | David Robillard | 2 | -4/+4 | |
2019-11-02 | Update autowaf | David Robillard | 2 | -0/+5 | |
2019-11-02 | Normalise NEWS file | David Robillard | 1 | -15/+15 | |
2019-10-23 | Don't run tests for debug MSVC builds | David Robillard | 1 | -0/+7 | |
2019-10-17 | Add test case for nested anonymous nodes | David Robillard | 1 | -1/+5 | |