aboutsummaryrefslogtreecommitdiffstats
path: root/document
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Revert "Enable ABI checking on modules with public APIs"HÃ¥kon Hallingstad2019-01-042-5358/+0
|
* Merge pull request #8015 from vespa-engine/bratseth/add-hw-divergence-metricValerij Fredriksen2019-01-041-1/+0
|\ | | | | Nonfunctional changes only
| * Nonfunctional changes onlyJon Bratseth2019-01-041-1/+0
| |
* | Move abi-check-plugin configuration to parent.Ilpo Ruotsalainen2018-12-211-12/+0
| | | | | | | | | | Instead of configuring in each module separately, put all configuration to parent and let the relevant modules just enable the plugin.
* | Enable abi-check-plugin on relevant modules.Ilpo Ruotsalainen2018-12-182-0/+5370
|/
* Support for configuring and feeding float16 and bool field typesJon Bratseth2018-12-1420-212/+405
|
* Update to latest ph-javacc-maven-plugin.gjoranv2018-12-061-1/+1
| | | | | | | | | - Update FastCharStream method names to follow changes in generated CharStream class. - Update expected test output due to improvements in generated code. - Improve ability to debug tests by more clearly printing out the diff between expected and actual output.
* Manage ph-javacc-maven-plugin config in parent pom.gjoranv2018-12-061-9/+0
| | | | + Remove unused management for old javacc plugin.
* Separate model integration into a separate moduleJon Bratseth2018-11-211-0/+1
| | | | | | | This allows us to access model importers (such as TensorFlow) in config models without loading one instance per config model instance, which is not possible with TensorFlow because it depends on JNI code.
* Deprecation cleanupJon Bratseth2018-11-206-37/+29
|
* some TODOs cannot be done in time for Vespa 7Arne Juul2018-11-124-4/+4
|