revise hashvector_contents to optionally create the target vector
[rrq/rrqmisc.git] / vector /
2022-07-10 Ralph Ronnquistrevise hashvector_contents to optionally create the...
2022-07-09 Ralph Ronnquistinclude all knockout matches
2022-07-09 Ralph Ronnquistadded tostring callback
2022-07-09 Ralph Ronnquistadded convenience callbacks
2022-07-09 Ralph Ronnquistadded convenience callbacks
2022-07-08 Ralph Ronnquistrevised relation_add_constraint ABI and added convenien...
2022-07-08 Ralph Ronnquistexported the callbacks, and added convenience macros
2022-07-08 Ralph Ronnquisteditorial
2022-07-08 Ralph Ronnquistreworked hasing with "query"
2022-07-08 Ralph Ronnquistspelling correction
2022-07-08 Ralph Ronnquistdocumentation edits
2022-07-08 Ralph RonnquistChange "this" to be void pointer so as to avoid spuriou...
2022-07-08 Ralph Ronnquistfixing "hashvector_next"
2022-07-06 Ralph Ronnquisteditorials for doxygen
2022-07-06 Ralph Ronnquistrevamp relation implementation
2022-07-06 Ralph Ronnquistfix vararg usae; use static callbacks
2022-07-06 Ralph Ronnquistuse static callbacks
2022-07-05 Ralph Ronnquistcreate with a small hashvector size
2022-07-05 Ralph RonnquistAdd "relation" implementation based on hashvector
2022-07-05 Ralph RonnquistAdd hashvector_create + some polishing
2022-07-05 Ralph Ronnquistupdates towards supporting relation.
2022-07-05 Ralph RonnquistUse enum for variants; add "clone" and "find" and impor...
2022-07-03 Ralph Ronnquisteditorial
2022-07-01 Ralph Ronnquistmisspelling
2022-07-01 Ralph Ronnquistadded auto-reclaim of zero indexes
2022-07-01 Ralph Ronnquistdebugged: working 0.1
2022-06-30 Ralph Ronnquistseparate hash function
2022-06-30 Ralph Ronnquistinitial tuple support
2022-06-30 Ralph Ronnquistusing doxygen for documentation
2022-06-30 Ralph Ronnquistrework to handle vector variants 0-3
2022-06-27 Ralph Ronnquistremoved "fifovector" -- empty
2022-06-27 Ralph Ronnquistdebugging" vector" and added regression test
2022-06-27 Ralph Ronnquistrestore to the 8-bit level index variant
2022-06-26 Ralph Ronnquistdebug vector_iterate for 4-bit levels
2022-06-26 Ralph Ronnquistdebugging
2022-06-26 Ralph Ronnquistrenamed pvector to vector and changed into generalized...