summaryrefslogtreecommitdiffstats
path: root/vespajlib
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Revert "Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 4""""Håkon Hallingstad2018-11-011-0/+12
|
* Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 4"""Håkon Hallingstad2018-11-011-12/+0
|
* Revert "Revert "Enforce CC timeouts in Orchestrator [4]""Håkon Hallingstad2018-11-011-0/+12
|
* Revert "Enforce CC timeouts in Orchestrator [4]"Harald Musum2018-10-311-12/+0
|
* Merge pull request #7511 from vespa-engine/jvenstad/freeze-to-block-windowJon Marius Venstad2018-10-311-0/+8
|\ | | | | Jvenstad/freeze to block window
| * Address reviewJon Marius Venstad2018-10-311-0/+8
| |
* | Merge pull request #7491 from ↵Håkon Hallingstad2018-10-311-0/+12
|\ \ | |/ |/| | | | | vespa-engine/revert-7490-revert-7472-revert-7470-revert-7424-hakonhall/enforce-cc-timeouts-in-orchestrator-2 Enforce CC timeouts in Orchestrator [4]
| * Revert "Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 2""""Håkon Hallingstad2018-10-301-0/+12
| |
| * Revert "Revert "Revert "Enforce CC timeouts in Orchestrator 2"""Håkon Hallingstad2018-10-301-12/+0
| |
| * Revert "Revert "Enforce CC timeouts in Orchestrator 2""Håkon Hallingstad2018-10-291-0/+12
| |
| * Revert "Enforce CC timeouts in Orchestrator 2"Håkon Hallingstad2018-10-291-12/+0
| |
| * Enforce CC timeouts in Orchestrator 2Håkon Hallingstad2018-10-231-0/+12
| |
* | Revert "Merge pull request #7409 from ↵Jon Bratseth2018-10-261-1/+2
|/ | | | | | | vespa-engine/revert-7380-bratseth/segment-yql-by-default" This reverts commit 1cb09174cb579936eae49f7db632113795b0666a, reversing changes made to eedcfc980db65da04eaca866693ef215f337f325.
* Revert "Bratseth/segment yql by default"Harald Musum2018-10-221-2/+1
|
* Merge pull request #7380 from vespa-engine/bratseth/segment-yql-by-defaultArne H Juul2018-10-221-1/+2
|\ | | | | Bratseth/segment yql by default
| * Nonfunctional changes onlyJon Bratseth2018-10-191-1/+2
| |
* | Use orElseHenning Baldersheim2018-10-191-2/+2
| |
* | Use an SettableOptional to handle xml processing independant of element order.Henning Baldersheim2018-10-191-0/+4
| |
* | Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-1932-1893/+5
| |
* | Revert "Move classes in com.yahoo.security to security-utils"Harald Musum2018-10-1932-5/+1893
| |
* | Move classes in com.yahoo.security to security-utilsBjørn Christian Seime2018-10-1732-1893/+5
|/
* Ensure stable ordering of fields in DNBjørn Christian Seime2018-10-171-1/+2
|
* Clean up parse methodsJon Bratseth2018-10-151-42/+42
|
* Add XML parse utilityJon Bratseth2018-10-141-0/+21
|
* Prevent XXEJon Bratseth2018-10-131-3/+4
|
* No reason to make warning on an optional operation.Henning Baldersheim2018-10-101-1/+1
|
* Add faster tensor rename if dimension after rename are in the same orderLester Solbakken2018-10-086-4/+64
|
* Use full nameHarald Musum2018-10-033-3/+3
|