Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-12 | Disable default Windows bloat from meson | David Robillard | 1 | -0/+1 | |
2023-02-12 | Remove dead and redundant data from good test manifest | Thomas Tanon | 1 | -8/+0 | |
2023-02-06 | Update year in version output | David Robillard | 1 | -2/+2 | |
2023-02-05 | Fix inconsistent comment style | David Robillard | 1 | -2/+2 | |
2023-02-05 | Strengthen clang warning flags | David Robillard | 1 | -2/+0 | |
2023-02-04 | Fix clang and clang-tidy warnings on Windows | David Robillard | 5 | -3/+12 | |
2023-02-03 | Suppress new warnings in clang-tidy 15 | David Robillard | 1 | -1/+2 | |
2023-01-14 | Fix and simplify library naming on Windows | David Robillard | 2 | -33/+12 | |
2022-12-20 | Fix pkg-config command in README | David Robillard | 1 | -1/+1 | |
2022-12-20 | Avoid using ASCII grave as a quote | David Robillard | 8 | -30/+31 | |
2022-12-19 | Allow SERD_API to be defined by the user | David Robillard | 2 | -9/+13 | |
2022-12-11 | Update NEWS file | David Robillard | 1 | -1/+3 | |
2022-12-10 | Make clang-tidy configuration clean when run via meson | David Robillard | 3 | -4/+5 | |
2022-12-09 | Add serd_reader_skip_until_byte() to public API | David Robillard | 6 | -9/+28 | |
2022-12-08 | Replace duplicated dox_to_sphinx script with sphinxygen dependency | David Robillard | 6 | -663/+29 | |
2022-12-04 | Clean up documentation configuration | David Robillard | 3 | -18/+75 | |
2022-11-28 | Improve serdi man page | David Robillard | 2 | -3/+39 | |
2022-11-25 | Trim redundant warning flags enabled by -Wextra and -Wpedantic | David Robillard | 4 | -23/+18 | |
2022-11-25 | Avoid use of tmpfile() | David Robillard | 1 | -28/+35 | |
Somewhat temporary solution, since we'll soon be able to use zix here which has nice portable functions to create temporary files. | |||||
2022-11-25 | Avoid creating test files in the current directory | David Robillard | 2 | -1/+22 | |
2022-11-25 | Merge similar tests | David Robillard | 3 | -143/+119 | |
2022-11-25 | Always handle the return value of serd_env_set_base_uri() | David Robillard | 3 | -16/+22 | |
2022-11-25 | Always handle the return value of eat_byte_safe() | David Robillard | 3 | -61/+56 | |
2022-11-24 | Gracefully handle bad characters in Turtle blank node syntax | David Robillard | 6 | -3/+20 | |
2022-11-24 | Gracefully handle bad characters in Turtle datatype syntax | David Robillard | 4 | -3/+14 | |
2022-11-24 | Explicitly ignore the posix_fadvise() return value | David Robillard | 2 | -2/+3 | |
I can't figure out a sensible way to test this, and even if it did fail, at most a warning message could be printed because this is just a performance hint anyway. | |||||
2022-11-24 | Check serd_writer_write_statement() return value | David Robillard | 1 | -2/+2 | |
2022-11-24 | Avoid redundant comparison | David Robillard | 1 | -1/+1 | |
2022-11-24 | Avoid mutation in test | David Robillard | 1 | -18/+22 | |
2022-11-24 | Simplify error handling logic | David Robillard | 1 | -6/+5 | |
2022-11-24 | Fix improper use of chunk sink | David Robillard | 1 | -4/+4 | |
2022-11-15 | Fix potential Python errors on test suite failure | David Robillard | 1 | -5/+5 | |
2022-11-15 | Fix implementation-defined integer conversion | David Robillard | 1 | -1/+1 | |
2022-11-14 | Arrange CI rows more logically | David Robillard | 1 | -91/+57 | |
This is organized in a way that hopefully makes more sense when viewed in a report. It also puts "basic" cases first, to ensure that tedious configuration issues are caught as early as possible when running rows sequentially for local testing. | |||||
2022-11-14 | Add Windows path separator support to serd_node_new_file_uri() | David Robillard | 3 | -10/+69 | |
2022-10-24 | Add meson subproject files to .gitignore | David Robillard | 1 | -0/+1 | |
This is generated in the source directory by meson when the project is checked out of git by the meson wrap system. Ignoring it here ignores issues with tools that assume a clean source directory, like the REUSE test. | |||||
2022-10-24 | Fix MSVC warning in header test | David Robillard | 1 | -0/+4 | |
2022-10-23 | Fix hang when skipping an error at EOF when lax parsing | David Robillard | 2 | -1/+2 | |
2022-10-23 | Fix crash when trying to read chunks without starting | David Robillard | 3 | -3/+11 | |
2022-10-23 | Fix whitespace | David Robillard | 1 | -2/+2 | |
2022-10-23 | Add trailing commas to enum declarations | David Robillard | 2 | -7/+7 | |
This has been supported since C99 and C++11, and makes for less noisy diffs and fewer conflicts when things are added. | |||||
2022-10-23 | Fix "suspicious" string comparison | David Robillard | 2 | -2/+1 | |
This is beyond silly. | |||||
2022-10-23 | Strengthen clang-tidy configuration | David Robillard | 1 | -2/+0 | |
2022-10-23 | Use uppercase integer literal suffixes | David Robillard | 8 | -60/+58 | |
2022-10-23 | Simplify clang-tidy configuration | David Robillard | 3 | -16/+15 | |
2022-10-23 | Test header for warnings more strictly | David Robillard | 5 | -3/+50 | |
2022-10-07 | Override pkg-config dependency within meson | David Robillard | 4 | -3/+12 | |
2022-09-08 | Serd 0.30.16v0.30.16 | David Robillard | 4 | -5/+5 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 22 | -142/+33 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
2022-09-08 | Only run REUSE test in strict mode | David Robillard | 1 | -12/+14 | |