aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/enumcomparator.h
Commit message (Expand)AuthorAgeFilesLines
* - Add some more extern templates to enable code to build with -O0.Henning Baldersheim2023-12-131-15/+15
* Simplify and avoid default arguments.Henning Baldersheim2023-11-041-6/+9
* Revert "No need to specify your own namespace."Henning Baldersheim2023-11-041-9/+6
* Simplify and avoid default arguments.Henning Baldersheim2023-11-031-6/+9
* Update copyrightJon Bratseth2023-10-091-1/+1
* Switch sort order for cased string enum store.Tor Egge2023-09-201-9/+33
* Stop overriding equal member function in EnumStoreStringComparator.Tor Egge2023-09-191-1/+0
* Use make_for_lookup() member function on existing comparatorTor Egge2023-09-181-7/+26
* Rename fallback_value to lookup_value in UniqueStoreComparator,Tor Egge2023-09-181-7/+6
* Inline trivial constructorsHenning Baldersheim2023-05-231-2/+6
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Select Comparator based on match settings of dictionary.Henning Baldersheim2021-04-201-1/+1
* Make folding a runtime argument rather than a compiletime desicionHenning Baldersheim2021-04-201-65/+15
* Avoid the need for 'prefix' for types where it does not make sense.Henning Baldersheim2021-04-191-3/+6
* Add simple equal to Comparator interface.Henning Baldersheim2021-03-091-1/+7
* Convert comparator from being a simple comparator to using an explicit less m...Henning Baldersheim2021-03-091-2/+2
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-6/+6
* Remove wrapping of entry type in enum store.Geir Storli2019-09-091-1/+0
* Reduce code duplication by letting enum store comparators inherit unique stor...Geir Storli2019-09-091-135/+76
* Rename enum store dictionary api and implementation and move to separate files.Geir Storli2019-08-271-0/+1
* Rewrite enum store dictionary to inherit unique store dictionary.Geir Storli2019-08-221-7/+11
* Enable inlining of small frequent method calls.Henning Baldersheim2019-06-161-20/+9
* 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
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-20/+5
* Use overrideHenning Baldersheim2017-04-041-3/+3
* PublishJon Bratseth2016-06-151-0/+195