aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/update/fieldpathupdate.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Deinline large destructors and clean up some code based on clion hints.Henning Baldersheim2023-02-011-1/+1
* Avoid using Identifiable and CloneablePtrHenning Baldersheim2022-04-081-9/+10
* Use std::move in select preparations.Henning Baldersheim2022-04-071-2/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Reverse iteration over selection result in an attempt toTor Egge2018-08-151-1/+1
* Move try/catch statements to parseDocumentSelection helper function.Tor Egge2018-08-061-13/+15
* Consider parse error as invalid selection expression.Tor Egge2018-08-061-7/+13
* ByteBuffer -> nbostreamHenning Baldersheim2018-06-141-13/+14
* Remove unused versionHenning Baldersheim2018-06-141-4/+3
* Remove unused code, and code only used in unit tests for obsolete features.Henning Baldersheim2018-05-291-11/+1
* Avoid copyingHenning Baldersheim2017-07-311-1/+1
* Removed unused parameters.Henning Baldersheim2017-07-311-30/+25
* Provide the repo when you need it.Henning Baldersheim2017-07-311-1/+1
* Remove DocumentTypeRepo from interfaces where it is not needed.Henning Baldersheim2017-07-311-2/+1
* Do not produce the whereClause until it is needed.Henning Baldersheim2017-07-311-20/+10
* Unify error handling to using exceptions only, not in combination with nullptr.Henning Baldersheim2017-07-311-19/+10
* Carry the Field directly instead of in a shared_ptr.Henning Baldersheim2017-07-311-0/+1
* Include less and remove virtuality on FieldPathHenning Baldersheim2017-07-311-6/+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
* split log and bufferedlogHenning Baldersheim2017-06-071-1/+2
* Forward declare XmlOutputStream and FieldValue::IteratorHandler.Henning Baldersheim2017-06-071-23/+22
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-0/+2
* Targeted include of header files.Henning Baldersheim2016-12-121-1/+1
* PublishJon Bratseth2016-06-151-0/+181