aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/attributecontext.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Modernize C++ code with auto and range-based loops.Geir Storli2023-07-071-1/+1
* The AttributeContext is a short lived cache for attributes guards. Until we u...Henning Baldersheim2023-05-261-6/+19
* - Make the MatchContext value object movable.Henning Baldersheim2023-05-261-5/+5
* Revert "Remove thread sanitizer lock order reversal warning for attribute con...Tor Egge2022-03-041-15/+14
* Remove thread sanitizer lock order reversal warning for attribute context.Tor Egge2022-03-031-14/+15
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* shared_ptr -> unique_ptrHenning Baldersheim2018-08-281-1/+1
* Use explicit before moveHenning Baldersheim2018-08-281-1/+1
* Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-271-1/+5
* = defaultHenning Baldersheim2018-08-151-1/+1
* Change AttributeContext to use makeReadGuard method on attribute vectors.Tor Egge2018-04-201-11/+11
* Use standard locking in searchlib (pass 1).Tor Egge2017-12-121-3/+3
* 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
* Make ComponentGuard::get() return a pointer, not a referenceTor Brede Vekterli2017-02-271-2/+2
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-201-0/+1
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-5/+4
* PublishJon Bratseth2016-06-151-0/+72