aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/fieldvalue/mapfieldvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Reduce use of CloneablePtrHenning Baldersheim2022-04-061-3/+3
* GC unused hasChanged concept. Only done on StructFieldValue as we never refer...Henning Baldersheim2022-03-181-17/+2
* Avoid requiring identifiable for FieldValueHenning Baldersheim2022-03-161-7/+5
* Reduce use of Identifiable for document::DatatTypeHenning Baldersheim2022-03-031-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Add missing includes.Tor Egge2019-06-111-0/+1
* Eliminate clang warnings in documentTor Egge2019-02-071-1/+1
* Use template args for the class, not on the find method.Henning Baldersheim2018-11-011-10/+16
* Revert "Revert "Balder/sameelement in streaming""Henning Baldersheim2018-06-061-3/+7
* Revert "Balder/sameelement in streaming"Henning Baldersheim2018-06-061-7/+3
* Aggregate elementIdHenning Baldersheim2018-06-051-3/+7
* Include what you need.Henning Baldersheim2017-08-181-0/+1
* Use a on demand hash_set to do fast lookup in mapfiledvalueHenning Baldersheim2017-07-311-11/+88
* Avoid including more than you need.Henning Baldersheim2017-07-311-0/+10
* Use a presence vector to avoid expensive remove, an to lay the grouds for a f...Henning Baldersheim2017-07-311-39/+71
* Use noexcept to get move constructor usage on containers and use fastCompare.Henning Baldersheim2017-07-311-9/+13
* We are not java so we do not need these sanity checks. valgrind will do them ...Henning Baldersheim2017-07-311-2/+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
* split log and bufferedlogHenning Baldersheim2017-06-071-2/+2
* Forward declare XmlOutputStream and FieldValue::IteratorHandler.Henning Baldersheim2017-06-071-26/+24
* Put the start and end iterators into a Range class for simplicity and readabi...Henning Baldersheim2017-04-241-28/+26
* Use explicit std::moveHenning Baldersheim2017-03-291-4/+0
* Only include what you need.Henning Baldersheim2016-12-221-8/+6
* PublishJon Bratseth2016-06-151-0/+441