Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-01-09 | Avoid regressions in clang nullability checks | David Robillard | 1 | -1/+3 | |
Clang 15 (and still as of 16) lost the ability to understand null checks in conditionals, which is supposed to suppress these warnings. For now, work around some, and suppress others. The suppression boilerplate here is noisy and ugly, and hopefully temporary. It should be removed once the issue is fixed in clang. See https://github.com/llvm/llvm-project/issues/63018 | |||||
2023-04-05 | Fix relative URI creation | David Robillard | 1 | -13/+0 | |
2023-04-05 | Clean up relative URI unit tests | David Robillard | 1 | -31/+156 | |
2023-04-05 | Strengthen URI utility unit tests | David Robillard | 1 | -6/+29 | |
2022-11-24 | Avoid mutation in test | David Robillard | 1 | -18/+22 | |
2022-11-14 | Add Windows path separator support to serd_node_new_file_uri() | David Robillard | 1 | -5/+51 | |
2022-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
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 | -107/+109 | |
2020-12-17 | Add test for attempting to convert a non-file URI to a path | David Robillard | 1 | -0/+3 | |
2020-11-14 | Deprecate serd_uri_to_path() | David Robillard | 1 | -0/+9 | |
2020-11-09 | Split out URI tests | David Robillard | 1 | -0/+171 | |