summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/enumstore
Commit message (Expand)AuthorAgeFilesLines
* Style changes and function renaming in enum store dictionary.Geir Storli2019-09-131-1/+1
* Style changes and function renaming in enum store.Geir Storli2019-09-131-56/+56
* Rename functions used to free unused values in enum store.Geir Storli2019-09-131-1/+1
* Add unit tests for enum store loading and fix bug when loading from non-enume...Geir Storli2019-09-111-0/+124
* Write unit tests for enum store batch updater.Geir Storli2019-09-111-0/+77
* Rewrite enum store tests to gtest.Geir Storli2019-09-112-179/+130
* Remove decRefCount() from enum store API.Geir Storli2019-09-101-9/+10
* Rename addEnum() -> insert() and change semantics to increase ref count.Geir Storli2019-09-101-30/+16
* Remove wrapping of entry type in enum store.Geir Storli2019-09-091-6/+6
* Add EnumStoreFoldedDictionary class, used when multiple entriesTor Egge2019-09-031-2/+2
* Remove unused variable in enumstore unit test.Tor Egge2019-09-021-2/+0
* Improve memory management in all enum attributes.Geir Storli2019-09-021-563/+28
* Add interface for an enum store.Geir Storli2019-08-281-5/+5
* Rename enum store dictionary api and implementation and move to separate files.Geir Storli2019-08-271-4/+2
* Convert enum value in enum store to a dummy value, in preparationTor Egge2019-08-271-38/+13
* Also update compaction count for old style compaction.Tor Egge2019-08-271-0/+5
* Use unique store enumerator when saving enumerated attribute vectors.Tor Egge2019-08-261-17/+9
* Use from_charsHenning Baldersheim2019-06-141-3/+3
* Move `AddressSpace` from searchlib to vespalibTor Brede Vekterli2019-05-241-0/+1
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-3/+3
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
* Reduce locked section by using a hashmap to reduce cachemisses during repopul...Henning Baldersheim2018-11-281-11/+16
* test returned value alsoArne Juul2018-07-161-0/+1
* test new APIArne Juul2018-07-131-0/+37
* Improve buffer allocation strategy in data store by matching underlying alloc...Geir Storli2018-01-261-11/+20
* 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
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
* add override in searchlib moduleArne H Juul2017-04-121-1/+1
* deiniline destructorsHenning Baldersheim2017-03-091-2/+7
* Extend AddressSpace with dead.Tor Egge2016-11-261-5/+5
* Make member variables in BufferState private and add public functions where n...Geir Storli2016-11-181-6/+6
* Move datastore code from search::btree -> search::datastore.Geir Storli2016-11-041-1/+1
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
* PublishJon Bratseth2016-06-155-0/+893