index
:
zix.git
main
Zix portable data structure and utility library
d@drobilla.net
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-12-17
Reduce benchmark code complexity
David Robillard
1
-38
/
+50
2021-12-17
Suppress new warnings in clang-tidy 13
David Robillard
6
-7
/
+10
2021-12-17
Suppress new warnings in clang 13
David Robillard
1
-0
/
+10
2021-12-17
Fix memory leaks in dictionary benchmark
David Robillard
1
-0
/
+9
2021-11-02
Avoid printing configuration summary as a subproject
David Robillard
1
-1
/
+1
2021-10-27
Gracefully handle realloc failure in benchmark
David Robillard
1
-2
/
+16
2021-10-27
Be explicit about operator precedence
David Robillard
1
-1
/
+1
2021-10-27
Fix whitespace
David Robillard
1
-1
/
+1
2021-10-27
Compile but fail at runtime if aligned allocation is not supported
David Robillard
1
-1
/
+1
2021-10-27
Remove unnecessary include
David Robillard
1
-1
/
+0
2021-10-27
Improve hash table performance slightly
David Robillard
1
-6
/
+9
2021-10-27
Fix zix_digest64() to consume all input
David Robillard
1
-5
/
+5
2021-10-25
Fix incomplete header installation
David Robillard
1
-0
/
+3
2021-09-18
Fix warnings in release builds on MacOS
David Robillard
1
-2
/
+7
2021-09-18
Update README
David Robillard
1
-3
/
+33
2021-09-18
Use assertions in Bitset test
David Robillard
1
-52
/
+14
2021-09-18
Simplify benchmark error handling by using assertions
David Robillard
1
-31
/
+11
2021-09-18
Simplify benchmark main function
David Robillard
1
-12
/
+17
2021-09-18
Fix minor quality issues in plot.py
David Robillard
1
-4
/
+4
2021-09-18
Remove old documentation
David Robillard
2
-2854
/
+0
2021-09-18
Fix whitespace
David Robillard
1
-7
/
+5
2021-09-18
Simplify CI configuration
David Robillard
1
-28
/
+1
2021-09-16
Fix test coverage uploading on CI
David Robillard
1
-1
/
+1
2021-09-16
Add FreeBSD row to CI
David Robillard
1
-0
/
+15
2021-09-16
Suppress warnings on FreeBSD
David Robillard
1
-0
/
+1
2021-09-16
Suppress warnings in non-strict builds
David Robillard
1
-2
/
+6
2021-09-16
Add a simple bump pointer allocator
David Robillard
5
-3
/
+276
2021-09-15
Add redundant forward declaration to appease clang-tidy
David Robillard
1
-0
/
+2
2021-09-14
Replace shared library malloc shim with explicit allocation testing
David Robillard
7
-188
/
+127
2021-09-14
Add aligned allocation interface and use it in ZixBTree
David Robillard
7
-17
/
+219
2021-09-14
Fix whitespace in allocator function type definitions
David Robillard
1
-12
/
+14
2021-09-14
Make ZixAllocator a single flat struct
David Robillard
14
-162
/
+162
2021-09-13
Correctly handle hash table reallocation failures
David Robillard
1
-8
/
+25
2021-09-13
Remove unused include
David Robillard
1
-1
/
+0
2021-09-11
Fix zix_btree_free() nullable annotation
David Robillard
1
-1
/
+1
2021-09-11
Fix zix_btree_lower_bound()
David Robillard
1
-7
/
+8
2021-09-10
Fix C11 build
David Robillard
1
-3
/
+6
2021-09-10
Fix includes when using as a subproject
David Robillard
1
-1
/
+3
2021-09-10
Avoid GCC recommending a const main
David Robillard
1
-8
/
+4
2021-09-10
Fix warning suppressions
David Robillard
1
-5
/
+3
2021-09-10
Fix function attribute warnings
David Robillard
2
-0
/
+3
2021-09-10
Add gitignore file
David Robillard
1
-0
/
+3
2021-09-10
Suppress nullability extension warnings regardless of strict mode
David Robillard
2
-4
/
+12
2021-09-10
Use conventional name for meson dependency variable
David Robillard
1
-3
/
+3
2021-09-10
Adopt REUSE machine-readable licensing standard
David Robillard
44
-556
/
+238
2021-09-10
Add test for zix_strerror()
David Robillard
2
-0
/
+48
2021-09-10
Use assert in Sem test
David Robillard
1
-13
/
+7
2021-09-10
Use assert in Ring test
David Robillard
1
-91
/
+26
2021-09-10
Test failed Ring allocation
David Robillard
4
-19
/
+179
2021-09-10
Remove branches from zix_bitset_set() and zix_bitset_reset()
David Robillard
1
-14
/
+10
[next]