aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/postinglist
Commit message (Expand)AuthorAgeFilesLines
* Rewrite searchlib attribute posting list unit test to gtest.Tor Egge2024-03-112-27/+16
* Update copyrightJon Bratseth2023-10-092-2/+2
* Use "_test" suffix for unit test cpp files.Geir Storli2023-08-302-1/+1
* Allocate BufferState in stash and add pointer to BufferAndMetaHenning Baldersheim2023-03-131-10/+4
* Reduce transitive includes.Henning Baldersheim2023-03-011-0/+1
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-19/+17
* Rename removeOldGenerations() -> reclaim_memory().Geir Storli2022-10-121-2/+2
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-5/+5
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-6/+6
* Rename first used generation -> oldest used generation.Geir Storli2022-10-121-5/+5
* avoid nullptr derefHÃ¥vard Pettersen2022-06-211-4/+4
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* Rename 'active' buffer to 'primary' buffer in DataStoreBase.Geir Storli2021-02-261-1/+1
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-12/+12
* Reduce code duplication. Rand48 class is in vespalib.Tor Egge2020-04-251-2/+2
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-7/+8
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
* Copyright headerJon Bratseth2017-06-132-2/+2
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-4/+4
* Revert "Revert "Fix warnings hidden earlier due to including application head...Henning Baldersheim2017-05-031-24/+21
* Revert "Fix warnings hidden earlier due to including application headers as s...Henning Baldersheim2017-05-031-21/+24
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-031-24/+21
* add override in searchlib moduleArne H Juul2017-04-121-1/+1
* Make member variables in BufferState private and add public functions where n...Geir Storli2016-11-181-1/+1
* Move datastore code from search::btree -> search::datastore.Geir Storli2016-11-041-5/+5
* Move datastore classes to separate sub library.Geir Storli2016-11-031-1/+1
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
* PublishJon Bratseth2016-06-155-0/+721