summaryrefslogtreecommitdiff
path: root/lib/bitset
Commit message (Expand)AuthorAgeFilesLines
* gnulib-common: update for C2x 2020-12-11 draftPaul Eggert2021-07-315-13/+13
* maint: run 'make update-copyright'Paul Eggert2020-12-3111-11/+11
* bitset: Fix conflict with 'free-posix' module.Bruno Haible2020-12-261-0/+1
* bitset: use integer_length in table implementationAkim Demaille2020-11-301-10/+9
* bitset: use integer_length in list implementationAkim Demaille2020-11-301-14/+12
* bitset: use integer_length in vector implementationAkim Demaille2020-11-301-12/+11
* bitset: use integer_length in array implementationAkim Demaille2020-11-302-10/+26
* bitset: style: use consistent namesAkim Demaille2020-11-302-22/+22
* bitset: style: sort headerAkim Demaille2020-11-301-16/+15
* bitset: tests: exercise the stats tooAkim Demaille2020-11-191-1/+7
* bitset: use ffs where possible in the vector implementationAkim Demaille2020-11-191-35/+22
* bitset: use ffs where possible in the table implementationAkim Demaille2020-11-191-78/+26
* bitset: be sure to always return a valueAkim Demaille2020-11-191-6/+4
* bitset: fix iteration over table bitsetsAkim Demaille2020-11-181-2/+3
* bitset: rename internal details for consistencyAkim Demaille2020-11-181-160/+160
* bitset: use ffs where possible in the list implementationAkim Demaille2020-11-181-77/+23
* bitset: use ffs where possible in array implementationAkim Demaille2020-11-181-31/+15
* bitset: use ffsl to accelerate iterations over set bitsAkim Demaille2020-11-152-32/+35
* bitset: fix the copy from lbitset to other typesAkim Demaille2020-11-151-1/+10
* bitset: comment changesAkim Demaille2020-11-151-3/+3
* Use __alignof__ with clang.Bruno Haible2020-08-092-2/+2
* bitset: Make more robust in multithreaded applications.Bruno Haible2020-05-271-2/+2
* bitset: use the attribute moduleAkim Demaille2020-05-096-15/+14
* attribute: new modulePaul Eggert2020-05-031-7/+1
* maint: Run 'make update-copyright'Paul Eggert2019-12-3111-11/+11
* Update some URLsPaul Eggert2019-09-2211-11/+11
* bitset: style changesAkim Demaille2019-09-082-7/+5
* bitset: check memory allocationAkim Demaille2019-09-082-6/+17
* bitset: fix memory leaksAkim Demaille2019-03-211-1/+8
* bitset: minor changesAkim Demaille2019-03-213-37/+24
* bitset: fix overflowsAkim Demaille2019-03-172-2/+4
* bitset: style changesAkim Demaille2019-03-171-9/+6
* maint: Run 'make update-copyright'Paul Eggert2019-01-0111-15/+11
* bitset: rename ebitset/expandable.* as tbitset/table.*Akim Demaille2018-11-294-213/+213
* bitset: check the operationsAkim Demaille2018-11-291-1/+1
* bitset: properly use false/true instead of 0/1 for BooleansAkim Demaille2018-11-292-9/+7
* bitset: rename BITSET_VARRAY as BITSET_VECTORAkim Demaille2018-11-293-4/+4
* bitset: new moduleAkim Demaille2018-11-2511-0/+5517