Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-01-13 | Shorten node constructor names | David Robillard | 1 | -3/+3 | |
2022-01-13 | Use char* for strings in public API | David Robillard | 1 | -18/+17 | |
The constant casting just makes user code a mess, for no benefit. | |||||
2022-01-13 | Remove useless character counting | David Robillard | 1 | -9/+6 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2020-12-31 | Format all code with clang-format | David Robillard | 1 | -115/+124 | |
2020-11-13 | Remove tests that pass null to nonnull parameters | David Robillard | 1 | -2/+2 | |
2020-11-09 | Split out reader and writer tests | David Robillard | 1 | -0/+203 | |