Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-04-02 | Improve TriG pretty-printing and remove trailing newlines | David Robillard | 1 | -1/+2 | |
2023-03-31 | Fix possible hang when writing nested Turtle lists | David Robillard | 1 | -1/+2 | |
2023-03-31 | Fix incorrect parsing of strange quote escape patterns | David Robillard | 1 | -1/+2 | |
2023-02-12 | Check for POSIX features with the build system | David Robillard | 1 | -1/+2 | |
2022-12-20 | Avoid using ASCII grave as a quote | David Robillard | 1 | -1/+2 | |
2022-12-19 | Allow SERD_API to be defined by the user | David Robillard | 1 | -1/+2 | |
2022-12-11 | Update NEWS file | David Robillard | 1 | -1/+3 | |
2022-12-09 | Add serd_reader_skip_until_byte() to public API | David Robillard | 1 | -2/+3 | |
2022-12-08 | Replace duplicated dox_to_sphinx script with sphinxygen dependency | David Robillard | 1 | -1/+2 | |
2022-11-28 | Improve serdi man page | David Robillard | 1 | -1/+2 | |
2022-11-24 | Gracefully handle bad characters in Turtle blank node syntax | David Robillard | 1 | -1/+2 | |
2022-11-24 | Gracefully handle bad characters in Turtle datatype syntax | David Robillard | 1 | -1/+2 | |
2022-11-14 | Add Windows path separator support to serd_node_new_file_uri() | David Robillard | 1 | -1/+2 | |
2022-10-23 | Fix hang when skipping an error at EOF when lax parsing | David Robillard | 1 | -0/+1 | |
2022-10-23 | Fix crash when trying to read chunks without starting | David Robillard | 1 | -1/+2 | |
2022-10-23 | Test header for warnings more strictly | David Robillard | 1 | -1/+2 | |
2022-10-07 | Override pkg-config dependency within meson | David Robillard | 1 | -0/+6 | |
2022-09-08 | Serd 0.30.16v0.30.16 | David Robillard | 1 | -2/+2 | |
2022-09-01 | Update NEWS file | David Robillard | 1 | -1/+2 | |
2022-08-09 | Allow programs to be used from subproject | David Robillard | 1 | -1/+2 | |
2022-07-20 | Make NEWS file readable by dpkg-parsechangelog | David Robillard | 1 | -20/+20 | |
2022-07-16 | Fix spelling error in serdi man page | David Robillard | 1 | -0/+7 | |
2022-07-10 | Serd 0.30.14v0.30.14 | David Robillard | 1 | -2/+2 | |
2022-07-10 | Switch to meson build system | David Robillard | 1 | -1/+2 | |
2022-06-12 | Add note about versioning to README | David Robillard | 1 | -1/+2 | |
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 | |