Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2020-12-24 | Move headers to a conventional "include" directory | David Robillard | 3 | -11/+11 | |
2020-12-18 | Fix manifest test on Windows | David Robillard | 1 | -1/+1 | |
2020-12-18 | Run debug build tests on Windows | David Robillard | 1 | -5/+0 | |
2020-12-17 | Fix clang-tidy configuration for older versions | David Robillard | 1 | -2/+1 | |
2020-12-17 | Remove extra semicolons | David Robillard | 2 | -3/+2 | |
2020-12-16 | C++: Suppress clang-tidy warning in header | David Robillard | 1 | -1/+1 | |
2020-12-16 | C++: Use "auto" to avoid redundancy | David Robillard | 1 | -1/+1 | |
2020-12-16 | C++: Remove meaningless const qualifiers | David Robillard | 1 | -3/+3 | |
2020-12-16 | C++: Intialize variable | David Robillard | 1 | -1/+1 | |
2020-12-16 | C++: Use faster std::string::find overload | David Robillard | 1 | -1/+1 | |
2020-12-16 | C++: Avoid parameter copy overhead | David Robillard | 1 | -1/+1 | |
2020-12-16 | C++: Fix const correctness | David Robillard | 1 | -13/+14 | |
2020-12-16 | C++: Modernize special member functions | David Robillard | 1 | -9/+12 | |
2020-12-16 | Clean up includes | David Robillard | 11 | -48/+68 | |
2020-12-16 | Add clang-tidy configuration | David Robillard | 1 | -0/+59 | |
2020-12-01 | Add an assertion that the world is not null on node destruction | David Robillard | 1 | -0/+3 | |