aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-10-23Fix hang when skipping an error at EOF when lax parsingDavid Robillard2-1/+2
2022-10-23Fix crash when trying to read chunks without startingDavid Robillard3-3/+11
2022-10-23Fix whitespaceDavid Robillard1-2/+2
2022-10-23Add trailing commas to enum declarationsDavid Robillard2-7/+7
2022-10-23Fix "suspicious" string comparisonDavid Robillard2-2/+1
2022-10-23Strengthen clang-tidy configurationDavid Robillard1-2/+0
2022-10-23Use uppercase integer literal suffixesDavid Robillard8-60/+58
2022-10-23Simplify clang-tidy configurationDavid Robillard3-16/+15
2022-10-23Test header for warnings more strictlyDavid Robillard5-3/+50
2022-10-07Override pkg-config dependency within mesonDavid Robillard4-3/+12
2022-09-08Serd 0.30.16v0.30.16David Robillard4-5/+5
2022-09-08Use 0BSD for trivial "public domain intent" thingsDavid Robillard22-142/+33
2022-09-08Only run REUSE test in strict modeDavid Robillard1-12/+14
2022-09-01Fix licensing metadataDavid Robillard4-4/+4
2022-09-01Update NEWS fileDavid Robillard1-1/+2
2022-08-31Adopt REUSE machine-readable licensing standardDavid Robillard65-494/+335
2022-08-22Use standard ISC license textDavid Robillard1-7/+7
2022-08-22Only run autoship test in strict modeDavid Robillard2-3/+9
2022-08-09Allow programs to be used from subprojectDavid Robillard2-1/+4
2022-08-09Fix array size warningDavid Robillard1-3/+7
2022-07-20Make NEWS file readable by dpkg-parsechangelogDavid Robillard1-20/+20
2022-07-17Use consistent pkg-config descriptionDavid Robillard1-1/+1
2022-07-16Remove fill from logoDavid Robillard1-17/+9
2022-07-16Simplify command line usage printingDavid Robillard1-16/+19
2022-07-16Remove redundant check for command line argument countDavid Robillard1-4/+1
2022-07-16Write test outputs to a temporary directoryDavid Robillard1-12/+10
2022-07-16Define _POSIX_C_SOURCE globally in the build systemDavid Robillard4-8/+13
2022-07-16Use a lookup table to determine UTF-8 encoding lengthDavid Robillard1-20/+38
2022-07-16Build with C11 on CIDavid Robillard1-13/+13
2022-07-16Fix spelling error in serdi man pageDavid Robillard4-5/+12
2022-07-14Set strict C warnings globallyDavid Robillard1-1/+1
2022-07-13Suppress clang-tidy identifier length warning in headerDavid Robillard1-0/+1
2022-07-13Suppress new warnings in clang and clang-tidy 14David Robillard3-0/+5
2022-07-13Simplify linking against static librariesDavid Robillard1-3/+7
2022-07-12Fix test coverage reporting on CIDavid Robillard1-0/+1
2022-07-10Serd 0.30.14v0.30.14David Robillard4-5/+5
2022-07-10Use temporary files in test suite where possibleDavid Robillard1-74/+74
2022-07-10Add FreeBSD row to CIDavid Robillard3-2/+23
2022-07-10Switch to meson build systemDavid Robillard26-708/+962
2022-06-27Factor out test suite running to a standalone scriptDavid Robillard2-199/+442
2022-06-27Suppress new clang-tidy warningsDavid Robillard1-0/+1
2022-06-12Update benchmarksDavid Robillard8-5214/+723
2022-06-12Remove extra include-what-you-use configurationDavid Robillard2-10/+0
2022-06-12Rename INSTALL to INSTALL.md and add a link from READMEDavid Robillard2-2/+3
2022-06-12Add note about versioning to READMEDavid Robillard2-1/+13
2022-06-12Use a consistent project description everywhereDavid Robillard4-8/+10
2022-06-12Update project metadataDavid Robillard1-5/+6
2022-06-12Update top-level copyright datesDavid Robillard2-2/+2
2022-06-12Clean up CSS for HTML man pagesDavid Robillard2-3/+21
2022-06-10Fix memory consumption when reading documentsDavid Robillard5-6/+24