| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-09-01 | Fix 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-30 | Add 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-24 | oops, crash if searching for something smaller than * in the array | Dana Jansens | |
| 2010-04-16 | add some comments for binary search | Dana Jansens | |
| 2010-03-29 | add 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() | |||
