summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #19494 from vespa-engine/toregge/include-array-headerv7.480.66Henning Baldersheim2021-10-101-0/+1
|\
| * Include array header (needed when using std::array).Tor Egge2021-10-101-0/+1
* | Merge pull request #19493 from vespa-engine/toregge/use-llvm-13-on-darwinHenning Baldersheim2021-10-101-1/+1
|\ \ | |/ |/|
| * Use llvm 13 on darwin.Tor Egge2021-10-101-1/+1
|/
* Merge pull request #19490 from vespa-engine/bratseth/execution-context-cleanupArne H Juul2021-10-1041-126/+92
|\
| * Update ABI specJon Bratseth2021-10-101-0/+2
| * Optimize importsJon Bratseth2021-10-105-13/+1
| * Use appropriate stub methodsJon Bratseth2021-10-1014-57/+14
| * Use appropriate stub methodsJon Bratseth2021-10-104-7/+7
| * Supply and use appropriate stub methodsJon Bratseth2021-10-1012-25/+32
| * Supply and use appropriate stub methodsJon Bratseth2021-10-108-16/+18
| * Always create indexfactsJon Bratseth2021-10-101-1/+1
| * Always create searchchain registryJon Bratseth2021-10-101-1/+1
| * Always create linguisticsJon Bratseth2021-10-101-1/+1
| * Always create a renderer registryJon Bratseth2021-10-101-14/+11
| * Guarantee we always have an executorJon Bratseth2021-10-1022-45/+58
* | Merge pull request #19492 from vespa-engine/arnej/simpler-error-mergingJon Bratseth2021-10-106-22/+18
|\ \ | |/ |/|
| * update ABI specArne H Juul2021-10-101-0/+1
| * fix old bug in MultipleResultsSearcherArne H Juul2021-10-101-3/+3
| * simplify HitGroup error propagationArne H Juul2021-10-105-20/+15
|/
* Merge pull request #19489 from vespa-engine/balder/avoid-creating-unused-sing...Henning Baldersheim2021-10-091-5/+5
|\
| * Create an executor as needed for the tests.Henning Baldersheim2021-10-091-4/+4
| * Model creates a temporary Execution which in turn creates an empty Context.Henning Baldersheim2021-10-091-1/+1
* | Merge pull request #19488 from vespa-engine/bratseth/reduce-memory-tax-take-2Valerij Fredriksen2021-10-091-1/+10
|\ \ | |/ |/|
| * Fix typoValerij Fredriksen2021-10-091-1/+1
| * Add host memory feature flagJon Bratseth2021-10-091-1/+10
|/
* Merge pull request #19483 from vespa-engine/arnej/continue-grouping-if-errorsJon Bratseth2021-10-092-12/+6
|\
| * Continue grouping even when there is an errorArne H Juul2021-10-082-12/+6
* | Merge pull request #19486 from vespa-engine/balder/resolve-executorHarald Musum2021-10-095-19/+16
|\ \
| * | Inject Executor instead. That will give you the default thread pool which is ...Henning Baldersheim2021-10-082-12/+0
| * | Add toString for Node and ComponentNodeHenning Baldersheim2021-10-082-5/+14
| * | Add some more information to exception messageHenning Baldersheim2021-10-081-2/+2
|/ /
* | Merge pull request #19484 from vespa-engine/balder/do-not-start-application-m...Harald Musum2021-10-081-5/+5
|\ \
| * | Do not start metrics poller thread in constructor.Henning Baldersheim2021-10-081-5/+5
* | | Merge pull request #19485 from vespa-engine/revert-18572-ogronnesby/billing-s...Håkon Hallingstad2021-10-0816-911/+163
|\ \ \ | |/ / |/| |
| * | Revert "Billing refactoring and cleanup"Øyvind Grønnesby2021-10-0816-911/+163
|/ /
* | Merge pull request #19468 from vespa-engine/balder/use-the-default-threadpool...Henning Baldersheim2021-10-0840-278/+252
|\ \
| * | GC unused parameter and importHenning Baldersheim2021-10-082-4/+2
| * | GC unused importsHenning Baldersheim2021-10-081-4/+0
| * | Optimize importsJon Bratseth2021-10-081-2/+0
| * | Merge branch 'balder/use-the-default-threadpool-for-federation' of github.com...Jon Bratseth2021-10-080-0/+0
| |\ \
| | * | Update abiHenning Baldersheim2021-10-081-1/+1
| * | | Use the executor from the contextJon Bratseth2021-10-0815-193/+67
| |/ /
| * | Make executor never nullJon Bratseth2021-10-082-8/+11
| * | Add Executor to Execution.ContextJon Bratseth2021-10-0822-69/+110
| * | Alternative to deprecated method must be public.Henning Baldersheim2021-10-072-1/+2
| * | Provide a lazily constructed default executor for the ones using the deprecat...Henning Baldersheim2021-10-071-6/+33
| * | Update ABIHenning Baldersheim2021-10-071-0/+3
| * | - Use the default threadpool for federation.Henning Baldersheim2021-10-0716-220/+253
* | | Merge pull request #19482 from vespa-engine/bjorncs/s3-policyBjørn Christian Seime2021-10-084-41/+31
|\ \ \