summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* copy utility from vespajlibArne Juul2016-06-212-0/+88
| | | | | | | * this class will be used by jdisc_core but we want to avoid the classloader problems we got when jdisc_core used vespajlib directly, so copy it to this library that has fewer transitive dependencies.
* Merge pull request #129 from yahoo/revert-126-gv/searchlib-vespajlibgjoranv2016-06-211-1/+0
|\ | | | | Revert "Vespajlib is provided from jdisc_core."
| * Revert "Vespajlib is provided from jdisc_core."Harald Musum2016-06-211-1/+0
|/
* Merge pull request #127 from ↵Eirik Nygaard2016-06-212-1/+2
|\ | | | | | | | | yahoo/aressem/cmake-add-vespa-core-dumper-to-install Add vespa-core-dumper and set the kernel.core_pattern to something us…
| * Add vespa-core-dumper and set the kernel.core_pattern to something usable ↵Arnstein Ressem2016-06-212-1/+2
| | | | | | | | for CentOS 7
* | Merge pull request #122 from yahoo/aressem/rpm-missing-files-from-config-modelEirik Nygaard2016-06-212-0/+11
|\ \ | |/ |/| Aressem/rpm missing files from config model
| * Need logserver as well.Arnstein Ressem2016-06-211-0/+1
| |
| * Add more scripts and symlinks.Arnstein Ressem2016-06-212-0/+2
| |
| * Ignore .gitignore on install.Arnstein Ressem2016-06-201-2/+2
| |
| * Put schema in right directory. Add it in rpm spec.Arnstein Ressem2016-06-202-1/+2
| |
| * Added more files from config-model.Arnstein Ressem2016-06-201-0/+7
| |
* | Merge pull request #126 from yahoo/gv/searchlib-vespajlibgjoranv2016-06-211-0/+1
|\ \ | | | | | | Vespajlib is provided from jdisc_core.
| * | Vespajlib is provided from jdisc_core.gjoranv2016-06-211-0/+1
| | |
* | | Merge pull request #123 from yahoo/musum/use-lib64-site-perlArne H Juul2016-06-212-0/+2
|\ \ \ | |/ / |/| | search .../lib64/perl5/site_perl for modules
| * | search .../lib64/perl5/site_perl for modulesHarald Musum2016-06-202-0/+2
| | |
* | | Merge pull request #125 from yahoo/gv/searchlib3gjoranv2016-06-214-11/+11
|\ \ \ | |/ / |/| | Install searchlib as a bundle
| * | Install searchlib as a bundlegjoranv2016-06-214-11/+11
|/ / | | | | | | | | | | | | | | | | | | | | .. instead of embedding into the container-disc bundle * Add searchlib as a direct dependency of container-dev, as it was until now pulled in via container-search * Remove invalid exclusions of searchlib - it's not pulled in transitively anymore, as it's been set to provided scope in container-search and container-disc
* | Merge pull request #121 from yahoo/geirst/remove-placement-delete-testhavardpe2016-06-209-101/+0
|\ \ | | | | | | Remove test that verifies that gcc works as intended.
| * | Remove test that verifies that gcc works as intended.Geir Storli2016-06-209-101/+0
| | |
* | | Merge pull request #120 from yahoo/bratseth/readme-fixesJon Bratseth2016-06-202-6/+6
|\ \ \ | | | | | | | | Bratseth/readme fixes
| * | | Switch link and link text and convert html to entitiesJon Bratseth2016-06-201-5/+5
| | | |
| * | | Make link using markdowns stupid rulesJon Bratseth2016-06-201-1/+1
|/ / /
* | | Merge pull request #118 from yahoo/havardpe/make-slaveproc-test-run-fasterHenning Baldersheim2016-06-201-3/+4
|\ \ \ | | | | | | | | avoid multiple levels of sub-processes
| * | | avoid multiple levels of sub-processesHaavard2016-06-201-3/+4
| | | |
* | | | Merge pull request #119 from yahoo/bratseth/add-documentation-howtoKristian Aune2016-06-202-1/+80
|\ \ \ \ | | | | | | | | | | Add documentation readme
| * | | | Add documentation readmeJon Bratseth2016-06-202-1/+80
| | | | |
* | | | | Merge pull request #106 from yahoo/geirst/fix-testkit-subset-unit-testhavardpe2016-06-202-0/+21
|\ \ \ \ \ | | | | | | | | | | | | Fix unit test by allowing test functions to be executed in different …
| * | | | | Fix unit test by allowing test functions to be executed in different order ↵Geir Storli2016-06-202-0/+21
| | |_|/ / | |/| | | | | | | | | | | | | on CentOs.
* | | | | Merge pull request #12 from ↵Henning Baldersheim2016-06-205-44/+38
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | yahoo/balder/micro-optimize-query-setup-based-on-gemini Balder/micro optimize query setup based on gemini
| * | | | Rename NonFinal to Base after feedback from havardpe.Henning Baldersheim2016-06-201-5/+5
| | | | |
| * | | | Repair the last incomplete commitHenning Baldersheim2016-06-201-4/+6
| | | | |
| * | | | Do not follow nullptr anywhere.Henning Baldersheim2016-06-161-1/+2
| | | | |
| * | | | Inline final method.Henning Baldersheim2016-06-162-7/+1
| | | | |
| * | | | override final, or final overrideHenning Baldersheim2016-06-164-18/+22
| | | | |
| * | | | Add final to enable compiler to inline/optimize a lot more.Henning Baldersheim2016-06-163-17/+10
| | | | | | | | | | | | | | | | | | | | | | | | | Inline. Based on observations of high fixed query cost during rank setup.
* | | | | Merge pull request #115 from yahoo/arnej/use-lib64-site-perlEirik Nygaard2016-06-207-2/+7
|\ \ \ \ \ | | | | | | | | | | | | search .../lib64/perl5/site_perl for modules
| * | | | | search .../lib64/perl5/site_perl for modulesArne Juul2016-06-207-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | * also remove one extra (duplicate) 'use lib' line.
* | | | | | Merge pull request #113 from yahoo/eirik/remove-vespaapplicationKristian Aune2016-06-2017-6377/+0
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Remove vespaapplication module
| * | | | | Remove vespaapplication moduleEirik Nygaard2016-06-2017-6377/+0
| | | | | | | | | | | | | | | | | | | | | | | | This will be replaced by a new sample application
* | | | | | Merge pull request #112 from yahoo/revert-71-gv/searchlib-for-standalone-jdiscgjoranv2016-06-203-6/+11
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | Revert "Install searchlib as a bundle"
| * | | | | Revert "Install searchlib as a bundle"gjoranv2016-06-203-6/+11
|/ / / / /
* | | | | Remove mail address and techyard reference for frodelu (#103)Harald Musum2016-06-202-2/+2
| | | | |
* | | | | Merge pull request #109 from ↵Eirik Nygaard2016-06-204-2/+4
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | yahoo/aressem/rpm-set-rpaths-and-adjust-dependencies Set rpaths for libs and executables. Add more dependencies.
| * | | | | Set rpaths for libs and executables. Add more dependencies.Arnstein Ressem2016-06-204-2/+4
| | | | | |
* | | | | | Merge pull request #108 from yahoo/kkraune/sample-appsLester Solbakken2016-06-208-0/+119
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add non-working draft
| * | | | | | no java yetKristian Aune2016-06-206-248/+0
| | | | | | |
| * | | | | | Add non-working draftKristian Aune2016-06-2014-0/+367
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - so we have a place to link to in documentation
* | | | | | | Merge pull request #85 from yahoo/toregge/stabilize-flushengine-unit-test-try-2Eirik Nygaard2016-06-202-16/+102
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | | Toregge/stabilize flushengine unit test try 2
| * | | | | | If flush tasks for two flush targets for the same flush handlerTor Egge2016-06-181-15/+101
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | completes at the same time then flush engine might call flushDone only once to handle transaction log pruning for handler. Adjust SimpleHandler class in unit test to better detect when flushing has completed.
| * | | | | | Reduce scope of guard to avoid occasional deadlock when closingTor Egge2016-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | flush engine.