summaryrefslogtreecommitdiff
path: root/src/select/bloom.h
Commit message (Collapse)AuthorAgeFilesLines
* Access lwc caseless hash through supported API.Michael Drake2016-10-151-2/+2
|
* No need for extern "C" stuff now that bloom.h is internal.Michael Drake2014-09-261-9/+0
|
* Various changes which modify API and ABI:Michael Drake2013-12-131-0/+205
- Remove client allocation function. - Change node_classes callback not to yield array ownership to libcss. - Node bloom filters now built by, during selection libcss. - Added selection callbacks to get and set data on document nodes. Test suite, example, and documentation updated to match.