Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2025-01-30 | Remove project and version number from man page OS field | David Robillard | 1 | -1/+1 | |
The mandoc documentation suggests leaving this blank. Although I still think it's nicer for third-party projects to put their own versions here (as many GNU utilities do, for example), it's a hassle in practice to maintain the version over time, and I'm not sure what to do about the date in that case. The version is passed to the mandoc command instead for generating the HTML man pages, so those are unchanged. | |||||
2025-01-18 | Serd 0.32.4v0.32.4 | David Robillard | 1 | -1/+1 | |
2024-03-08 | Fix parsing NQuads lines with no space before the final dot | David Robillard | 1 | -1/+1 | |
2024-01-23 | Serd 0.32.2v0.32.2 | David Robillard | 1 | -1/+1 | |
2024-01-09 | Enable clang nullability checks | David Robillard | 1 | -2/+2 | |
2023-10-22 | Serd 0.32.0v0.32.0 | David Robillard | 1 | -1/+1 | |
2023-04-30 | Add long "help" and "version" options to serdi | David Robillard | 1 | -1/+1 | |
Although serdi still "officially" has a BSD-style interface, meson uses --version to find the version of executables. So, support that, and also add --help, since users will often try that for unknown commands. | |||||
2023-04-16 | Gracefully handle errors when writing text | David Robillard | 1 | -1/+1 | |
2023-04-05 | Improve writer error handling | David Robillard | 1 | -1/+1 | |
2023-04-05 | Use distinct include guards for internal headers | David Robillard | 1 | -3/+3 | |
2023-02-12 | Check for POSIX features with the build system | David Robillard | 1 | -31/+54 | |
2022-12-09 | Add serd_reader_skip_until_byte() to public API | David Robillard | 1 | -1/+1 | |
2022-10-07 | Override pkg-config dependency within meson | David Robillard | 1 | -1/+1 | |
2022-09-08 | Serd 0.30.16v0.30.16 | David Robillard | 1 | -1/+1 | |
2022-08-31 | Adopt REUSE machine-readable licensing standard | David Robillard | 1 | -15/+2 | |
2022-07-16 | Fix spelling error in serdi man page | David Robillard | 1 | -1/+1 | |
2022-07-10 | Serd 0.30.14v0.30.14 | David Robillard | 1 | -1/+1 | |
2022-06-10 | Fix memory consumption when reading documents | David Robillard | 1 | -2/+2 | |
2022-05-26 | Serd 0.30.12v0.30.12 | David Robillard | 1 | -1/+1 | |
2021-02-15 | Fix writing long literals with triple quotes | David Robillard | 1 | -1/+1 | |
2021-01-20 | Serd 0.30.10v0.30.10 | David Robillard | 1 | -1/+1 | |
2021-01-17 | Remove aligned_alloc support | David Robillard | 1 | -17/+0 | |
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-09 | Fix fallback aligned_alloc() detection | David Robillard | 1 | -1/+1 | |
2021-01-09 | Fix SERD_DISABLE_DEPRECATED | David Robillard | 1 | -1/+1 | |
2021-01-07 | Update fallback version | David Robillard | 1 | -1/+1 | |
Oops. | |||||
2021-01-02 | Use email address instead of website for attribution | David Robillard | 1 | -1/+1 | |
2021-01-01 | Remove the need for a generated configuration header | David Robillard | 1 | -0/+115 | |