aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
* Test and ensure that serialization is symmetric.Henning Baldersheim2019-04-022-1/+7
|
* Verify serialization of various cell value types.Henning Baldersheim2019-04-013-4/+31
|
* Add support for different values during decoding too.Henning Baldersheim2019-04-013-11/+62
|
* Initial skeleton for type information in serialization format.Henning Baldersheim2019-04-014-3/+80
|
* Revert "Revert "Bratseth/remove dependencies" (#8885)"Jon Bratseth2019-03-231-1/+1
| | | | This reverts commit 9379e425712abe71fcd2f406c139baf25a017108.
* Revert "Bratseth/remove dependencies" (#8885)Harald Musum2019-03-221-1/+1
|
* Correct javadoc syntaxJon Bratseth2019-03-221-1/+1
|
* Remove vespajlib dependencyJon Bratseth2019-03-221-1/+1
|
* Update abi specJon Bratseth2019-03-071-0/+1
|
* Fix parsing of array query properties in JSON payloadJon Bratseth2019-03-074-15/+69
| | | | | | | | | These were translated to request properties by calling asString on the payload, which returns an empty value for arrays. toString returns the correct value. This also improves error messages for Slime JSON parsing of queries, and in general.
* Cleanup of tensor updates - JavaLester Solbakken2019-02-213-2/+99
|
* Remove unnecessary importsLester Solbakken2019-02-201-1/+0
|
* TensorRemoveUpdate support for mixed tensorsLester Solbakken2019-02-205-1/+51
|
* TensorAddUpdate support for mixed tensorsLester Solbakken2019-02-205-1/+64
|
* Implement tensor modify applyTo in JavaLester Solbakken2019-02-123-0/+42
|
* Merge pull request #8247 from ↵Håkon Hallingstad2019-02-012-88/+0
|\ | | | | | | | | vespa-engine/hakonhall/terminate-standalone-container-cleanly-on-sigintcontrol-c Terminate standalone container cleanly on SIGINT/control-C
| * Remove duplicate CatchSigTerm from vespajlibHåkon Hallingstad2019-01-312-88/+0
| |
| * Terminate standalone container cleanly on SIGINT/control-CHåkon Hallingstad2019-01-271-1/+1
| |
* | Add nix equality test and moreHåkon Hallingstad2019-01-306-16/+14
| |
* | Remove default constructors from insertersHåkon Hallingstad2019-01-307-27/+22
| |
* | Review round 1 fixesHåkon Hallingstad2019-01-3011-138/+179
| |
* | Publicize insertersHåkon Hallingstad2019-01-303-3/+3
| |
* | Port Slime injection to JavaHåkon Hallingstad2019-01-296-9/+527
| |
* | Remove dead codeJon Bratseth2019-01-281-2/+4
|/
* Avoid * importHenning Baldersheim2019-01-241-1/+4
|
* Update abi specs for 7.gjoranv2019-01-211-42/+2
|
* Implement new (static) method in Reader.gjoranv2019-01-212-2/+6
| | | | + Improve test to print out unmasked methods.
* 6-SNAPSHOT -> 7-SNAPSHOTArnstein Ressem2019-01-211-2/+2
|
* Move BouncyCastle preinstall declaration to container-discBjørn Christian Seime2019-01-211-6/+0
|
* Remove deprecated LanguageHacks.gjoranv2019-01-212-66/+0
|
* Remove deprecated DoubleParser.gjoranv2019-01-212-188/+0
|
* Remove deprecated DoubleFormatter with tests.gjoranv2019-01-213-364/+0
|
* Move BouncyCastle preinstall declaration to vespajlibBjørn Christian Seime2019-01-211-0/+7
|
* Uncomment Reader.transferTo.gjoranv2019-01-211-4/+2
| | | | - New method in JDK 10
* Revert "Revert "Enable ABI checking on modules with public APIs""Ilpo Ruotsalainen2019-01-092-0/+3143
| | | | This reverts commit cd470d8ac8a58c943748f028a37d864507628e99.
* Allow more slack on compare as tensorflow accuracy depends on compiler ↵Henning Baldersheim2019-01-081-1/+1
| | | | options and chosen implementation.
* Revert "Enable ABI checking on modules with public APIs"Håkon Hallingstad2019-01-042-3143/+0
|
* Merge pull request #7964 from vespa-engine/iruotsalainen/enable-abi-checkIlpo Ruotsalainen2019-01-042-0/+3143
|\ | | | | Enable ABI checking on modules with public APIs
| * 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/+3155
| |
* | String.format is locale dependent (and more verbose)Jon Bratseth2018-12-191-3/+1
|/
* Add url config typeLester Solbakken2018-12-181-1/+1
|
* Support for configuring and feeding float16 and bool field typesJon Bratseth2018-12-143-11/+14
|
* Update to latest ph-javacc-maven-plugin.gjoranv2018-12-062-9/+9
| | | | | | | | | - 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.
* Revert "Revert "Always output tensor type in toString""Jon Bratseth2018-11-296-22/+19
|
* Revert "Always output tensor type in toString"Håkon Hallingstad2018-11-296-19/+22
|
* Always output tensor type in toStringJon Bratseth2018-11-286-22/+19
| | | | | This allows us to always restore a tensor accurately from its toString form.
* Java type only interface between imported-models and config modelsJon Bratseth2018-11-253-15/+24
| | | | | | | This avoids class incompatibility problems when passing an imported model across bundle boundaries to a config model. Tensor string parsing has been sped up as this relies on it more.
* Improve error messagesJon Bratseth2018-11-061-18/+13
|
* Wrap CC HTTP failures in 409Håkon Hallingstad2018-11-011-0/+5
|