aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/common/allocatedbitvector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Add range checks for BitVector setBits and clearBits member functions,Tor Egge2022-11-301-2/+2
* remove bitvector swap functionHåvard Pettersen2022-05-121-19/+0
* move functions to more appropriate classesHåvard Pettersen2022-05-091-30/+0
* Keep memory allocator in growable bitvector.Tor Egge2022-02-151-12/+4
* Update invalid count.Henning Baldersheim2021-11-111-1/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Less asserts in header files.Henning Baldersheim2021-02-131-0/+1
* Ensure sequential consistency.Henning Baldersheim2020-06-031-0/+1
* Protect against inconsistency when sampling size and capacity.Henning Baldersheim2020-06-031-0/+6
* As the source bit vector might change in a different thread,Henning Baldersheim2020-06-021-7/+22
* Refactor and simplify range checking.Henning Baldersheim2020-05-091-2/+2
* Ensure that we never end up with a seemingly valid bit count of 0.Henning Baldersheim2020-01-291-5/+5
* Remove debug codeHenning Baldersheim2019-06-061-3/+0
* Let capacity be set based on amount of memory allocated.Henning Baldersheim2019-06-051-6/+19
* Remove unused using statement.Tor Egge2017-10-091-1/+0
* Include only what you need.Henning Baldersheim2017-08-181-0/+1
* 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
* Use same allocation method for allocating all bit vectors to ensure padding a...Henning Baldersheim2017-01-311-29/+8
* Remove the XXXFactory indirection. Just use static method on Alloc.Henning Baldersheim2016-10-161-2/+1
* Checkpoint after buil success.Henning Baldersheim2016-10-031-3/+3
* Checkpoint 1Henning Baldersheim2016-10-031-1/+1
* PublishJon Bratseth2016-06-151-0/+156