aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/attrvector.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Remove unused member functions for save and load from direct attributesTor Egge2023-03-211-105/+0
* Add explicit instantiation of more classes in attribute vector code.Tor Egge2022-10-131-0/+3
* Normalize includes in searchlib/attribute.Tor Egge2022-09-261-1/+0
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-1/+1
* Stop using std::binary_function (searchlib).Tor Egge2022-02-261-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add an executor to the AttributeVector::load/onLoad interface so attributes c...Henning Baldersheim2021-08-121-1/+1
* The default implementation of SearchContext::onFind was danegrous and not thr...Henning Baldersheim2021-03-041-0/+5
* Replace the dangerous stealBuffer method with a static one that requires std:...Henning Baldersheim2020-09-261-0/+1
* Move functions used to open / load attribute vector data files to separate cl...Geir Storli2020-03-301-2/+3
* Use std::make_xxxHenning Baldersheim2018-08-201-1/+1
* implement new API in attrvectorArne Juul2018-07-131-0/+13
* move LOG_SETUP after other includesArne Juul2018-06-201-2/+3
* use LOG_ABORT not just abort()Arne Juul2018-06-121-1/+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
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-031-7/+2
* Rename search::IAttributeSaveTarget::Config toTor Egge2017-03-281-0/+1
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-2/+2
* PublishJon Bratseth2016-06-151-0/+188