aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/datatype/datatype.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Use std::make_shared and std::make_unique.Henning Baldersheim2022-08-161-1/+1
* Avoid requiring identifiable for FieldValueHenning Baldersheim2022-03-161-19/+18
* Remove identifiable from document::DataTypeHenning Baldersheim2022-03-041-32/+10
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Define the TENSOR datatype fully.Henning Baldersheim2020-08-071-0/+3
* Prepare for tracking tensor type in document module (C++), aligningTor Egge2019-02-131-3/+0
* Brief implementation skeleton for bool field type.Henning Baldersheim2019-01-091-0/+4
* Identity only based on id.Henning Baldersheim2018-09-121-1/+1
* Remove whitespaceHenning Baldersheim2018-08-121-4/+4
* Pass stringref by valueHenning Baldersheim2018-08-111-1/+1
* Pass stringref by valueHenning Baldersheim2018-08-101-4/+4
* Last style changes before lazy documentupdate PR.Henning Baldersheim2018-06-121-3/+8
* Avoid copyingHenning Baldersheim2017-07-311-1/+1
* Use noexcept to get move constructor usage on containers and use fastCompare.Henning Baldersheim2017-07-311-0/+1
* Unify error handling to using exceptions only, not in combination with nullptr.Henning Baldersheim2017-07-311-4/+3
* 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
* Avoid pulling all slime code in everywhere.Henning Baldersheim2016-12-121-1/+0
* No need to include log.h when not loggingHenning Baldersheim2016-12-121-1/+0
* PublishJon Bratseth2016-06-151-0/+184