Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | 4 | -2/+10 | |
2022-07-08 | Remove redundant include | David Robillard | 1 | -1/+0 | |
This is implicitly included by <inttypes.h>. | |||||
2022-05-26 | Sord 0.16.10v0.16.10 | David Robillard | 1 | -1/+1 | |
2021-01-12 | Update zix | David Robillard | 8 | -978/+997 | |
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 | 1 | -1/+1 | |
2021-01-02 | Update date in version output | David Robillard | 2 | -2/+2 | |
2021-01-02 | Use email address instead of website for attribution | David Robillard | 15 | -17/+17 | |
2021-01-01 | Use __builtin_unreachable() with clang | David Robillard | 1 | -1/+1 | |
Clang apparently pretends to be GCC 4.2. | |||||
2021-01-01 | Remove the need for a generated configuration header | David Robillard | 2 | -5/+67 | |
2020-12-26 | Format all code with clang-format | David Robillard | 7 | -2432/+2446 | |
2020-12-17 | Remove extra semicolons | David Robillard | 1 | -2/+2 | |
2020-12-16 | Clean up includes | David Robillard | 6 | -36/+49 | |
2020-12-01 | Add an assertion that the world is not null on node destruction | David Robillard | 1 | -0/+3 | |
2020-11-30 | Fix build on x32 with SSE 4.2 | David Robillard | 1 | -1/+19 | |
2020-11-17 | Remove use of deprecated serd_uri_to_path() | David Robillard | 2 | -4/+11 | |
2020-11-11 | Update BTree | David Robillard | 1 | -96/+194 | |
2020-11-11 | Fix filtering query modes | David Robillard | 1 | -1/+18 | |
These were incorrect before because the tree was not ordered with respect to the search key. Enabling ZIX_BTREE_SORTED_CHECK (which should probably have a configure option) catches this. | |||||
2020-11-11 | Fix flaky literal comparison | David Robillard | 1 | -14/+37 | |
2020-11-11 | Fix another unsigned integer underflow | David Robillard | 1 | -1/+1 | |
2020-11-11 | Fix unsigned integer underflow | David Robillard | 1 | -1/+1 | |
This is not undefined behaviour, but sanitizers have a check for it that is useful sometimes, and this makes the return value more predictable anyway. | |||||
2020-11-11 | Update zix | David Robillard | 7 | -43/+57 | |
2020-09-26 | Update zix | David Robillard | 7 | -35/+144 | |
2020-07-17 | Update zix | David Robillard | 5 | -53/+181 | |
Fixes an issue introduced by 616517f among various other minor things. | |||||
2020-07-17 | Fix potential string null termination issue | David Robillard | 1 | -1/+1 | |
2020-07-17 | Modernize compiler version check | David Robillard | 1 | -1/+1 | |
Avoids a warning on compilers where __GNUC__ is not defined. | |||||
2020-07-17 | Add missing break statement | David Robillard | 1 | -0/+1 | |
Completely redundant in this case, but avoids a warning. | |||||
2020-07-17 | Fix accidental use of comma operator | David Robillard | 1 | -1/+1 | |
2020-07-17 | Remove dead code | David Robillard | 3 | -6/+1 | |
2020-07-17 | Add missing static specifiers | David Robillard | 1 | -3/+3 | |
2020-07-17 | Fix incorrect printf format specifiers | David Robillard | 3 | -7/+29 | |
2020-07-17 | Fix crash with optimized builds with GCC 10.1.0 | David Robillard | 1 | -1/+1 | |
2018-09-17 | Remove unused parameter names | David Robillard | 1 | -1/+1 | |
2018-01-06 | Fix build with MSVC | David Robillard | 1 | -1/+1 | |
2017-12-29 | Remove invalid double free test | David Robillard | 1 | -12/+0 | |
2017-12-29 | Remove const in function declaration | David Robillard | 1 | -1/+1 | |
2017-12-29 | Remove pointless cast | David Robillard | 1 | -1/+1 | |
2017-12-29 | Fix inconsistent parameter names | David Robillard | 2 | -94/+95 | |
2017-12-16 | Check contents in string tests | David Robillard | 1 | -0/+4 | |
2017-12-16 | Fix various minor style issues | David Robillard | 2 | -19/+31 | |
2017-12-16 | Update BTree | David Robillard | 4 | -23/+32 | |
2017-04-14 | Fix missing NULL terminator in literal test | David Robillard | 1 | -1/+1 | |
2017-02-07 | Fix functional properties with blank nodes | David Robillard | 1 | -6/+28 | |
2017-02-07 | Add support for maximum cardinality | David Robillard | 1 | -0/+15 | |
2017-02-07 | Use consistent error format | David Robillard | 1 | -42/+44 | |
2017-02-07 | Fix restriction count reporting | David Robillard | 1 | -4/+5 | |
2017-01-28 | Update sord_validate copyright notice | David Robillard | 1 | -1/+1 | |
2017-01-03 | Always escape file URIs | David Robillard | 2 | -2/+2 | |