Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-10 | Fix memory consumption when reading documents | David Robillard | 1 | -0/+6 | |
2022-05-26 | Serd 0.30.12v0.30.12 | David Robillard | 1 | -2/+4 | |
2021-04-11 | Support combining several BSD-style command line flags in serdi | David Robillard | 1 | -1/+2 | |
2021-04-09 | Write statements with invalid URI characters in lax mode | David Robillard | 1 | -1/+2 | |
2021-02-15 | Fix writing long literals with triple quotes | David Robillard | 1 | -0/+6 | |
2021-01-20 | Serd 0.30.10v0.30.10 | David Robillard | 1 | -2/+2 | |
2021-01-17 | Remove aligned_alloc support | David Robillard | 1 | -1/+2 | |
This causes build issues when targeting older versions of MacOS. That could be fixed, but I don't have the ability to reproduce it at the moment, and it's a problem in the build system check code which is about to be entirely replaced anyway. Since, as far as I know, this does not actually add aligned allocation support to any real system (they all support one of the other methods), just remove it for now. | |||||
2021-01-16 | Fix documentation installation directory | Guido Aulisi | 1 | -1/+2 | |
2021-01-16 | Add fallback configuration if documentation theme is unavailable | David Robillard | 1 | -1/+2 | |
2021-01-09 | Fix SERD_DISABLE_DEPRECATED | David Robillard | 1 | -0/+6 | |
2021-01-07 | Serd 0.30.8v0.30.8 | David Robillard | 1 | -2/+2 | |
2021-01-01 | Remove the need for a generated configuration header | David Robillard | 1 | -1/+2 | |
2020-12-17 | Don't install API man pages | David Robillard | 1 | -1/+2 | |
These weren't particularly useful, and the project will be migrating away from Doxygen entirely anyway. The serdi man page, which is manually written, of course remains. | |||||
2020-11-14 | Deprecate serd_uri_to_path() | David Robillard | 1 | -1/+2 | |
2020-11-14 | Refuse to write relative URI references to NTriples | David Robillard | 1 | -1/+2 | |
2020-11-13 | Remove use of C character class functions that may use locale | David Robillard | 1 | -1/+2 | |
Some of these cause warnings, and should never have been used in the first place since they depend on locale. | |||||
2020-11-13 | Use aligned allocation via C11 or Windows API where possible | David Robillard | 1 | -1/+2 | |
2020-11-10 | Fix potential memory error when serialising URIs | David Robillard | 1 | -1/+2 | |
2020-11-09 | Move header to conventional include directory | David Robillard | 1 | -1/+2 | |
2020-11-09 | Rename test directory | David Robillard | 1 | -0/+6 | |
2020-09-27 | Serd 0.30.6v0.30.6 | David Robillard | 1 | -2/+2 | |
2020-08-16 | Ensure that all free methods tolerate NULL | David Robillard | 1 | -1/+2 | |
2020-08-15 | Clean up reader error handling | David Robillard | 1 | -1/+2 | |
2020-08-15 | Harden prefixed name parsing | David Robillard | 1 | -1/+2 | |
2020-06-21 | Normalise NEWS file | David Robillard | 1 | -1/+1 | |
2020-06-21 | Strengthen function checks to check for type | David Robillard | 1 | -0/+6 | |
This makes the checks work with strict warnings and Werror. | |||||
2020-04-26 | Serd 0.30.4v0.30.4 | David Robillard | 1 | -2/+2 | |
2019-12-08 | Fix reading from a null-delimited socket | David Robillard | 1 | -1/+2 | |
2019-10-27 | Fix EOF handling while reading in bulk or from strings | David Robillard | 1 | -1/+2 | |
2019-10-27 | Fix lax handling of string errors and add separate lax test suite | David Robillard | 1 | -0/+6 | |
2019-10-21 | Serd 0.30.2v0.30.2 | David Robillard | 1 | -2/+3 | |
2019-10-20 | Normalise NEWS file | David Robillard | 1 | -90/+90 | |
Towards reproducible round-tripping and sanity checks. | |||||
2019-03-30 | Fix parsing "a" abbreviation without padding whitespace | David Robillard | 1 | -1/+2 | |
2019-03-30 | Improve documentation | David Robillard | 1 | -1/+2 | |
2019-03-17 | Fix bug parsing TriG graphs with several squashed trailing dots | David Robillard | 1 | -1/+2 | |
2018-11-11 | Fix missing parse error messages | David Robillard | 1 | -1/+2 | |
2018-10-03 | Fix colliding blank nodes when parsing TriG | David Robillard | 1 | -1/+2 | |
2018-07-30 | Fix resolving some URIs against base URIs with no trailing slash | David Robillard | 1 | -1/+2 | |
2018-07-23 | Fix GCC 4 build | David Robillard | 1 | -0/+6 | |
2018-07-22 | Serd 0.30.0v0.30.0 | David Robillard | 1 | -2/+2 | |
2018-07-22 | Upgrade to waf 2.0.9 and autowaf a328983 | David Robillard | 1 | -1/+2 | |
2018-07-22 | Add serd_free for freeing memory allocated by serd | David Robillard | 1 | -2/+3 | |
2018-07-14 | Fix length of base64 encoded nodes | David Robillard | 1 | -1/+2 | |
2018-06-10 | Fix relative URI serialisation | David Robillard | 1 | -0/+1 | |
2018-05-27 | Clarify errors returned by serd_env_expand() | David Robillard | 1 | -1/+2 | |
2018-05-25 | Fix reported error when reading statements with only a blank node | David Robillard | 1 | -0/+1 | |
2018-03-08 | Fix parsing local names that end with escaped dots | David Robillard | 1 | -1/+2 | |
2017-12-29 | Add serdi option to write ASCII output | David Robillard | 1 | -1/+2 | |
2017-09-24 | Make internal tests standard manifest-driven test suites | David Robillard | 1 | -1/+2 | |
2017-09-24 | Make serdi guess input syntax from extension if unspecified | David Robillard | 1 | -1/+2 | |