aboutsummaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Update to newer java lz4 version (1.5.1) and use new artifact ids"Harald Musum2019-04-251-2/+2
|
* Merge pull request #9157 from vespa-engine/hmusum/update-java-lz4-depHarald Musum2019-04-251-2/+2
|\ | | | | Update to newer java lz4 version (1.5.1) and use new artifact ids
| * Update to newer java lz4 version (1.5.1) and use new artifact idsHarald Musum2019-04-231-2/+2
| |
* | GC unused dependencies.Henning Baldersheim2019-04-241-3/+0
|/
* Add tensor value serialization for mapped and mixed tensorsLester Solbakken2019-04-116-114/+199
|
* Use requestedCompressionOlli Virtanen2019-04-091-3/+3
|
* Fill out UserApiHandlerJon Marius Venstad2019-04-081-1/+1
|
* Use bit number 3 mean 'with cell type' to carry forward the current schema ↵Henning Baldersheim2019-04-052-4/+6
| | | | | | where the bits hav meaning. Update expected result.
* Infer value typeJon Bratseth2019-04-033-9/+8
|
* Consider value type in equalsJon Bratseth2019-04-031-4/+8
|
* Add tensor value typeJon Bratseth2019-04-0313-79/+87
|
* Parse tensor value typeJon Bratseth2019-04-026-59/+104
|
* 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