Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2019-10-17 | Update autowaf | David Robillard | 2 | -6/+3 | |
2019-06-07 | Update waf | David Robillard | 3 | -3/+13 | |
2019-04-22 | Update documentation | David Robillard | 9 | -208/+354 | |
2019-04-22 | Update Doxygen file | David Robillard | 1 | -52/+119 | |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 185 | -41937/+3 | |
2019-04-21 | Update autowaf | David Robillard | 2 | -66/+70 | |
2019-04-21 | Squashed 'waflib/' changes from e7a29b6..4f98e1c | David Robillard | 1 | -61/+66 | |
4f98e1c Remove recursion hacks 27c5c93 Remove use_lib() b074a1e Support building against local header-only libraries 27a69a7 Add option to filter tests by regular expression ac29b74 Fix configuring with root prefix 6134be6 Print test coverage summary 6d7dd59 Don't attempt to clear coverage when coverage is disabled cddbcb5 Pass file comparison test if difflib finds no changes 6e4e92b Seek to end before checking the size of stderr output git-subtree-dir: waflib git-subtree-split: 4f98e1c2bed7beacf4d303e51f994fb932952f95 | |||||
2019-04-14 | Use modern LV2 includes | David Robillard | 4 | -10/+10 | |