summaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
...
* wire in TypeResolver.reduceArne Juul2021-04-151-7/+2
|
* just log warning when reducing unknown dimensionArne Juul2021-04-152-3/+15
|
* remove duplicated codeArne Juul2021-04-151-11/+2
|
* funnel type resolving through outputType()Arne Juul2021-04-151-4/+4
|
* update copyrightsArne Juul2021-04-122-2/+4
|
* add TypeResolverArne Juul2021-04-123-0/+725
| | | | * with unit tests mostly cribbed from C++ version
* Merge pull request #17346 from vespa-engine/jonmv/apache-hc5-clientJon Marius Venstad2021-04-094-3/+5
|\ | | | | Jonmv/apache hc5 client
| * Fix @authorJon Marius Venstad2021-04-094-3/+5
| |
* | Merge pull request #17347 from vespa-engine/jonmv/remove-unused-codeHenning Baldersheim2021-04-0912-1294/+0
|\ \ | |/ |/| Remove unused nio code
| * Remove unused nio codeJon Marius Venstad2021-04-0912-1294/+0
| |
* | cosmetic tweaksArne Juul2021-04-092-5/+6
| |
* | restrict values to fit into target cell typeArne Juul2021-04-092-8/+49
| |
* | throw exception for unexpected enum value in more placesArne Juul2021-04-091-5/+4
| |
* | More NodeListJon Bratseth2021-04-082-2/+8
| |
* | Resolve feedback from PR reviewLester Solbakken2021-04-0810-126/+98
| |
* | Add bfloat16 and int8 to Java cell_cast functionLester Solbakken2021-04-081-3/+7
| |
* | Add bfloat16 and int8 tensor cell types in JavaLester Solbakken2021-04-0815-14/+277
| |
* | Update junit dependency to unit-vintage to combine 4 and 5Jon Marius Venstad2021-04-061-5/+5
|/
* - Add option to provide token map while construction wand/wset/dotproduct.Henning Baldersheim2021-03-272-5/+0
| | | | - Parse to number directly if possible.
* Remove duplicate headersJon Bratseth2021-03-181-1/+1
|
* Add copyright headersJon Bratseth2021-03-181-1/+2
|
* Merge pull request #16980 from vespa-engine/mpolden/grouping-byJon Marius Venstad2021-03-161-0/+11
|\ | | | | Add groupingBy to AbstractFilteringList
| * Add groupingBy to AbstractFilteringListMartin Polden2021-03-161-0/+11
| |
* | Revert "Revert "Lesters/cell cast java""Lester Solbakken2021-03-164-1/+145
| | | | | | | | This reverts commit d2c61030d6c62b8c4889d3471d2ee5f17bb14a5f.
* | Revert "Lesters/cell cast java"Jon Marius Venstad2021-03-164-145/+1
| |
* | Remove WIP from abi checkerLester Solbakken2021-03-161-20/+1
| |
* | Add Java-side tensor type cell castingLester Solbakken2021-03-164-0/+163
|/
* Add commentJon Bratseth2021-03-041-1/+1
|
* Let the system settle before maintenance startsJon Bratseth2021-03-041-1/+2
|
* Code review fixesValerij Fredriksen2021-02-262-9/+12
|
* Crete CachedSupplierValerij Fredriksen2021-02-262-0/+91
|
* Track sent and acked bytes to ensure a smooth flow of bytes not exceeding ↵Henning Baldersheim2021-02-171-1/+1
| | | | | | maxpending by more than than a small byte buffer.
* Fix linksJon Bratseth2021-02-153-8/+8
|
* Ignore maintenance collisions in controller and node-repositoryMartin Polden2021-02-053-5/+14
|
* Bump intervals of maintainers still collidingMartin Polden2021-02-031-1/+1
|
* Document pitfall with decompress()Bjørn Christian Seime2021-01-201-0/+5
|
* Implement an output stream compressing with zstdBjørn Christian Seime2021-01-202-0/+136
|
* Extend ZstdCompressor with more low-level API methodsBjørn Christian Seime2021-01-202-5/+36
|
* Add zstd support to CompressorBjørn Christian Seime2021-01-205-1/+98
| | | | Introduce zstandard compression using airlift aircompressor - a pure Java implementation.
* Revert "Bjorncs/zstd java"Bjørn Christian Seime2021-01-197-270/+1
|
* Test that compressed size is less than uncompressedBjørn Christian Seime2021-01-192-0/+33
|
* Add trailing newlinesBjørn Christian Seime2021-01-193-3/+3
|
* Document pitfall with decompress()Bjørn Christian Seime2021-01-191-0/+5
|
* Implement an output stream compressing with zstdBjørn Christian Seime2021-01-192-0/+118
|
* Extend ZstdCompressor with more low-level API methodsBjørn Christian Seime2021-01-191-4/+20
|
* Add zstd support to CompressorBjørn Christian Seime2021-01-195-1/+98
| | | | Introduce zstandard compression using airlift aircompressor - a pure Java implementation.
* Revert "Revert "Count lock timeout as unsuccessful run""Martin Polden2021-01-086-48/+39
|
* Revert "Count lock timeout as unsuccessful run"Harald Musum2021-01-086-39/+48
|
* Merge pull request #15947 from vespa-engine/mpolden/maintainer-modeMartin Polden2021-01-086-48/+39
|\ | | | | Count lock timeout as unsuccessful run
| * Remove special handling of lock timeoutMartin Polden2021-01-084-41/+8
| |