aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/common/bitvector/bitvector_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Test that creating overlapping and non-overlapping partial bitvectors behaves...Henning Baldersheim2023-01-241-0/+32
* * use the sanitize range and check in "andWith" alsoArne Juul2023-01-231-6/+7
* Add test that non-overlapping OR does not write outside source bitvector.Henning Baldersheim2023-01-231-2/+33
* Implement GenerationHolder in terms of the generic generation hold list.Geir Storli2022-10-101-4/+4
* make new bitvector when growingHÃ¥vard Pettersen2022-05-111-41/+41
* Keep memory allocator in growable bitvector.Tor Egge2022-02-151-0/+26
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add protection to avoid going out of bounds when handling an empty bitvector.Henning Baldersheim2020-05-091-0/+16
* Follow up on code PR comments.Henning Baldersheim2020-05-081-12/+12
* In order to handle and/or/andnot where the left hand side is longer than the ...Henning Baldersheim2020-05-071-0/+41
* Reduce code duplication. Rand48 class is in vespalib.Tor Egge2020-04-251-3/+3
* Add testing of growing of bitvector when count is invalidHenning Baldersheim2020-01-291-7/+15
* Maintain the cached bitCount to avoid cost query time.Henning Baldersheim2020-01-221-11/+11
* Include algorithm header file when needed.Tor Egge2020-01-081-0/+1
* Let capacity be set based on amount of memory allocated.Henning Baldersheim2019-06-051-8/+9
* Follow api changeHenning Baldersheim2018-12-191-6/+2
* Return information if a buffer is held.Henning Baldersheim2018-12-181-6/+6
* Add some more tests for clearIntervalHenning Baldersheim2017-08-021-0/+31
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Test notSelfHenning Baldersheim2017-03-081-5/+27
* PublishJon Bratseth2016-06-151-0/+541