Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-01-11 | Fix unused parameter warnings | David Robillard | 1 | -0/+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 | -338/+337 | |
2020-12-18 | Windows: Prefer backslash as a path separator | David Robillard | 1 | -3/+31 | |
This situation is, as always, a total nightmare. In an attempt to not make weird paths with mixed separators, a heuristic is used here which uses forward slash if it seems that the input paths do. Otherwise, backslash (the "preferred" separator on Windows despite all good sense) is used. | |||||
2020-12-18 | Windows: Add test cases for lilv_path_is_absolute() | David Robillard | 1 | -0/+7 | |
2020-12-18 | Add lilv_path_absolute_child() | David Robillard | 1 | -0/+21 | |
2020-12-18 | Add lilv_path_filename() | David Robillard | 1 | -0/+23 | |
2020-08-07 | Fix error handling when copying files | David Robillard | 1 | -0/+14 | |
2020-08-07 | Add filesystem tests | David Robillard | 1 | -0/+459 | |