Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-02-03 | Suppress new warnings in clang-tidy 15 | David Robillard | 1 | -0/+2 | |
2023-01-29 | Suppress new warnings in MSVS 2022 | David Robillard | 1 | -0/+1 | |
2023-01-14 | Fix and simplify library naming on Windows | David Robillard | 2 | -33/+16 | |
2022-12-19 | Allow SORD_API to be defined by the user | David Robillard | 2 | -9/+13 | |
2022-11-29 | Convert man pages to mdoc | David Robillard | 2 | -97/+200 | |
2022-11-29 | Fix command line help interface of sord_validate | David Robillard | 3 | -9/+13 | |
2022-11-16 | Remove deprecated doxygen configuration | David Robillard | 1 | -40/+0 | |
2022-11-16 | Switch to external zix dependency | David Robillard | 9 | -1867/+140 | |
2022-11-16 | Ignore warnings in PCRE2 headers | David Robillard | 2 | -1/+10 | |
2022-10-24 | Add meson subproject files to .gitignore | David Robillard | 1 | -0/+1 | |
This is generated in the source directory by meson when the project is checked out of git by the meson wrap system. Ignoring it here ignores issues with tools that assume a clean source directory, like the REUSE test. | |||||
2022-10-07 | Override pkg-config dependency within meson | David Robillard | 2 | -4/+6 | |
2022-10-07 | Port sord_validate to pcre2 | David Robillard | 4 | -35/+49 | |
2022-10-05 | Fix dependencies in pkg-config file | David Robillard | 3 | -2/+9 | |
2022-09-08 | Sord 0.16.14v0.16.14 | David Robillard | 3 | -4/+4 | |
2022-09-08 | Use 0BSD for trivial "public domain intent" things | David Robillard | 14 | -134/+25 | |
Fedora takes issue with CC0. Although it doesn't really matter for this stuff (dual licensed anyway, questionably "software", certainly not patentable, and so on), this is simpler and more consistent with the ISC license used for the actual software anyway. | |||||
2022-09-08 | Only run REUSE test in strict mode | David Robillard | 1 | -12/+14 | |
2022-09-08 | Fix accidentally exposed internal zix symbols | David Robillard | 3 | -10/+13 | |
2022-09-01 | Adopt REUSE machine-readable licensing standard | David Robillard | 35 | -264/+264 | |
2022-08-22 | Use standard ISC license text | David Robillard | 1 | -8/+8 | |
I'm not sure where the disclaimer variant that starts with "THIS" came from (although it is better that way), but this one that starts with "THE" is the standard text which is recognized by tools like `licensee` (and therefore Github) as a perfect match. There are no other changes other than whitespace. | |||||
2022-08-22 | Only run autoship test in strict mode | David Robillard | 2 | -4/+10 | |
2022-08-17 | Bump dependency requirements to stable versions | David Robillard | 1 | -1/+1 | |
2022-08-09 | Allow programs to be used from subproject | David Robillard | 3 | -7/+17 | |
2022-07-20 | Make NEWS file readable by dpkg-parsechangelog | David Robillard | 1 | -16/+16 | |
2022-07-18 | Sord 0.16.12v0.16.12 | David Robillard | 3 | -3/+3 | |
2022-07-18 | Switch to meson build system | David Robillard | 19 | -526/+599 | |
2022-07-17 | Suppress new warnings in clang-tidy 14 | David Robillard | 1 | -0/+2 | |
2022-07-17 | Remove deprecated doxygen configuration keys | David Robillard | 1 | -45/+0 | |
2022-07-17 | Implement SORD_UNREACHABLE() for MSVC | David Robillard | 1 | -2/+3 | |
2022-07-17 | Fix conversion warnings | David Robillard | 3 | -17/+19 | |
2022-07-17 | Avoid VLA with old compilers that don't understand static const | David Robillard | 1 | -11/+11 | |
MinGW warns about this. | |||||
2022-07-17 | Fix unused parameter warnings | David Robillard | 6 | -3/+17 | |
2022-07-08 | Remove redundant include | David Robillard | 1 | -1/+0 | |
This is implicitly included by <inttypes.h>. | |||||
2022-05-27 | Build as C++14 | David Robillard | 1 | -1/+1 | |
2022-05-26 | Sord 0.16.10v0.16.10 | David Robillard | 3 | -4/+5 | |
2022-05-26 | Suppress new warnings in clang-tidy 13 | David Robillard | 1 | -0/+5 | |
2022-05-19 | Fix C++ test build | David Robillard | 1 | -1/+1 | |
2021-01-12 | Fix Windows build | David Robillard | 1 | -6/+12 | |
2021-01-12 | Update zix | David Robillard | 10 | -979/+1004 | |
This fixes, once again, a potential BTree crash with GCC 10 which got lost somewhere along the way. | |||||
2021-01-07 | Sord 0.16.8v0.16.8 | David Robillard | 3 | -4/+4 | |
2021-01-07 | Add waf build artifacts to gitignore file | David Robillard | 1 | -0/+3 | |
2021-01-07 | Update autowaf | David Robillard | 1 | -0/+0 | |
2021-01-07 | Fix documentation build | David Robillard | 1 | -1/+1 | |
2021-01-02 | Update date in version output | David Robillard | 3 | -3/+3 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 18 | -20/+20 | |
2021-01-02 | Use SORD_STATIC instead of SORD_SHARED to control visibility | David Robillard | 2 | -19/+12 | |
For consistency, this seems to be the most common convention. | |||||
2021-01-01 | Use __builtin_unreachable() with clang | David Robillard | 1 | -1/+1 | |
Clang apparently pretends to be GCC 4.2. | |||||
2021-01-01 | Suppress clang-tidy C11 warnings | David Robillard | 1 | -0/+2 | |
2021-01-01 | Remove the need for a generated configuration header | David Robillard | 4 | -7/+70 | |
2020-12-26 | Format all code with clang-format | David Robillard | 9 | -2965/+2977 | |
2020-12-24 | Fix build as a subproject | David Robillard | 1 | -10/+12 | |