aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/predicate/predicate_interval_store.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change buffer state accounting from elements to entries.Tor Egge2023-04-041-1/+1
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-2/+2
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-2/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Clean up code layout and GC unused members. No semtic changes.Henning Baldersheim2021-06-091-5/+10
* 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-2/+2
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-1/+1
* Use explicit EntryRef constructor to avoid unintended conversionHenning Baldersheim2018-11-281-20/+11
* move LOG_SETUP after other includesArne Juul2018-06-201-3/+3
* use LOG_ABORT not just abort()Arne Juul2018-06-121-0/+2
* 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
* Reduce fastos.h dependency.Henning Baldersheim2017-06-011-4/+0
* Extend raw allocator to support arbitrary types and use it in various store i...Geir Storli2016-11-281-10/+4
* 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-8/+8
* Move datastore classes to separate sub library.Geir Storli2016-11-031-3/+3
* Ensure that fastos.h is included firstHenning Baldersheim2016-06-161-2/+2
* PublishJon Bratseth2016-06-151-0/+124