summaryrefslogtreecommitdiff
path: root/obt/bsearch.h
AgeCommit message (Collapse)Author
2013-09-01Fix bugs and add unit tests for BSEARCH()Dana Jansens
Also adds running unit tests to the release/go script so we can be sure that all tests pass before we make a release.
2012-09-30Add another BSEARCH function that lets you search through an array of objects.Dana Jansens
If you give it a value x, the macro lets you pull a value out of each object that you want to compare to x.
2011-01-24oops, crash if searching for something smaller than * in the arrayDana Jansens
2010-04-16add some comments for binary searchDana Jansens
2010-03-29add BSEARCH() macros in obt/bsearch.h that to a binary search on an array, ↵Dana Jansens
use it when searching for a group in obt_paths_try_exec()