aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/fieldvalue/document.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-0/+20
* Drop boost crc, random and tokenizerHenning Baldersheim2023-02-041-15/+0
* GC unused hasChanged concept. Only done on StructFieldValue as we never refer...Henning Baldersheim2022-03-181-6/+0
* Avoid requiring identifiable for FieldValueHenning Baldersheim2022-03-161-6/+4
* Remove identifiable from document::DataTypeHenning Baldersheim2022-03-041-1/+1
* - Generate mode modern c++ code.Henning Baldersheim2022-02-081-1/+0
* 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-1/+25
* Move the transaction implementation from StructuredFieldValue to DocumentHenning Baldersheim2020-01-231-5/+50
* Use a single chunkHenning Baldersheim2020-01-231-1/+1
* GC unused codeHenning Baldersheim2020-01-201-19/+0
* Make it known that getting serialized size will always be expensive.Henning Baldersheim2020-01-201-7/+0
* Unify towards nbostreamHenning Baldersheim2020-01-161-143/+6
* GC unused constructors.Henning Baldersheim2020-01-161-40/+9
* Just use the stream method.Henning Baldersheim2020-01-161-2/+2
* Remove virtuality of DocumentId.Henning Baldersheim2020-01-141-2/+2
* Avoid swap. Inline and use anonymous namespaces for better code generation.Henning Baldersheim2020-01-141-11/+18
* GC constructor collapsed away.Henning Baldersheim2020-01-141-13/+1
* use std::move instead of swap to reduce simplify strange interfaces.Henning Baldersheim2020-01-141-29/+12
* Fix format strings in document module.Tor Egge2019-03-121-1/+1
* Eliminate clang warnings in documentTor Egge2019-02-071-3/+3
* Brief implementation skeleton for bool field type.Henning Baldersheim2019-01-091-0/+1
* Remove whitespaceHenning Baldersheim2018-08-121-2/+2
* Pass stringref by valueHenning Baldersheim2018-08-101-2/+2
* Remove stringref::c_str()Tor Brede Vekterli2018-07-251-2/+3
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-0/+1
* Include what you need.Henning Baldersheim2017-08-181-0/+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 XmlOutputStream and FieldValue::IteratorHandler.Henning Baldersheim2017-06-071-1/+2
* Hide the implementation details.Henning Baldersheim2017-06-061-1/+1
* Forward declare DocumentType.Henning Baldersheim2017-06-061-0/+7
* Move the hasBodyField check to a common place so it is used consistently.Henning Baldersheim2017-03-281-2/+16
* Create explicit, non implicitly inlined function definitionsTor Brede Vekterli2017-03-131-0/+3
* Clearly differentiate when you promise a long lived buffer and not.Henning Baldersheim2017-01-191-19/+10
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-0/+1
* Targeted include.Henning Baldersheim2016-12-121-1/+0
* Targeted include of header files.Henning Baldersheim2016-12-121-2/+2
* Do not include the excetions everywhere.Henning Baldersheim2016-12-121-0/+2
* No need to include log.h when not loggingHenning Baldersheim2016-12-121-3/+0
* Cheaper version legality checkHenning Baldersheim2016-09-211-2/+4
* No need for boost::assign here.Henning Baldersheim2016-09-211-77/+36
* PublishJon Bratseth2016-06-151-0/+482