aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/fieldvalue/structfieldvalue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-0/+10
* Drop boost crc, random and tokenizerHenning Baldersheim2023-02-041-12/+2
* pass pointers where nullptr is an optionHÃ¥vard Pettersen2022-06-231-7/+7
* Avoid requiring identifiable for FieldValueHenning Baldersheim2022-03-161-3/+1
* No reuse, so just use return value optimisation.Henning Baldersheim2022-03-071-11/+8
* remove support for compression of document content in backend.Henning Baldersheim2021-11-101-13/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Set field directly.Henning Baldersheim2020-01-281-1/+1
* reset instead of clear, and only onceHenning Baldersheim2020-01-281-1/+1
* Remove unused private member variables.Tor Egge2020-01-241-1/+1
* Just use the stackHenning Baldersheim2020-01-231-2/+2
* Remove ByteBuffer indirection.Henning Baldersheim2020-01-231-2/+2
* Use a single chunkHenning Baldersheim2020-01-231-84/+32
* Simplify as functionality is abandoned.Henning Baldersheim2020-01-171-4/+1
* GC unused code and simplify StructFieldValue.Henning Baldersheim2020-01-171-6/+5
* Remove complicated option for slicing as it is not used anywhere.Henning Baldersheim2020-01-161-4/+2
* Unify towards nbostreamHenning Baldersheim2020-01-161-12/+27
* Avoid swap. Inline and use anonymous namespaces for better code generation.Henning Baldersheim2020-01-141-22/+7
* Remove v6/v7 on c++ side tooHenning Baldersheim2019-08-211-1/+1
* Add missing includes.Tor Egge2019-06-111-0/+1
* Check for assignable tensor type when setting tensor in TensorFieldValue.Tor Egge2019-03-071-2/+7
* Remove whitespaceHenning Baldersheim2018-08-121-2/+2
* Pass stringref by valueHenning Baldersheim2018-08-101-2/+2
* Remove DocumentTypeRepo::UP typedef.Tor Egge2018-04-051-2/+2
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-0/+1
* Remove assert that is not valid. This might have been the case at some point ...Henning Baldersheim2017-10-051-3/+0
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-281-0/+1
* Include what you need.Henning Baldersheim2017-08-181-0/+1
* We are not java so we do not need these sanity checks. valgrind will do them ...Henning Baldersheim2017-07-311-5/+0
* 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-0/+2
* Hide the implementation details.Henning Baldersheim2017-06-061-0/+21
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-061-1/+10
* Use overrideHenning Baldersheim2017-04-041-1/+1
* Remove version from type id interfaces.Henning Baldersheim2017-01-301-27/+16
* Clearly differentiate when you promise a long lived buffer and not.Henning Baldersheim2017-01-191-1/+2
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-3/+4
* Do not include the excetions everywhere.Henning Baldersheim2016-12-121-4/+4
* Avoid inlining of destructors.Henning Baldersheim2016-11-241-0/+4
* PublishJon Bratseth2016-06-151-0/+427