summaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
* avoid deprecation warningsArne H Juul2017-04-202-11/+13
|
* minor: rephrase commentsgjoranv2017-03-311-4/+4
|
* minor: insert missing spacegjoranv2017-03-311-1/+1
|
* Extend IllegalStateException.gjoranv2017-03-311-1/+1
|
* Add com.yahoo.stream.CustomCollectors.gjoranv2017-03-312-0/+148
|
* Remove unnecessary repo referenceJon Bratseth2017-03-291-13/+0
|
* Deploy asynchronously to guarantee we deploy every 30 minutesJon Bratseth2017-03-171-0/+2
|
* Don't use 'set' prefix for builder setters.gjoranv2017-03-031-1/+1
|
* Fix indentation.gjoranv2017-03-021-7/+7
|
* Return a result even if the exit code isn't in the set of successful values.gjoranv2017-03-021-1/+7
|
* Add javadoc.gjoranv2017-03-021-1/+14
|
* Add a configurable process executor based on commons-exec.gjoranv2017-03-025-0/+132
|
* handle null-pointers (Data/String/Utf8) as Nix valuesHaavard2017-03-016-29/+62
| | | | [VESPA-6609]
* Makes clustercontroller-core work on WiFiHÃ¥kon Hallingstad2017-02-201-8/+8
|
* Split vespa_zkfacade__restrict on space tooJon Bratseth2017-01-291-1/+17
|
* reverse isAssignableToJon Bratseth2017-01-183-13/+13
|
* Simplify and test type checkJon Bratseth2017-01-185-32/+30
|
* Simplify and test type checkJon Bratseth2017-01-182-17/+22
|
* Merge with masterJon Bratseth2017-01-182-2/+18
|\
| * Revert "Revert "Revert "Revert "Bratseth/tensor type info in documents""""Jon Bratseth2017-01-175-17/+23
| |
| * Allow missing valuesJon Bratseth2017-01-172-2/+18
| | | | | | | | Fill missing values with 0 when building dense tensors.
| * Revert "Revert "Revert "Bratseth/tensor type info in documents"""Henning Baldersheim2017-01-165-23/+17
| |
* | Add tensor document summary fieldJon Bratseth2017-01-167-16/+70
|/
* Revert "Revert "Bratseth/tensor type info in documents""Jon Bratseth2017-01-125-17/+23
|
* Revert "Bratseth/tensor type info in documents"Jon Bratseth2017-01-125-23/+17
|
* 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-1016-147/+293
| |
| * Revert "Add (disabled) dense tensor binary format"Henning Baldersheim2017-01-1016-293/+147
| |
| * Revert "Avoid nitpicky warnings"Henning Baldersheim2017-01-101-2/+2
| |
| * Avoid nitpicky warningsJon Bratseth2017-01-101-2/+2
| |
* | Propagate typeJon Bratseth2017-01-104-16/+3
| |
* | Merge with masterJon Bratseth2017-01-1016-147/+292
|\|
| * Disallow empty tensors without dimensionsJon Bratseth2017-01-104-39/+23
| |
| * Use MappedTensor to represent tensor with no dimensions or valuesJon Bratseth2017-01-1010-43/+44
| |
| * Move string encoding decoding to GrowableByteBufferJon Bratseth2017-01-103-40/+32
| |
| * Output tensor type in error messageJon Bratseth2017-01-101-1/+1
| |
| * Add (disabled) dense tensor binary formatJon Bratseth2017-01-099-82/+251
| |
* | Maintain TensorType in documentsJon Bratseth2017-01-104-3/+23
|/
* Faster indexed general join algorithmJon Bratseth2017-01-067-30/+199
|
* Type DimensionSizesJon Bratseth2017-01-058-164/+220
|
* Optimize indexed iterator accessJon Bratseth2017-01-055-102/+195
|
* Use Tensor.Cell in iteration interfaceJon Bratseth2017-01-059-56/+76
|
* Optimize subspace iterationJon Bratseth2017-01-055-83/+176
|
* Minor changeJon Bratseth2017-01-041-6/+2
|
* Move order check out of inner loopJon Bratseth2017-01-042-43/+21
|
* Special-case iterating in a single dimensionJon Bratseth2017-01-041-6/+41
|
* Support iterating over dimensions in any orderJon Bratseth2017-01-032-59/+58
|
* Simplify testJon Bratseth2017-01-031-2/+1
|
* Use int labels for speedJon Bratseth2017-01-031-5/+6
|