aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/enum_comparator
Commit message (Expand)AuthorAgeFilesLines
* Fix DfaStringComparator for cased attributes.Tor Egge2023-11-081-3/+36
* Update copyrightJon Bratseth2023-10-092-2/+2
* Use UTF-32 dfa fuzzy match successor.Tor Egge2023-09-211-2/+24
* Switch sort order for cased string enum store.Tor Egge2023-09-201-0/+57
* Stop overriding equal member function in EnumStoreStringComparator.Tor Egge2023-09-191-16/+11
* Add DfaStringComparator.Tor Egge2023-09-151-0/+25
* Rewrite enum comparator unit test to use gtest.Tor Egge2023-09-152-17/+15
* 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 muta...Henning Baldersheim2021-04-201-9/+8
* 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 m...Henning Baldersheim2021-03-091-27/+27
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-3/+3
* Prepare for renaming namespace search::btree to vespalib::btree andTor Egge2020-04-281-2/+2
* 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