aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/singleenumattribute.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Factor out common code to make a EntryRef vector snapshot.Tor Egge2023-03-081-13/+0
* Normalize includes in searchlib/attribute.Tor Egge2022-09-261-1/+0
* Simplify AttributeVector by moving out ValueModifier, EnumModifier and BaseName.Henning Baldersheim2022-05-271-7/+4
* Inherit from vespalib::GrowStrategyHenning Baldersheim2022-05-261-1/+1
* - Stick to using GrowStragey everywhere.Henning Baldersheim2022-05-231-4/+1
* Remove const type qualifier from member functions that should only beTor Egge2022-03-291-1/+1
* Trim down rcuvector interface.Tor Egge2022-03-281-1/+2
* Use AtomicEntryRef in single value enumerated attribute for mappingTor Egge2022-03-071-4/+9
* Propagate memory allocator to attribute vector components.Tor Egge2022-02-141-2/+2
* Keep using same memory allocator when resizing rcu vector.Tor Egge2022-02-091-1/+1
* Use EntryRefFilter to filter calls to UniqueStoreRemapper::remap() forTor Egge2021-12-071-5/+8
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Explicitly instantiate EnumAttribute and SingleValueEnumAttribute.Tor Egge2020-10-061-0/+11
* Restore enum store compaction support for enum attributes.Tor Egge2019-09-021-0/+23
* Add interface for an enum store.Geir Storli2019-08-281-1/+1
* move LOG_SETUP after other includesArne Juul2018-06-201-1/+2
* use LOG_ABORT not just abort()Arne Juul2018-06-121-0/+2
* 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
* Reduce fastos.h dependency.Henning Baldersheim2017-06-011-3/+1
* PublishJon Bratseth2016-06-151-0/+43