aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add README.HEADmasterMatthias Andreas Benkard2017-05-081-0/+152
|
* Add public function bpt_for_mappings.Matthias Andreas Benkard2012-01-213-16/+59
|
* Fix a memory leak.Matthias Andreas Benkard2011-12-071-1/+2
|
* Fix two minor bugs in the BPT implementation.Matthias Andreas Benkard2011-12-071-4/+2
|
* Use long long variants of GCC's built-in procedures, just to be safe.Matthias Andreas Benkard2011-12-071-3/+3
|
* Fix configure script.Matthias Andreas Benkard2011-12-071-1/+1
|
* Add file config.c.Matthias Andreas Benkard2011-12-072-1/+24
|
* Makefile: Add target cleanconfig.Matthias Andreas Benkard2011-12-071-1/+1
|
* Remove ADDITIONAL_CFLAGS from Makefile.Matthias Andreas Benkard2011-12-071-1/+1
|
* Improve configure's help output a bit.Matthias Andreas Benkard2011-12-071-2/+2
|
* Add the option of configuring the BPT key and bitmask sizes.Matthias Andreas Benkard2011-12-074-2/+44
|
* Use GCC-specific atomic memory access primitives for reference counting.Matthias Andreas Benkard2011-09-011-2/+2
|
* Rename bpt_leaf.release_hook -> bpt_leaf.dealloc_hook.Matthias Andreas Benkard2011-09-012-11/+11
|
* Refine makefile rules.Matthias Andreas Benkard2011-08-311-2/+3
|
* Initial commit.Matthias Andreas Benkard2011-08-316-0/+1308