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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-30
Fix hash size after removing elements
David Robillard
1
-1
/
+1
2021-01-16
Allow all free functions to be called on null
David Robillard
2
-6
/
+10
2021-01-12
Fix crash with optimized builds with GCC 10.1.0
David Robillard
1
-1
/
+1
2020-12-31
Fix zix_sorted_array_iter_is_end()
David Robillard
1
-1
/
+1
2020-12-31
Fix MinGW build
David Robillard
1
-1
/
+0
2020-12-31
Fix potential balance overflow
David Robillard
1
-4
/
+4
2020-12-31
Update copyright headers
David Robillard
9
-22
/
+22
2020-12-31
Remove ZixChunk
David Robillard
1
-33
/
+0
2020-12-31
Initialize all variables
David Robillard
1
-4
/
+4
2020-12-31
Fix use of reserved identifiers
David Robillard
1
-8
/
+8
2020-12-31
Remove ZIX_PRIVATE and ZIX_INLINE mechanisms
David Robillard
2
-56
/
+28
2020-12-31
Separate source from headers
David Robillard
10
-0
/
+3071
2012-08-10
Minimal space overhead inline value hash table.
David Robillard
8
-2410
/
+0
2012-08-09
Merge changes from lilv.
David Robillard
1
-4
/
+6
2012-08-09
Fix warnings: -Wshadow -Wpointer-arith -Wcast-align -Wstrict-prototypes -Wmis...
David Robillard
2
-3
/
+6
2012-02-01
Reduce use of non-portable %zu format.
David Robillard
1
-3
/
+4
2012-01-31
Fix compilation on sane platforms.
David Robillard
1
-0
/
+4
2012-01-31
Windows/Visual C++ portability.
David Robillard
7
-27
/
+34
2012-01-31
Full test coverage for ZixRing.
David Robillard
2
-12
/
+6
2011-10-09
Fix ZixRing error when reading split/wrapped messages.
David Robillard
1
-1
/
+1
2011-09-29
Tidy
David Robillard
1
-1
/
+1
2011-09-28
Add destructor parameter and zix_tree_size
David Robillard
1
-12
/
+37
2011-09-28
More glib like interface for ZixTree.
David Robillard
2
-189
/
+267
2011-09-28
Add ZixHash
David Robillard
1
-0
/
+226
2011-09-20
Abstract away node allocation for easier tinkering.
David Robillard
1
-5
/
+12
2011-09-20
Remove use of strcmp in zix_patree_insert.
David Robillard
1
-20
/
+17
2011-09-20
Const correctness.
David Robillard
1
-21
/
+22
2011-09-20
Terser and more cache-friendly version with SSE4.2 support.
David Robillard
1
-67
/
+147
2011-09-20
Remove pointless loop conditional.
David Robillard
1
-31
/
+27
2011-09-20
Move children index into separate array (fewer cache misses in patree_find_ed...
David Robillard
1
-6
/
+11
2011-09-19
Fix comment header typo.
David Robillard
1
-1
/
+1
2011-09-19
Cache the first character of the label in node for faster search.
David Robillard
1
-21
/
+28
2011-09-19
Micro-optimization of dubious worth.
David Robillard
1
-7
/
+6
2011-09-19
Fix memory leak.
David Robillard
1
-0
/
+1
2011-09-19
Remove unnecessary check.
David Robillard
1
-8
/
+3
2011-09-19
Export API functions. Use unchecked inline index function in search.
David Robillard
1
-1
/
+2
2011-09-19
Add ZixFatPatree
David Robillard
1
-0
/
+238
2011-09-19
Fix bugs
David Robillard
1
-6
/
+14
2011-09-19
Add ZixPatree.
David Robillard
2
-4
/
+279
2011-09-18
Make zix_strindex_insert static
David Robillard
1
-2
/
+1
2011-09-18
Tidy.
David Robillard
1
-6
/
+10
2011-09-18
Add ZixStrindex.
David Robillard
1
-0
/
+245
2011-09-18
Tidy.
David Robillard
3
-7
/
+11
2011-09-18
Add ZixRing.
David Robillard
1
-0
/
+224
2011-09-18
Include only necessary headers
David Robillard
1
-1
/
+2
2011-09-15
Add ZixSortedArray.
David Robillard
1
-0
/
+204
2011-09-15
Make tree methods return ZixStatus instead of int where appropriate.
David Robillard
1
-3
/
+3
2011-09-06
Use e.g. ZixTreeImpl instead of _ZixTree for type names.
David Robillard
1
-8
/
+8
2011-09-05
Reorganize tree node elements for marginally better access pattern on search.
David Robillard
1
-4
/
+3
2011-09-05
Fix memory leaks
David Robillard
1
-4
/
+7
[prev]
[next]