896 Commits (f63257a60cda79963ba7d046f52b66c3b13e2c9a)
 

Author SHA1 Message Date
David Robillard f63257a60c Improve add and chop prefix functions when given empty strings 2 years ago
David Robillard 353b92d13d Remove use of C character class functions that may use locale 2 years ago
David Robillard 3558d21c92 Use line comments where appropriate and clean up header 2 years ago
David Robillard dddc46b13f Allow setting the base URI of an Env to NULL 2 years ago
David Robillard febc0828f2 Use aligned allocation via C11 or Windows API where possible 2 years ago
David Robillard beed84b631 Use C11 if possible 2 years ago
David Robillard a815f33ec3 Relax nullability annotation on allocation functions 2 years ago
David Robillard 1319a748cb Add missing const qualifiers 2 years ago
David Robillard d9a475252b Factor out output style selection 2 years ago
David Robillard 67fcacbb1c Suppress nullability warnings in tests 2 years ago
David Robillard 844643649e Use built-in abspath() 2 years ago
David Robillard 793e353941 Set up environment for using serdi as a subproject 2 years ago
David Robillard bacd257453 Disable coverage on sanitizer CI row 2 years ago
David Robillard 41b89cc1e4 Fix link errors with sanitizers at the source in autowaf 2 years ago
David Robillard 19aa10dd3f Fix build as a subproject 2 years ago
David Robillard fe8a83ecda Clean up attributes in reference documentation 2 years ago
David Robillard 79d1142252 Add CI row to run clang sanitizers 2 years ago
David Robillard 9eee20ada8 Add nonnull and nullable attributes to API 2 years ago
David Robillard 48635c1e2c Fix potential memory error when serialising URIs 2 years ago
David Robillard 2ce76b31f0 Fix memory leak in chunk reading test 2 years ago
David Robillard bafa091fad Add const, pure, and malloc function attributes 2 years ago
David Robillard f820212f2a Simplify visibility boilerplate 2 years ago
David Robillard a9efbbbbbd Fix warnings in MinGW build 2 years ago
David Robillard 2378c1cfbc Fix header installation 2 years ago
David Robillard a6b0d55b4d Define WIN32_LEAN_AND_MEAN 2 years ago
David Robillard b5fd72d61a Add a test for reading strings with no trailing newline 2 years ago
David Robillard 6bd53f5822 Use separate clang-tidy configurations for implementation and tests 2 years ago
David Robillard 81832c4151 Split out reader and writer tests 2 years ago
David Robillard 3dc112f6f5 Split out string tests 2 years ago
David Robillard eae480cfc9 Split out URI tests 2 years ago
David Robillard f6d870d67f Rename unit tests to start with a consistent prefix 2 years ago
David Robillard d5f8dc60b7 Fix clang-tidy hicpp-signed-bitwise warnings in header 2 years ago
David Robillard 0f2ec1ed73 Check headers with stricter clang-tidy settings 2 years ago
David Robillard 59307f4af4 Move header to conventional include directory 2 years ago
David Robillard 8e0270ea4d Rename test directory 2 years ago
David Robillard d65769b7b9 Simplify reader byte reading interface 2 years ago
David Robillard 57df93db4e Update autowaf 2 years ago
David Robillard df17416f9e Update autowaf 2 years ago
David Robillard b5d3b9c489 Serd 0.30.6 3 years ago
David Robillard 45b809c443 Update stale copyright dates 3 years ago
David Robillard 5c9da8e44a Update autowaf 3 years ago
David Robillard c656bf9026 Update autowaf 3 years ago
David Robillard 4f544720cc Use conventional short variable name for status 3 years ago
David Robillard bb1a00aac2 Ensure that all free methods tolerate NULL 3 years ago
David Robillard fc81e2734c Move Env tests to a separate file 3 years ago
David Robillard 89b4a240d0 Add test for reading chunks 3 years ago
David Robillard 86aac1247d Fix loop index variable type 3 years ago
David Robillard 53dbd6f360 Fix handling of bad syntax that ends a collection 3 years ago
David Robillard 6a9db19eb7 Fix EOF and null byte handling 3 years ago
David Robillard 9a847982aa Add a test for reading from socket-like streams 3 years ago