summaryrefslogtreecommitdiff
path: root/source/fitz/tree.c
AgeCommit message (Expand)Author
2017-04-27Remove debug printing code.Tor Andersson
2017-04-27Include required system headers.Tor Andersson
2016-09-18Free fz_tree nodes when dropping tree.Sebastian Rasmussen
2016-09-14Add scripts to remove/replace 'static' from functions.Robin Watts
2015-02-17Rename fz_close_* and fz_free_* to fz_drop_*.Tor Andersson
2014-01-22Make fz_tree_lookup iterative rather than recursive.Tor Andersson
2013-11-05Add binary search tree for mapping strings to void* pointers.Tor Andersson