Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Avoid C-style casts and some size type conversions | David Robillard | 1 | -1/+1 | |
Aside from the syntactic cast changes, reduces some size types to 32-bits, since they can never be so large in practice. This eliminates some type conversions and shaves a few bytes. | |||||
2024-06-04 | Avoid std::endl | David Robillard | 1 | -7/+5 | |
2023-08-23 | Fix build with GCC 13 | David Robillard | 1 | -2/+2 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 1 | -6/+6 | |
2022-12-14 | Avoid implicit conversions | David Robillard | 1 | -1/+1 | |
2022-12-14 | Concatenate nested namespaces | David Robillard | 1 | -4/+2 | |
2022-09-27 | Use std::make_unique | David Robillard | 1 | -2/+1 | |
2020-12-14 | Avoid "using namespace" | David Robillard | 1 | -16/+34 | |
2020-08-03 | Clean up includes | David Robillard | 1 | -0/+1 | |
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 | Remove std::shared_ptr alias | David Robillard | 1 | -1/+0 | |
2020-08-02 | Rename memory utility header | David Robillard | 1 | -1/+1 | |
2020-08-02 | Fix suppressed automatic moves | David Robillard | 1 | -1/+1 | |
2020-08-01 | Use modern casts | David Robillard | 1 | -3/+5 | |
2020-08-01 | Make set_bundle_path_from_code take a function pointer | David Robillard | 1 | -1/+1 | |
2020-07-18 | Add missing static specifiers | David Robillard | 1 | -1/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -8/+8 | |
2019-03-08 | Use smart pointers to manage World in programs | David Robillard | 1 | -4/+3 | |
2019-03-08 | Use smart pointers to handle FILE streams | David Robillard | 1 | -5/+5 | |
2019-03-08 | Make parser take mandatory arguments by reference | David Robillard | 1 | -1/+1 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -3/+3 | |
2018-01-21 | Don't build libraries twice when testing is enabled | David Robillard | 1 | -1/+1 | |
2017-12-25 | Use nullptr | David Robillard | 1 | -3/+3 | |
2017-12-24 | Clean up includes in public headers | David Robillard | 1 | -0/+1 | |
2017-03-18 | Add missing files | David Robillard | 1 | -0/+139 | |