aboutsummaryrefslogtreecommitdiffstats
path: root/document
Commit message (Expand)AuthorAgeFilesLines
* Add initial support in JSON parser for modify updates on tensor fields.Geir Storli2019-01-305-2/+214
* Simplify instantiation of JsonReader and how json input is specified.Geir Storli2019-01-301-282/+255
* Merge pull request #8293 from vespa-engine/toregge/add-tensormodifyupdate-to-...Geir Storli2019-01-3011-5/+262
|\
| * Track abi change.Tor Egge2019-01-301-2/+1
| * Adjust local variable names (operand -> tensor).Tor Egge2019-01-304-17/+15
| * Add TensorModifyUpdate to document module (Java).Tor Egge2019-01-3011-5/+265
* | Use TensorFieldValue to store tensor in TensorModifyUpdate.Tor Egge2019-01-294-18/+30
* | Rename Operator to Operation, to match upcoming json syntax.Tor Egge2019-01-294-17/+17
* | Use new copyright header.Tor Egge2019-01-292-5/+11
* | Add TensorModifyUpdate to document module (C++).Tor Egge2019-01-289-1/+253
|/
* Covariant return type.Henning Baldersheim2019-01-232-10/+15
* Add tests for the obscure virtual assignment operators.Henning Baldersheim2019-01-223-0/+64
* Repair serialization of boolean fields.Tor Egge2019-01-212-3/+3
* Follow api changeHenning Baldersheim2019-01-213-1/+17
* Update abi specs for 7.gjoranv2019-01-211-231/+110
* bump version in TODOs into the futureArne Juul2019-01-211-2/+2
* remove "headerOnly" serializationArne Juul2019-01-212-19/+1
* remove split header/body methodsArne Juul2019-01-214-174/+0
* generate "serializeupdatejava.dat" in old format for nowArne Juul2019-01-212-1/+1
* split header/body is very deprecatedArne Juul2019-01-211-0/+1
* test Deserializer6 moreArne Juul2019-01-213-7/+7
* wire in Deserializer6Arne Juul2019-01-2120-60/+36
* remove split header/body buffers supportArne Juul2019-01-211-20/+3
* add class with complete deserializer for the 6.x formatArne Juul2019-01-211-0/+890
* just confusing to have Deserializer extend SerializerArne Juul2019-01-212-8/+8
* actually use Serializer6Arne Juul2019-01-2126-36/+52
* wire in new Serializer6Arne Juul2019-01-215-72/+13
* add class with complete serializer for 6.x formatArne Juul2019-01-211-0/+698
* minor refactoring of document serializationArne Juul2019-01-211-16/+15
* Deprecation cleanupJon Bratseth2019-01-212-2/+2
* Remove @PublicApi from package c.y.document.selectgjoranv2019-01-211-2/+0
* update or add comments around deprecated methodsArne Juul2019-01-214-5/+5
* Move TODO to Vespa 8gjoranv2019-01-211-1/+1
* This should be better order.Henning Baldersheim2019-01-211-2/+2
* Order is changed.Henning Baldersheim2019-01-211-2/+2
* remove deprecated methods and switch to hashmap instead of list.Henning Baldersheim2019-01-212-32/+22
* Do TODOsJon Bratseth2019-01-211-5/+2
* remove deprecated methodsArne Juul2019-01-211-66/+1
* stop using "header" and "body" keywordsArne Juul2019-01-213-10/+3
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
* Fix typo.Henning Baldersheim2019-01-141-1/+1
* Implement docsum generation for bool fields too.Henning Baldersheim2019-01-141-42/+39
* Implement the various conversions tooHenning Baldersheim2019-01-112-0/+32
* Correct copyright yearHenning Baldersheim2019-01-112-2/+5
* Update api spec.Henning Baldersheim2019-01-111-2/+4
* Also implement on Head so that 7 branch can be merged too.Henning Baldersheim2019-01-112-0/+13
* Update api spec.Henning Baldersheim2019-01-101-0/+6
* Add serialization for bool fields.Henning Baldersheim2019-01-1015-16/+112
* Brief implementation skeleton for bool field type.Henning Baldersheim2019-01-0916-40/+163
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+5358