aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Include only what you need.Henning Baldersheim2017-08-18169-539/+584
|
* Merge pull request #3142 from vespa-engine/balder/do-the-read-in-indexing-threadTor Egge2017-08-172-39/+33
|\ | | | | Read in the indexing thread instead as it can be costly.
| * Read in the indexing thread instead as it can be costly.Henning Baldersheim2017-08-172-39/+33
|/
* Merge pull request #3140 from vespa-engine/balder/fix-summar-y-typoHåvard Pettersen2017-08-172-3/+3
|\ | | | | wantsRPCSummarFill -> wantsRPCSummaryFill
| * wantsRPCSummarFill -> wantsRPCSummaryFillHenning Baldersheim2017-08-172-3/+3
| |
* | Merge pull request #3122 from vespa-engine/bjorncs/remove-lifecycle-mappingBjørn Christian Seime2017-08-176-135/+0
|\ \ | | | | | | Remove lifecycle_mapping
| * | Remove lifecycle_mappingBjørn Christian Seime2017-08-166-135/+0
| | | | | | | | | | | | This is a Maven sample project that is not in use.
* | | Merge pull request #3138 from vespa-engine/geirst/add-cpp-bootstrap-scriptGeir Storli2017-08-172-15/+39
|\ \ \ | |_|/ |/| | Add script to bootstrap cpp build.
| * | No need to set VALGRIND_UNIT_TESTS to false as this is the default in ↵Geir Storli2017-08-171-1/+0
| | | | | | | | | | | | build_settings.cmake.
| * | Remove build rpath that is not needed.Geir Storli2017-08-171-1/+0
| | |
| * | Fix script to support relative input paths.Geir Storli2017-08-171-2/+2
| | |
| * | Add script to bootstrap cpp build.Geir Storli2017-08-172-15/+41
| | |
* | | Merge pull request #3136 from vespa-engine/balder/use-rank-profile-in-sessionidHenning Baldersheim2017-08-179-48/+71
|\ \ \ | | | | | | | | Add rankprofile to the base sessionId.
| * | | Remove unused imports in my open files.Henning Baldersheim2017-08-175-6/+0
| | | |
| * | | Update comments and imports.Henning Baldersheim2017-08-173-7/+8
| | | |
| * | | Use your own rankprofile, and avoid breaking public API.Henning Baldersheim2017-08-178-37/+60
| | | |
| * | | Add rankprofile to the base sessionId.Henning Baldersheim2017-08-168-21/+26
| | | |
* | | | Merge pull request #3133 from vespa-engine/gjoranv/config-def-packagegjoranv2017-08-1725-417/+306
|\ \ \ \ | | | | | | | | | | Gjoranv/config def package
| * | | | Remove redundant def parameters.gjoranv2017-08-171-10/+9
| | | | |
| * | | | Remove redundant def files.gjoranv2017-08-1715-182/+0
| | | | | | | | | | | | | | | | | | | | * They were probably copied to another module a long time ago.
| * | | | Add test for package and namespace.gjoranv2017-08-174-2/+46
| | | | |
| * | | | Allow 'package' in def files to specify java package.gjoranv2017-08-176-18/+180
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * For generating cpp, namespace is still required and package is ignored. * Generating java requires one of them, but both are allowed.
| * | | | Store default package prefix 'com.yahoo.' in a constant.gjoranv2017-08-163-5/+10
| | | | |
| * | | | Refactor tests to remove duplicate code.gjoranv2017-08-162-203/+65
| | | | |
| * | | | Imports only.gjoranv2017-08-161-1/+0
| | | | |
* | | | | Merge pull request #3139 from vespa-engine/bjorncs/fix-groupidTor Brede Vekterli2017-08-171-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Change groupid to 'com.yahoo.vespa'
| * | | | | Change groupid to 'com.yahoo.vespa'Bjørn Christian Seime2017-08-171-1/+1
|/ / / / /
* | | | | Merge pull request #3137 from vespa-engine/hmusum/use-vespa-get-configArnstein Ressem2017-08-171-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Use vespa-get-config instead of getvespaconfig
| * | | | | Use vespa-get-config instead of getvespaconfigHarald Musum2017-08-171-3/+3
| | | | | |
* | | | | | Merge pull request #3131 from vespa-engine/vekterli/clean-debug-compileGeir Storli2017-08-171-0/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Clean compile with -Og -fno-omit-frame-pointer
| * | | | | | Clean compile with -Og -fno-omit-frame-pointerTor Brede Vekterli2017-08-161-0/+3
| | | | | | |
* | | | | | | Merge pull request #3135 from ↵Jon Bratseth2017-08-163-29/+74
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | | | | | | | | | | | | | | | | vespa-engine/balder/let-dispatch.summaries-imply-ranking.querycache Return an error when ranking.queryCache is not enabled when it needs …
| * | | | | | Return an error when ranking.queryCache is not enabled when it needs to be.Henning Baldersheim2017-08-163-29/+74
| | | | | | |
* | | | | | | Merge pull request #3130 from ↵Henning Baldersheim2017-08-161-5/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vespa-engine/aressem/put-vespamalloc-in-expected-dir Vespamalloc is expected to be in lib64/vespa/malloc
| * | | | | | | Vespamalloc is expected to be in lib64/vespa/mallocArnstein Ressem2017-08-161-5/+5
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge pull request #3134 from vespa-engine/bjorncs/travisBjørn Christian Seime2017-08-162-3/+8
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Bjorncs/travis
| * | | | | | Reduce ccache size to 4GBBjørn Christian Seime2017-08-161-1/+1
| | | | | | |
| * | | | | | Reduce clone depth to 1Bjørn Christian Seime2017-08-161-0/+3
| | | | | | |
| * | | | | | Use ccache compressionBjørn Christian Seime2017-08-161-2/+2
| | | | | | |
| * | | | | | Use minimal Travis imageBjørn Christian Seime2017-08-161-1/+1
| | | | | | |
| * | | | | | Print size of Maven repository and ccacheBjørn Christian Seime2017-08-161-0/+2
|/ / / / / /
* | | | | | Merge pull request #3132 from ↵Geir Storli2017-08-161-0/+1
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | | | | | | | | | | | | vespa-engine/toregge/repair-reference-mapping-unit-test Properly initialize forward mapping when loading reference attribute.
| * | | | | Properly initialize forward mapping when loading reference attribute.Tor Egge2017-08-161-0/+1
| | | | | |
* | | | | | Merge pull request #3129 from vespa-engine/havardpe/explicit-unbox-featureLester Solbakken2017-08-165-24/+95
|\ \ \ \ \ \ | | | | | | | | | | | | | | add simple unbox feature into test plugin
| * | | | | | add simple unbox feature into test pluginHåvard Pettersen2017-08-165-24/+95
| | |/ / / / | |/| | | | | | | | | | | | | | | | and use it in the object passing test to verify behavior
* | | | | | Merge pull request #3126 from ↵Geir Storli2017-08-163-0/+13
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | | | | | | | | | | | | vespa-engine/toregge/report-memory-usage-also-for-reference-mappings-and-generation-holder Account for memory usage in reference mappings and generation holder.
| * | | | | Account for memory usage in reference mappings and generation holder.Tor Egge2017-08-163-0/+13
| |/ / / /
* | | | | Merge pull request #3110 from vespa-engine/gjoranv/use-before-instead-of-ctorJon Bratseth2017-08-161-5/+7
|\ \ \ \ \ | | | | | | | | | | | | Use @Before instead of ctor.
| * | | | | Use @Before instead of ctor.gjoranv2017-08-151-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - It's less obscure. Also, if an exception is thrown in the ctor @After is not run.
* | | | | | Merge pull request #3128 from vespa-engine/bjorncs/fix-typoBjørn Christian Seime2017-08-161-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix typo