aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/loadedenumvalue.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* cleanup whitespaceArne Juul2023-04-301-7/+7
* Reduce code visibility by reducing includes not needed.Henning Baldersheim2022-03-101-1/+0
* Prefer std::vector<T, vespalib::allocator_large> over vespalib::Array<T> step 1.Henning Baldersheim2022-03-101-2/+2
* Stop using std::binary_function (searchlib).Tor Egge2022-02-261-3/+1
* use more accessorsArne H Juul2021-11-121-1/+1
* Include only what is needed.Henning Baldersheim2021-10-291-11/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Include limits header file when needed.Tor Egge2020-03-211-0/+1
* Detect enum store entry reference count overflow.Tor Egge2019-09-231-0/+1
* Simplify loading of enum store from enumerated files by tracking state in hel...Geir Storli2019-09-031-2/+3
* Collapse EnumStoreBase into EnumStoreT in preparation for replacing underlyin...Geir Storli2019-08-281-1/+2
* Add interface for an enum store.Geir Storli2019-08-281-1/+1
* 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-18/+4
* Drop unused value index (_idx) from LoadedEnumAttribute.Tor Egge2016-11-151-16/+4
* Use ArrayRef when referencing externally owned array.Tor Egge2016-11-141-5/+3
* Checkpoint 1Henning Baldersheim2016-10-031-1/+1
* PublishJon Bratseth2016-06-151-0/+177