aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/fieldvalue/document.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-0/+6
* Drop boost crc, random and tokenizerHenning Baldersheim2023-02-041-2/+1
* Change from typedef to using in document C++ code.Geir Storli2022-12-211-2/+2
* GC unused hasChanged concept. Only done on StructFieldValue as we never refer...Henning Baldersheim2022-03-181-2/+0
* Avoid requiring identifiable for FieldValueHenning Baldersheim2022-03-161-4/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Allow room for bringing allocation along to reduce the need to copy.Henning Baldersheim2020-01-271-0/+3
* Move the transaction implementation from StructuredFieldValue to DocumentHenning Baldersheim2020-01-231-3/+23
* GC unused codeHenning Baldersheim2020-01-201-2/+0
* Make it known that getting serialized size will always be expensive.Henning Baldersheim2020-01-201-2/+0
* Unify towards nbostreamHenning Baldersheim2020-01-161-28/+4
* GC unused constructors.Henning Baldersheim2020-01-161-13/+7
* Avoid swap. Inline and use anonymous namespaces for better code generation.Henning Baldersheim2020-01-141-2/+3
* GC constructor collapsed away.Henning Baldersheim2020-01-141-2/+1
* use std::move instead of swap to reduce simplify strange interfaces.Henning Baldersheim2020-01-141-10/+7
* Remove whitespaceHenning Baldersheim2018-08-121-2/+2
* Pass stringref by valueHenning Baldersheim2018-08-101-2/+2
* Last style changes before lazy documentupdate PR.Henning Baldersheim2018-06-121-14/+4
* 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-5/+1
* Put the start and end iterators into a Range class for simplicity and readabi...Henning Baldersheim2017-04-241-1/+1
* Use overrideHenning Baldersheim2017-04-041-3/+3
* Move the hasBodyField check to a common place so it is used consistently.Henning Baldersheim2017-03-281-0/+1
* Maintain old behavior for MultiOperation.Henning Baldersheim2017-03-281-1/+1
* Create explicit, non implicitly inlined function definitionsTor Brede Vekterli2017-03-131-0/+1
* Remove magic numbers and make current doc version constexprTor Brede Vekterli2017-02-021-1/+1
* Clearly differentiate when you promise a long lived buffer and not.Henning Baldersheim2017-01-191-4/+4
* PublishJon Bratseth2016-06-151-0/+169