aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* set: ensure NULL is empty behaviour is retained throughoutFabian Groffen2023-02-071-8/+39
* libq/set: allow array_set to be used with an empty setFabian Groffen2021-12-131-0/+5
* libq/set: fix Coverity 206548 Sizeof not portableFabian Groffen2020-01-191-1/+1
* libq/set: change interface of contains_set to return internal keyFabian Groffen2020-01-191-5/+6
* libq/set: add array_set functionFabian Groffen2019-12-271-0/+16
* libq/set: rename elem to set_elemFabian Groffen2019-12-271-15/+15
* libq/set: have del_set return the old value when setFabian Groffen2019-12-151-6/+16
* libq/set: add cnt_set to return number of elementsFabian Groffen2019-11-131-0/+6
* libq/set: add funcs for key/value supportFabian Groffen2019-09-211-13/+90
* libq/set: drop rmspace for all inputsv0.80_pre20190620Fabian Groffen2019-06-191-13/+4
* qdepends: rewrite to better match forward/backward dependenciesFabian Groffen2019-04-071-5/+17
* build: add gnulib sourcesFabian Groffen2019-03-191-2/+3
* libq: standardise buildFabian Groffen2019-03-181-21/+11
* set: fix signedness warningsFabian Groffen2019-03-111-2/+2
* libq: introduce set to replace virtuals (queue)Fabian Groffen2019-03-091-0/+239