aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa/document/update/tensor_add_update.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Minor simplifications after PR feedback.Henning Baldersheim2022-03-291-1/+1
* Remove copy constructors.Henning Baldersheim2022-03-281-21/+0
* Avoid Identifiable for ValueUpdate. It complicates without bringing much useful.Henning Baldersheim2022-03-281-6/+10
* Avoid the need for clone by using unique_ptr.Henning Baldersheim2022-03-281-6/+0
* Implement className on document::FieldValueHenning Baldersheim2022-03-171-3/+2
* Avoid requiring identifiable for FieldValueHenning Baldersheim2022-03-161-6/+5
* Remove identifiable from document::DataTypeHenning Baldersheim2022-03-041-1/+1
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* avoid extra Value copy when updating DirectTensorAttributeArne Juul2021-01-121-4/+10
* move TensorPartialUpdate to document namespaceArne Juul2020-12-081-1/+0
* move partial_update files from eval to documentArne Juul2020-12-081-1/+1
* remove EngineOrFactoryHåvard Pettersen2020-12-041-4/+4
* remove superfluous includeArne Juul2020-11-271-1/+0
* use compatibility code in TensorPartialUpdateArne Juul2020-10-161-20/+1
* use "return {};" to return empty unique_ptrArne Juul2020-10-151-1/+1
* handle both engine- and factory-based tensorsArne Juul2020-10-151-5/+29
* getAsTensorPtr() method can return "pointer to tensor"Arne Juul2020-10-141-2/+2
* more robust tensor updateHåvard Pettersen2020-02-061-0/+1
* Verify during deserialize() that cells and address tensors are sparse.Geir Storli2019-02-261-4/+4
* Minor style changes.Geir Storli2019-02-261-9/+6
* Prepare for tracking tensor type in document module (C++), aligningTor Egge2019-02-131-1/+2
* Rename tensoraddupdate.{h,cpp} -> tensor_add_update.{h,cpp}.Geir Storli2019-02-111-0/+148