portability fixes
[rrq/rrqmisc.git] / vector /
2022-07-22 Ralph Ronnquistremoved junk
2022-07-22 Ralph Ronnquistadded explicit "unused" markers
2022-07-22 Ralph Ronnquistchanged ABI
2022-07-22 Ralph Ronnquistbug fix; item and key were mixed up
2022-07-22 Ralph RonnquistSpelling fix for consistent letter case
2022-07-18 Ralph Ronnquistmajor reorganisation
2022-07-17 Ralph Ronnquistrefactoring
2022-07-13 Ralph Ronnquiststarting on View
2022-07-13 Ralph Ronnquistadd the *variables callback
2022-07-13 Ralph Ronnquistadd Tuple_calloc
2022-07-13 Ralph Ronnquistrework Relation_next and HashVector_next to void query...
2022-07-13 Ralph RonnquistCleanup Tuple to allow self-typing.
2022-07-12 Ralph Ronnquistfurther camelcase fixing
2022-07-12 Ralph RonnquistAdded Query functions. Major renaming of stuff to use...
2022-07-10 Ralph Ronnquistchange tupleitem key to be column matched with null...
2022-07-10 Ralph Ronnquistuse hashvector for knockouts
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...