aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/update/fieldupdate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Avoid code duplication.Henning Baldersheim2022-03-281-2/+1
* Use both lvalue and rvalue specifier to avoid explicit std::move()Henning Baldersheim2022-03-281-1/+8
* Avoid the need for clone by using unique_ptr.Henning Baldersheim2022-03-281-3/+3
* Avoid need to copy/clone FieldUpdateHenning Baldersheim2022-03-271-2/+9
* Avoid multiple inheritance.Henning Baldersheim2022-03-271-4/+2
* GC cloneableHenning Baldersheim2022-03-031-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Removed unused IFieldBase of Serializer/Deserializer interface.Henning Baldersheim2020-11-091-1/+0
* Add missing includes.Tor Egge2019-06-111-0/+1
* Remove unused version from apiHenning Baldersheim2018-06-141-5/+4
* ByteBuffer -> nbostreamHenning Baldersheim2018-06-141-14/+12
* Last style changes before lazy documentupdate PR.Henning Baldersheim2018-06-121-1/+1
* Reduce code visibilityHenning Baldersheim2018-06-121-0/+1
* Better namingHenning Baldersheim2018-05-301-5/+6
* Avoid copy construction by creating in place upon construction.Henning Baldersheim2018-05-291-4/+25
* Use inliningHenning Baldersheim2018-05-291-13/+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
* Forward declare DocumentType.Henning Baldersheim2017-06-061-0/+1
* Deinline as compiler makes the best choices.Henning Baldersheim2017-05-091-0/+2
* Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-081-0/+2
* Remove version from type id interfaces.Henning Baldersheim2017-01-301-1/+1
* Only include what you need.Henning Baldersheim2016-12-221-2/+2
* PublishJon Bratseth2016-06-151-0/+108