Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-07-29 | Cleanup: Clean up includes and call IWYU in lint target | David Robillard | 6 | -1/+17 | |
2019-07-29 | Fix various clang-tidy warnings | David Robillard | 3 | -15/+15 | |
2019-07-29 | Fix potential memory leak on error | David Robillard | 1 | -0/+1 | |
2019-07-29 | Reorganize source to separate private implementation details | David Robillard | 13 | -0/+3853 | |
Taking a page from C++ convention, where "detail" is for things that should not be included in user code. |