Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
45 hours | Fix "suspicious" string comparisons | David Robillard | 2 | -8/+7 | |
I think this one is a bit silly and amateurish, but whatever. | |||||
45 hours | Initialize all variables | David Robillard | 3 | -9/+8 | |
46 hours | Fix build as C with MSVC | David Robillard | 4 | -11/+3 | |
It used to be necessary to build modern C code as C++ with MSVC, but its C support has become more or less serviceable, so remove the flag to force C++ mode and build as C everywhere. | |||||
46 hours | Avoid implicit signed/unsigned conversions | David Robillard | 4 | -14/+12 | |
2024-10-06 | Add lint option and fix warning_level abusemaster | David Robillard | 2 | -2/+5 | |
2024-10-06 | Remove redundant default values for meson options | David Robillard | 1 | -3/+3 | |
2024-07-16 | Suppress new warnings in clang and clang-tidy 18 | David Robillard | 2 | -2/+6 | |
2024-06-04 | Suppress new warnings in clang-tidy 17 | David Robillard | 1 | -1/+3 | |
2024-03-14 | Add option to install tool man pages | David Robillard | 4 | -13/+8 | |
Fix some strange redundant installation bug in the process. | |||||
2024-03-14 | Fix library current_version on MacOS | David Robillard | 2 | -1/+3 | |
2024-01-09 | Enable clang nullability checks | David Robillard | 5 | -6/+11 | |
2023-10-22 | Sord 0.16.16v0.16.16 | David Robillard | 3 | -4/+4 | |
2023-09-23 | Format meson.build files with muon | David Robillard | 2 | -25/+30 | |
The less time wasted with manual code formatting, the better. | |||||
2023-09-22 | Suppress new warnings in clang 16 | David Robillard | 1 | -0/+2 | |
2023-09-05 | Update NEWS | David Robillard | 1 | -1/+2 | |
2023-08-23 | Update zix dependency | David Robillard | 1 | -1/+1 | |
2023-08-23 | Remove deprecated Doxygen configuration | David Robillard | 1 | -17/+0 | |
2023-05-15 | Organize configuration summary | David Robillard | 2 | -16/+36 | |
2023-05-02 | Fix warning_level=everything on MacOS | David Robillard | 1 | -0/+6 | |
2023-05-01 | Replace strict option with new meson warning level | David Robillard | 5 | -257/+96 | |
2023-02-04 | Fix clang and clang-tidy warnings on Windows | David Robillard | 2 | -13/+20 | |
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 | |