aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/attribute/attributefilewriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-1/+1
* Normalize includes in searchlib/attribute.Tor Egge2022-09-261-1/+1
* Check return value from Sync() and Close()Henning Baldersheim2022-02-061-2/+4
* - Avoid explicit Close() when not necessary. Destructor does the necessary.Henning Baldersheim2022-01-261-2/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Refactor to represent files with a generic header in a new class.Geir Storli2021-09-141-12/+10
* use size literals in searchlibArne Juul2021-02-151-3/+4
* Replace the dangerous stealBuffer method with a static one that requires std:...Henning Baldersheim2020-09-261-0/+1
* Add control of cache update policy when an item changes value.Henning Baldersheim2018-07-191-29/+8
* 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
* Move attribute header tag handling to one place.Tor Egge2017-03-281-25/+2
* Use classes for basic type, collection type and tensor type in attribute header.Tor Egge2017-03-281-6/+5
* Rename search::IAttributeSaveTarget::Config toTor Egge2017-03-281-13/+14
* Save persistent predicate attribute params when saving predicateTor Egge2017-03-271-0/+6
* Targeted include.Henning Baldersheim2017-01-311-27/+22
* PublishJon Bratseth2016-06-151-0/+213