Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-28 | Build with C11 on CI | David Robillard | 1 | -13/+13 | |
Since this is not the default (because that would break the default build for some older systems), distributions and users are likely covering the C99 case heavily, so this is the best way to ensure that both are covered well. | |||||
2022-01-28 | Replace serdi with more fine-grained tools | David Robillard | 1 | -4/+5 | |
Especially with the new functionality, the complexity of the command-line interface alone was really becoming unmanageable. The serdi implementation also had the highest cyclomatic complexity of the entire codebase by a huge margin. So, take a page from the Unix philosophy and split serdi into several more finely-honed tools that can be freely composed. Though there is still unfortunately quite a bit of option overlap between them due to the common details of reading RDF, I think the resulting tools are a lot easier to understand, both from a user and a developer perspective. | |||||
2022-01-13 | Use exess for reading and writing numeric and binary literals | David Robillard | 1 | -8/+14 | |
2022-01-13 | Switch to Meson | David Robillard | 1 | -134/+73 | |
2021-03-07 | Rewrite man page in mdoc and use mandoc to generate HTML | David Robillard | 1 | -1/+4 | |
2021-01-06 | Only publish documentation on master | David Robillard | 1 | -2/+2 | |
2021-01-06 | Switch to LV2 documentation theme | David Robillard | 1 | -0/+1 | |
2020-12-21 | Generate documentation with Sphinx | David Robillard | 1 | -8/+7 | |
2020-11-17 | Fix broken links in documentation | David Robillard | 1 | -2/+2 | |
2020-11-13 | Make sanitizer failures fatal on CI | David Robillard | 1 | -3/+3 | |
2020-11-13 | Do sanitize run on CI in a single job | David Robillard | 1 | -7/+3 | |
2020-11-11 | Disable coverage on sanitizer CI row | David Robillard | 1 | -1/+1 | |
2020-11-11 | Add CI row to run clang sanitizers | David Robillard | 1 | -0/+18 | |
Some of these are also supported by GCC, but clang supports more and clang on Linux was uncovered before anyway, so this fixes that situation as well. | |||||
2020-08-14 | Use ultra-strict warnings and Werror on Windows CI rows | David Robillard | 1 | -2/+2 | |
2020-07-15 | Build with ultra-strict flags and Werror on CI | David Robillard | 1 | -15/+15 | |
2020-02-09 | Add tags to Windows builds to exclude Gitlab shared runners | David Robillard | 1 | -5/+4 | |
Gitlab now has shared Windows runners, which is cool, but unfortunately they don't have Python, so they are useless here and will cause failed builds if they pick up the job. | |||||
2019-10-20 | Don't deploy pages until all previous stages are complete | David Robillard | 1 | -1/+0 | |
2019-10-19 | Use terser list syntax in CI configuration | David Robillard | 1 | -28/+12 | |
2019-10-14 | Enable parallelism between CI stages | David Robillard | 1 | -24/+12 | |
2019-10-14 | Add MinGW CI rows | David Robillard | 1 | -0/+34 | |
2019-07-25 | Add benchmark plots | David Robillard | 1 | -0/+3 | |
2019-07-25 | Build documentation on CI | David Robillard | 1 | -4/+16 | |
2019-04-21 | Switch to using a submodule for autowaf | David Robillard | 1 | -0/+3 | |
2019-04-20 | Use fine-grained Docker images for CI | David Robillard | 1 | -36/+36 | |
2019-04-14 | Add separate CI rows for ARM debug and release builds | David Robillard | 1 | -6/+38 | |
2019-04-14 | Improve CI configuration | David Robillard | 1 | -45/+116 | |
This separates the build stage from the test stage, and publishes a test coverage report as a page. | |||||
2019-04-14 | Enable test coverage on CI | David Robillard | 1 | -10/+18 | |
2019-04-14 | Clean up CI waf arguments | David Robillard | 1 | -8/+8 | |
2019-04-13 | Add CI rows for ARM architectures | David Robillard | 1 | -1/+16 | |
2019-04-13 | Use short options in CI configuration | David Robillard | 1 | -14/+14 | |
2018-07-22 | Add Gitlab CI configuration | David Robillard | 1 | -0/+68 | |