aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-11-25Avoid creating test files in the current directoryDavid Robillard2-1/+22
2022-11-25Merge similar testsDavid Robillard3-143/+119
2022-11-25Always handle the return value of serd_env_set_base_uri()David Robillard3-16/+22
2022-11-25Always handle the return value of eat_byte_safe()David Robillard3-61/+56
2022-11-24Gracefully handle bad characters in Turtle blank node syntaxDavid Robillard6-3/+20
2022-11-24Gracefully handle bad characters in Turtle datatype syntaxDavid Robillard4-3/+14
2022-11-24Explicitly ignore the posix_fadvise() return valueDavid Robillard2-2/+3
2022-11-24Check serd_writer_write_statement() return valueDavid Robillard1-2/+2
2022-11-24Avoid redundant comparisonDavid Robillard1-1/+1
2022-11-24Avoid mutation in testDavid Robillard1-18/+22
2022-11-24Simplify error handling logicDavid Robillard1-6/+5
2022-11-24Fix improper use of chunk sinkDavid Robillard1-4/+4
2022-11-15Fix potential Python errors on test suite failureDavid Robillard1-5/+5
2022-11-15Fix implementation-defined integer conversionDavid Robillard1-1/+1
2022-11-14Arrange CI rows more logicallyDavid Robillard1-91/+57
2022-11-14Add Windows path separator support to serd_node_new_file_uri()David Robillard3-10/+69
2022-10-24Add meson subproject files to .gitignoreDavid Robillard1-0/+1
2022-10-24Fix MSVC warning in header testDavid Robillard1-0/+4
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