aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Include what you need.Henning Baldersheim2017-08-18106-229/+315
|
* Use std::this_thread::sleep_for instead of FastOS_Thread::SleepHenning Baldersheim2017-08-181-2/+3
|
* Include what you need.Henning Baldersheim2017-08-182-17/+11
|
* Remove some includes not needed.Henning Baldersheim2017-08-186-24/+3
|
* Fix up @vekterli's comments.Henning Baldersheim2017-08-182-6/+1
|
* NULL -> nullptrHenning Baldersheim2017-08-1847-356/+356
|
* Remove unused.Henning Baldersheim2017-08-181-2/+0
|
* Hide the thread thread implementation a bit more.Henning Baldersheim2017-08-187-40/+60
|
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-1877-304/+180
|
* Add missing file.Henning Baldersheim2017-08-181-0/+26
|
* 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
| | | | | | |