Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2021-03-07 | Simplify node construction API | David Robillard | 1 | -4/+9 |
2021-03-07 | Simplify URI API and implementation | David Robillard | 1 | -41/+130 |
2021-03-07 | Make nodes opaque | David Robillard | 1 | -38/+39 |
2021-03-07 | Shorten node constructor names | David Robillard | 1 | -12/+10 |
2021-03-07 | Rename SerdURI to SerdURIView | David Robillard | 1 | -9/+9 |
2021-03-07 | Use char* for strings in public API | David Robillard | 1 | -26/+20 |
2021-03-07 | Remove escape parameter from serd_node_new_file_uri | David Robillard | 1 | -10/+5 |
2021-03-07 | Remove serd_uri_to_path() | David Robillard | 1 | -41/+0 |
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 |