Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-09-23 | Clean up includes and forward declarations | David Robillard | 1 | -0/+1 | |
2022-09-27 | Avoid nullable to nonnull conversions | David Robillard | 1 | -1/+1 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -9/+8 | |
2022-08-18 | Clean up includes | David Robillard | 1 | -0/+1 | |
2020-08-03 | Clean up includes | David Robillard | 1 | -0/+2 | |
As directed by include-what-you-use. Unfortunately, it is still confused by quite a few things, but this gets a lot closer to a clean report, and at least makes the output more tolerable to manually check. | |||||
2020-08-02 | Clean up URI map interface | David Robillard | 1 | -2/+2 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -7/+7 | |
2019-12-08 | Cleanup: Add missing explicit initialisations | David Robillard | 1 | -0/+2 | |
2019-12-08 | Cleanup: Remove unused parameter names | David Robillard | 1 | -1/+1 | |
2019-12-08 | Cleanup: Use "auto" to avoid repeating type names | David Robillard | 1 | -1/+1 | |
2019-12-08 | Cleanup: Avoid parameter copying overhead | David Robillard | 1 | -2/+2 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -0/+2 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -2/+2 | |
2018-01-21 | Add URI class and remove use of Raul::URI | David Robillard | 1 | -8/+6 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -1/+1 | |
2016-10-02 | Fix unit test responses and ensure events succeed | David Robillard | 1 | -1/+1 | |
2016-09-18 | Factor out text writing from socket writing | David Robillard | 1 | -0/+103 | |