aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/common/attribute_updater/attribute_updater_test.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-0/+9
* Avoid overload resolution ambiguity in attribute updater unit test.Tor Egge2023-04-031-2/+4
* Use AttributeBuilder in attribute updater unit test.Tor Egge2023-03-301-125/+91
* Handle SingleRawAttribute in AttributeUpdater.Tor Egge2023-03-161-1/+35
* Change from typedef to using in searchcore.Geir Storli2022-12-211-4/+4
* avoid nullptr derefHÃ¥vard Pettersen2022-06-211-1/+1
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-6/+7
* Minor simplifications after PR feedback.Henning Baldersheim2022-03-291-6/+6
* Remove copy constructors.Henning Baldersheim2022-03-281-81/+57
* Avoid the need for clone by using unique_ptr.Henning Baldersheim2022-03-281-26/+25
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Remove SerializedTensorAttribute that is replaced by SerializedFastValueAttri...Geir Storli2021-03-261-5/+5
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-021-5/+7
* fix specArne Juul2020-10-151-1/+1
* simplifyArne Juul2020-10-151-2/+1
* simplifyArne Juul2020-10-151-2/+1
* handle both engine- and factory-based tensorsArne Juul2020-10-151-8/+10
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-1/+1
* Rename GenericTensorAttribute -> SerializedTensorAttribute.Geir Storli2020-09-041-5/+5
* Handle add updates to non-existing tensors.Geir Storli2020-04-071-3/+11
* Avoid dependency on weighted set ordering in unit testsTor Brede Vekterli2019-10-181-2/+8
* Integrate TensorRemoveUpdate in attribute updater.Geir Storli2019-02-211-23/+44
* Set data type for TensorFieldValue.Tor Egge2019-02-141-2/+14
* Rename tensoraddupdate.{h,cpp} -> tensor_add_update.{h,cpp}.Geir Storli2019-02-111-1/+1
* Rename tensormodifyupdate.{h,cpp} -> tensor_modify_update.{h,cpp}.Geir Storli2019-02-111-1/+1
* Handle TensorAddUpdate in attribute updater.Geir Storli2019-02-111-9/+25
* Test that tensor modify update is applied.Geir Storli2019-02-061-1/+59
* Rewrite to new unit test syntax.Geir Storli2019-02-061-113/+83
* Use std::vector and initializer list instead of wrapper.Geir Storli2019-02-061-62/+39
* Specify document type in code instead of config file.Geir Storli2019-02-051-4/+35
* Rename applyattrupdates -> attribute_updater_test and move it to correct place.Geir Storli2019-02-051-0/+389