Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-07-17 | Clean up includes and forward declarations | David Robillard | 1 | -1/+0 | |
According to include-what-you-use 0.22 on LLVM 18, anyway. Most of the changes seem vaguely reasonable, so as usual, just go with what the tool says because it's most useful when reports are typically clean. | |||||
2023-08-23 | Simplify conditional | 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 | -1/+1 | |
2022-08-18 | Use consistent spacing for line comments | David Robillard | 1 | -3/+3 | |
2022-08-18 | Use consistent brace wrapping for class definitions | David Robillard | 1 | -1/+2 | |
2022-08-18 | Use default member initialization | David Robillard | 1 | -9/+6 | |
2020-12-15 | Clean up includes in core and server | David Robillard | 1 | -0/+1 | |
2020-08-02 | Make move operators noexcept | David Robillard | 1 | -2/+2 | |
2020-08-02 | Use explicit default for trivial constructors | David Robillard | 1 | -3/+3 | |
2020-08-02 | Use consistent naming for context parameters | David Robillard | 1 | -3/+3 | |
2019-12-08 | Cleanup: Avoid parameter copying overhead | David Robillard | 1 | -1/+3 | |
2019-12-08 | Cleanup: Use "using" instead of "typedef" where appropriate | David Robillard | 1 | -1/+1 | |
2019-03-09 | Clean up includes and forward declarations | David Robillard | 1 | -1/+2 | |
2018-09-23 | Use lowercase namespace names | David Robillard | 1 | -4/+4 | |
2018-01-16 | Fix build with C++11 | David Robillard | 1 | -1/+1 | |
2017-12-18 | Fix recursive type issues with some toolchains | David Robillard | 1 | -4/+5 | |
2017-12-16 | Simplify Task implementation | David Robillard | 1 | -4/+20 | |
2017-02-18 | Improve parallel analysis and execution algorithms | David Robillard | 1 | -22/+27 | |
2016-10-02 | Add parallel graph execution | David Robillard | 1 | -0/+98 | |