aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/vespa/searchcore/proton/attribute/attribute_spec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Move the AttributeSpec and hide the ConfigHenning Baldersheim2022-05-261-8/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add noexcept to move constructors and operatorsHenning Baldersheim2020-01-211-2/+2
* Use std::make_xxxHenning Baldersheim2018-08-201-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
* Remove unneeded hideFromReading/hideFromWriting flags.Tor Egge2017-04-201-14/+2
* Add attribute specs builder, used to create attribute specs vector withTor Egge2017-04-041-0/+9
* Add hideFromReading and hideFromWriting members to AttributeSpec.Tor Egge2017-03-311-1/+11
* Move nested class AttributeCollectionSpec::Attribute out to AttributeSpec.Tor Egge2017-03-311-0/+26