Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-10-11 | Clarify atom forge buffer dereferencing code | David Robillard | 1 | -1/+0 | |
2024-10-11 | Handle realloc failure and avoid potential null pointer arithmetic | David Robillard | 1 | -2/+0 | |
2024-10-11 | Pass strings and large structures by const reference | David Robillard | 1 | -1/+0 | |
2024-10-11 | Call std::terminate() directly instead of rethrowing nothing | David Robillard | 1 | -1/+0 | |
2024-10-11 | Reduce variable scopes | David Robillard | 1 | -1/+0 | |
2024-10-06 | Avoid using uninitialized va_list variables | David Robillard | 1 | -1/+0 | |
2024-10-06 | Avoid inefficient use of substr() to set strings to a prefix | David Robillard | 1 | -1/+0 | |
2024-10-06 | Remove dead code | David Robillard | 1 | -2/+0 | |
2024-10-06 | Add lint option and cppcheck test | David Robillard | 1 | -0/+26 | |