summaryrefslogtreecommitdiffstats
path: root/vespajlib/src/test/java/com
Commit message (Expand)AuthorAgeFilesLines
* Nonfunctional changes onlyJon Bratseth2017-10-181-2/+11
* Nonfunctional changes onlyJon Bratseth2017-10-161-0/+10
* Add copyright headerJon Bratseth2017-08-181-0/+1
* Rewrite ProjectBundleClassPaths to JavaBjørn Christian Seime2017-07-201-0/+35
* Small fixes to mapped hash joinLester Solbakken2017-07-061-4/+4
* Optimize general mapped tensor joinLester Solbakken2017-07-051-4/+4
* Update copyright headersJon Bratseth2017-06-14118-113/+120
* Revert "Update copyright headers"Jon Bratseth2017-06-14118-118/+111
* Update copyright headersJon Bratseth2017-06-14118-111/+118
* Remove carriage returnJon Bratseth2017-06-142-168/+168
* Revert "Copyright header"Jon Bratseth2017-06-13118-288/+281
* Copyright headerJon Bratseth2017-06-13118-281/+288
* Add unit test for Compressor which reproduces buffer extent bugTor Brede Vekterli2017-06-121-0/+25
* Merge pull request #2562 from yahoo/arnej/add-TeeInputStreamHåvard Pettersen2017-05-301-0/+100
|\
| * improve test after reviewArne H Juul2017-05-301-1/+18
| * move override annotationArne H Juul2017-05-301-1/+2
| * add TeeInputStreamArne H Juul2017-05-291-0/+82
* | Remove empty to avoid class-init deadlockJon Bratseth2017-05-301-1/+1
|/
* Auto-wipe invalid inactive jobs stateJon Bratseth2017-04-261-0/+2
* avoid deprecation warningsArne H Juul2017-04-201-8/+10
* minor: insert missing spacegjoranv2017-03-311-1/+1
* Add com.yahoo.stream.CustomCollectors.gjoranv2017-03-311-0/+63
* Add a configurable process executor based on commons-exec.gjoranv2017-03-021-0/+25
* handle null-pointers (Data/String/Utf8) as Nix valuesHaavard2017-03-011-14/+26
* Simplify and test type checkJon Bratseth2017-01-182-2/+19
* Simplify and test type checkJon Bratseth2017-01-181-1/+20
* Merge with masterJon Bratseth2017-01-181-0/+10
|\
| * Revert "Revert "Revert "Revert "Bratseth/tensor type info in documents""""Jon Bratseth2017-01-171-1/+0
| * Allow missing valuesJon Bratseth2017-01-171-0/+10
| * Revert "Revert "Revert "Bratseth/tensor type info in documents"""Henning Baldersheim2017-01-161-0/+1
* | Add tensor document summary fieldJon Bratseth2017-01-162-2/+7
|/
* Revert "Revert "Bratseth/tensor type info in documents""Jon Bratseth2017-01-121-1/+0
* Revert "Bratseth/tensor type info in documents"Jon Bratseth2017-01-121-0/+1
* Merge with masterJon Bratseth2017-01-111-2/+2
|\
| * Revert "Revert "Avoid nitpicky warnings""Jon Bratseth2017-01-101-2/+2
| * Revert "Revert "Add (disabled) dense tensor binary format""Jon Bratseth2017-01-106-75/+100
| * Revert "Add (disabled) dense tensor binary format"Henning Baldersheim2017-01-106-100/+75
| * Revert "Avoid nitpicky warnings"Henning Baldersheim2017-01-101-2/+2
| * Avoid nitpicky warningsJon Bratseth2017-01-101-2/+2
* | Propagate typeJon Bratseth2017-01-101-1/+0
|/
* Disallow empty tensors without dimensionsJon Bratseth2017-01-103-22/+16
* Use MappedTensor to represent tensor with no dimensions or valuesJon Bratseth2017-01-105-16/+20
* Add (disabled) dense tensor binary formatJon Bratseth2017-01-093-49/+76
* Faster indexed general join algorithmJon Bratseth2017-01-062-5/+26
* Type DimensionSizesJon Bratseth2017-01-051-2/+2
* Optimize indexed iterator accessJon Bratseth2017-01-051-5/+5
* Use Tensor.Cell in iteration interfaceJon Bratseth2017-01-051-1/+1
* Optimize subspace iterationJon Bratseth2017-01-051-7/+7
* Move order check out of inner loopJon Bratseth2017-01-041-37/+10
* Support iterating over dimensions in any orderJon Bratseth2017-01-031-1/+1