summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/enum_comparator
Commit message (Collapse)AuthorAgeFilesLines
* Rename trimHoldLists() -> reclaim_memory().Geir Storli2022-10-121-1/+1
|
* Rename transferHoldLists() -> assign_generation().Geir Storli2022-10-121-1/+1
|
* Rename first used generation -> oldest used generation.Geir Storli2022-10-121-1/+1
|
* Use AtomicEntryRef as key for unique store btree dictionary.Tor Egge2022-03-031-4/+6
|
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
|
* - Signal that we are using the default comaparator with no additional or ↵Henning Baldersheim2021-04-201-9/+8
| | | | | | | mutable state. - Separate refering the stateless comparator, and creating new statefull comparators. - Keep the Comparator creation close.
* Avoid the need for 'prefix' for types where it does not make sense.Henning Baldersheim2021-04-191-4/+4
|
* Use BTREE/HASH instead of ORDERED/UNORDERED.Henning Baldersheim2021-03-231-9/+9
|
* Wire in ordering enum in EnumStore.Tor Egge2021-03-171-9/+9
|
* Add simple equal to Comparator interface.Henning Baldersheim2021-03-091-53/+96
|
* Convert comparator from being a simple comparator to using an explicit less ↵Henning Baldersheim2021-03-091-27/+27
| | | | method.
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-3/+3
| | | | Rename namespace search::datastore to vespalib::datastore.
* Prepare for renaming namespace search::btree to vespalib::btree andTor Egge2020-04-281-2/+2
| | | | namespace search::datastore to vespalib::datastore.
* Add definition to avoid missing symbols at -O0Henning Baldersheim2020-01-021-5/+3
|
* Style changes and function renaming in enum store.Geir Storli2019-09-131-1/+1
|
* Rename addEnum() -> insert() and change semantics to increase ref count.Geir Storli2019-09-101-19/+14
|
* Rename comparator_test.cpp -> enum_comparator_test.cpp.Geir Storli2019-09-093-0/+175