Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-11-24 | Avoid using internal utility functions in tests | David Robillard | 6 | -12/+27 | |
2024-10-11 | Add missing const qualifiers | David Robillard | 17 | -38/+38 | |
2024-10-11 | Remove dead code | David Robillard | 1 | -7/+0 | |
2024-10-11 | Clean up lilv_expand() unit tests | David Robillard | 1 | -14/+17 | |
Factor out the pattern of checking an expansion for an expected result, and eliminate mutation. | |||||
2024-10-06 | Add cppcheck lint test | David Robillard | 1 | -0/+20 | |
2024-10-06 | Relocate lint test definitions | David Robillard | 1 | -21/+21 | |
2024-10-06 | Add lint option and fix warning_level abuse | David Robillard | 1 | -8/+4 | |
2024-07-18 | Add missing attribute | David Robillard | 1 | -0/+2 | |
The mingw32 build is the only one that cares about this for some reason. | |||||
2024-07-17 | Avoid return with void value | David Robillard | 1 | -1/+0 | |
2024-07-17 | Remove redundant inline specifiers | David Robillard | 1 | -1/+0 | |
2024-07-16 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 1 | -0/+2 | |
2024-07-16 | Avoid use of clobbered environment in test | David Robillard | 1 | -2/+2 | |
2024-06-04 | Suppress new warnings in clang-tidy 17 | David Robillard | 1 | -1/+2 | |
2024-03-16 | Fix test suite when TMPDIR has no trailing slash | David Robillard | 2 | -44/+8 | |
2024-03-16 | Fix potential use of null pointer in test plugin | David Robillard | 1 | -1/+2 | |
2024-01-09 | Fix potential null dereferences and conversion warnings | David Robillard | 1 | -1/+8 | |
A few of these can't actually happen, but that's opaque to static analysis, so appease clang-tidy with casts since the checks are too valuable to suppress. | |||||
2024-01-09 | Fix null dereference when trying to load state from a missing file | David Robillard | 1 | -0/+13 | |
2023-09-23 | Format meson.build files with muon | David Robillard | 1 | -2/+5 | |
The less time wasted with manual code formatting, the better. | |||||
2023-05-02 | Fix warning_level=everything on MacOS | David Robillard | 1 | -1/+1 | |
2023-05-01 | Replace strict option with new meson warning level | David Robillard | 2 | -1/+2 | |
2023-02-04 | Fix clang and clang-tidy warnings on Windows | David Robillard | 1 | -1/+1 | |
2023-02-03 | Suppress/fix new warnings in clang-tidy 15 | David Robillard | 2 | -1/+2 | |
2023-01-29 | Suppress new warnings in MSVS 2022 | David Robillard | 1 | -0/+5 | |
2022-12-11 | Suppress warnings in C++ test | David Robillard | 1 | -1/+18 | |
2022-12-10 | Make clang-tidy configuration cleaner when run via meson | David Robillard | 1 | -1/+1 | |
Unfortunately, meson drives clang-tidy in a way that can't handle C and C++ in the same project. | |||||
2022-12-10 | Simplify trivial switch statements | David Robillard | 2 | -12/+2 | |
2022-12-10 | Resurrect C++ bindings test | David Robillard | 4 | -1/+41 | |
2022-12-10 | Use consistent meson formatting | David Robillard | 13 | -181/+271 | |
2022-12-10 | Avoid "else" after "return" | David Robillard | 2 | -8/+11 | |
2022-12-10 | Avoid "suspicious" string comparisons | David Robillard | 2 | -3/+2 | |
2022-12-10 | Strengthen clang-tidy configuration | David Robillard | 1 | -32/+1 | |
2022-11-16 | Remove filesystem module | David Robillard | 6 | -39/+18 | |
2022-11-16 | Use zix_path_parent_path() | David Robillard | 1 | -28/+0 | |
2022-11-16 | Use zix_path_filename() | David Robillard | 1 | -23/+0 | |
2022-11-16 | Use zix_path_lexically_relative() | David Robillard | 1 | -24/+0 | |
2022-11-16 | Use zix_dir_for_each() | David Robillard | 2 | -70/+11 | |
2022-11-16 | Use zix_current_path() | David Robillard | 1 | -34/+0 | |
2022-11-16 | Use zix_path_is_absolute() | David Robillard | 1 | -20/+0 | |
2022-11-16 | Use zix_file_lock() | David Robillard | 1 | -22/+0 | |
2022-11-16 | Use zix_copy_file() | David Robillard | 2 | -42/+0 | |
2022-11-16 | Use zix_create_temporary_directory() | David Robillard | 2 | -20/+2 | |
2022-11-16 | Use zix_create_directories() | David Robillard | 2 | -36/+1 | |
2022-11-16 | Use zix_temp_directory_path() | David Robillard | 1 | -11/+0 | |
2022-11-16 | Use zix_remove() | David Robillard | 4 | -33/+34 | |
2022-11-16 | Use zix_file_equals() | David Robillard | 3 | -41/+3 | |
2022-11-16 | Use zix_canonical_path() | David Robillard | 4 | -78/+7 | |
2022-11-16 | Use zix_path_join() | David Robillard | 4 | -144/+83 | |
2022-11-16 | Use zix_file_type() and zix_symlink_type() | David Robillard | 2 | -34/+21 | |
2022-11-16 | Simplify test setup code | David Robillard | 10 | -104/+10 | |
2022-11-16 | Fix mismatched free functions | David Robillard | 1 | -2/+2 | |