Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2022-09-01 | Fix licensing metadata | David Robillard | 4 | -4/+4 | |
The intent here is that relatively generic configuration files, build definitions, or things considered "simple facts" are released to the Commons, but more substantive and original works, including documentation, are licensed the same as the software. | |||||
2022-09-01 | Update NEWS file | David Robillard | 1 | -1/+2 | |
2022-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 65 | -494/+335 | |
2022-08-22 | Use standard ISC license text | David Robillard | 1 | -7/+7 | |
I'm not sure where the disclaimer variant that starts with "THIS" came from (although it is better that way), but this one that starts with "THE" is the standard text which is recognized by tools like `licensee` (and therefore Github) as a perfect match. There are no other changes other than whitespace. | |||||
2022-08-22 | Only run autoship test in strict mode | David Robillard | 2 | -3/+9 | |
2022-08-09 | Allow programs to be used from subproject | David Robillard | 2 | -1/+4 | |
2022-08-09 | Fix array size warning | David Robillard | 1 | -3/+7 | |
2022-07-20 | Make NEWS file readable by dpkg-parsechangelog | David Robillard | 1 | -20/+20 | |
2022-07-17 | Use consistent pkg-config description | David Robillard | 1 | -1/+1 | |
2022-07-16 | Remove fill from logo | David Robillard | 1 | -17/+9 | |
This makes it look reasonably good on both dark and light backgrounds. | |||||
2022-07-16 | Simplify command line usage printing | David Robillard | 1 | -16/+19 | |
2022-07-16 | Remove redundant check for command line argument count | David Robillard | 1 | -4/+1 | |
2022-07-16 | Write test outputs to a temporary directory | David Robillard | 1 | -12/+10 | |
While occasionally useful, I almost always end up reproducing the issue live to investigate something anyway. Not keeping the many tests results around results in less clutter, and hopefully makes the test suites faster in environments with bad I/O like Docker. | |||||
2022-07-16 | Define _POSIX_C_SOURCE globally in the build system | David Robillard | 4 | -8/+13 | |
Using inconsistent defines like this that affect the standard library implementation can cause issues. So, doing this consistently for the whole library is a better approach, although it unfortunately makes the code more difficult to compile manually. | |||||
2022-07-16 | Use a lookup table to determine UTF-8 encoding length | David Robillard | 1 | -20/+38 | |
2022-07-16 | Build with C11 on CI | David Robillard | 1 | -13/+13 | |
Since this is not the default (because that would break the default build for some older systems), distributions and users are likely covering the C99 case heavily, so this is the best way to ensure that both are covered well. | |||||
2022-07-16 | Fix spelling error in serdi man page | David Robillard | 4 | -5/+12 | |
2022-07-14 | Set strict C warnings globally | David Robillard | 1 | -1/+1 | |
This is only used when serd is not a subproject. | |||||
2022-07-13 | Suppress clang-tidy identifier length warning in header | David Robillard | 1 | -0/+1 | |
2022-07-13 | Suppress new warnings in clang and clang-tidy 14 | David Robillard | 3 | -0/+5 | |
2022-07-13 | Simplify linking against static libraries | David Robillard | 1 | -3/+7 | |
This adds -DSERD_STATIC to the Cflags in the pkg-config file if serd is built as a static library, to simplify linking against a static serd library with pkg-config. Note that this only works for default_library=static. For linking against libraries built with default_library=both, dependant projects must still specify SERD_STATIC for static builds. Resolving that requires meson adding support for writing Cflags.local, and the world migrating to pkgconf (or improving pkg-config) so it is supported. | |||||
2022-07-12 | Fix test coverage reporting on CI | David Robillard | 1 | -0/+1 | |
2022-07-10 | Serd 0.30.14v0.30.14 | David Robillard | 4 | -5/+5 | |
2022-07-10 | Use temporary files in test suite where possible | David Robillard | 1 | -74/+74 | |
2022-07-10 | Add FreeBSD row to CI | David Robillard | 3 | -2/+23 | |
2022-07-10 | Switch to meson build system | David Robillard | 26 | -708/+962 | |
2022-06-27 | Factor out test suite running to a standalone script | David Robillard | 2 | -199/+442 | |
2022-06-27 | Suppress new clang-tidy warnings | David Robillard | 1 | -0/+1 | |
2022-06-12 | Update benchmarks | David Robillard | 8 | -5214/+723 | |
2022-06-12 | Remove extra include-what-you-use configuration | David Robillard | 2 | -10/+0 | |
It seems that this is no longer necessary as of IWYU 0.17 on clang 13 (likely earlier). These are all standard includes, so workaround configuration should never have been necessary anyway. | |||||
2022-06-12 | Rename INSTALL to INSTALL.md and add a link from README | David Robillard | 2 | -2/+3 | |
2022-06-12 | Add note about versioning to README | David Robillard | 2 | -1/+13 | |
2022-06-12 | Use a consistent project description everywhere | David Robillard | 4 | -8/+10 | |
2022-06-12 | Update project metadata | David Robillard | 1 | -5/+6 | |
2022-06-12 | Update top-level copyright dates | David Robillard | 2 | -2/+2 | |
2022-06-12 | Clean up CSS for HTML man pages | David Robillard | 2 | -3/+21 | |
2022-06-10 | Fix memory consumption when reading documents | David Robillard | 5 | -6/+24 | |
2022-05-26 | Serd 0.30.12v0.30.12 | David Robillard | 4 | -6/+8 | |
2022-05-26 | Remove Travis configuration | David Robillard | 1 | -32/+0 | |
2022-05-26 | Fix code whitespace in HTML man pages | David Robillard | 1 | -0/+1 | |
2022-05-26 | Add dark theme for HTML man pages | David Robillard | 1 | -10/+70 | |
2022-05-26 | Fix build on MacOS 11.6 | David Robillard | 1 | -0/+0 | |
2022-05-26 | Update CI configuration for bullseye | David Robillard | 1 | -96/+43 | |
2022-05-26 | Update serdi version output | David Robillard | 1 | -3/+3 | |
2022-01-13 | Fix name shadowing in benchmarking script | David Robillard | 1 | -3/+3 | |