aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/documentupdatetestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Handle tensor modify update with "create: true" for non-existing tensor.Geir Storli2023-08-281-1/+11
* Add "create non-existing cells" flag to TensorModifyUpdate.Geir Storli2023-08-251-1/+24
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-3/+3
* Always propagate the document type to the internal StructFieldValue.Geir Storli2023-03-011-3/+70
* Minor simplifications after PR feedback.Henning Baldersheim2022-03-291-17/+17
* Remove copy constructors.Henning Baldersheim2022-03-281-60/+59
* Avoid Identifiable for ValueUpdate. It complicates without bringing much useful.Henning Baldersheim2022-03-281-1/+1
* Use both lvalue and rvalue specifier to avoid explicit std::move()Henning Baldersheim2022-03-281-72/+72
* Avoid the need for clone by using unique_ptr.Henning Baldersheim2022-03-281-85/+99
* Avoid need to copy/clone FieldUpdateHenning Baldersheim2022-03-271-74/+74
* Avoid requiring identifiable for FieldValueHenning Baldersheim2022-03-161-3/+3
* Use XXFieldValue::make over std::make_uniqueHenning Baldersheim2022-03-071-2/+2
* GC redundant convenience wasy of assigning primitive field values.Henning Baldersheim2022-03-071-2/+2
* As a first step to reduce code complexity around FieldValue move test-only co...Henning Baldersheim2022-03-051-4/+5
* Reduce use of Identifiable for document::DatatTypeHenning Baldersheim2022-03-031-2/+2
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-3/+4
* Extend tensor remove update to support not fully specified addresses and upda...Geir Storli2020-11-171-1/+8
* Removed unused IFieldBase of Serializer/Deserializer interface.Henning Baldersheim2020-11-091-11/+11
* simplifyArne Juul2020-10-151-3/+1
* handle both engine- and factory-based tensorsArne Juul2020-10-151-8/+10
* getAsTensorPtr() method can return "pointer to tensor"Arne Juul2020-10-141-2/+2
* more robust tensor updateHÃ¥vard Pettersen2020-02-061-0/+43
* Merge pull request #11822 from vespa-engine/balder/reduce-bytebuffer-exposureHenning Baldersheim2020-01-211-30/+24
|\
| * c_str -> dataHenning Baldersheim2020-01-211-1/+1
| * GC unused constructorHenning Baldersheim2020-01-201-1/+0
| * Make it known that getting serialized size will always be expensive.Henning Baldersheim2020-01-201-29/+24
* | Fix serialization of TensorRemoveUpdate and TensorModifyUpdate to handle floa...Geir Storli2020-01-171-0/+15
|/
* Remove 42 serialize codeHenning Baldersheim2019-08-211-10/+0
* Do not generate old formats, not even in tests.Henning Baldersheim2019-08-211-1/+1
* Remove v6/v7 on c++ side tooHenning Baldersheim2019-08-211-15/+2
* Revert "Revert "doc: -> id:""Henning Baldersheim2019-08-211-12/+12
* Revert "doc: -> id:"Henning Baldersheim2019-08-211-12/+12
* doc: -> id:Henning Baldersheim2019-08-191-12/+12
* Convert field tensor type to tensor type for tensor remove updates.Tor Egge2019-03-071-1/+1
* Check for assignable tensor type when setting tensor in TensorFieldValue.Tor Egge2019-03-071-1/+2
* Use common code to read and write data buffer from/to file.Geir Storli2019-03-011-29/+29
* Add cross-language serialization tests for tensor updates.Geir Storli2019-03-011-0/+86
* More testing of roundtrip serialization of tensor modify update.Geir Storli2019-02-261-0/+10
* Verify during deserialize() that cells and address tensors are sparse.Geir Storli2019-02-261-0/+18
* More edge case testing of tensor updates.Geir Storli2019-02-261-3/+34
* Implement applyTo() for TensorRemoveUpdate.Geir Storli2019-02-211-0/+11
* Change some EXPECT_ to ASSERT_.Geir Storli2019-02-201-7/+7
* Rewrite DocumentUpdateTest from cppunit to gtest.Geir Storli2019-02-201-315/+193
* Rename MUL -> MULTIPLY to align with Java code.Geir Storli2019-02-151-2/+2
* Test tensor modify update with add and multiply.Geir Storli2019-02-151-3/+15
* Simplify tensor type used in update tests.Geir Storli2019-02-151-20/+24
* Implement skeleton of TensorRemoveUpdate with support for (de)-serialization.Geir Storli2019-02-151-0/+10
* Use assignment operator instead.Geir Storli2019-02-151-1/+1