summaryrefslogtreecommitdiffstats
path: root/searchlib
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2377 from yahoo/toregge/replace-task-id-with-executor-id-...Geir Storli2017-05-099-56/+205
|\
| * Test that attribute write operations are spread over available writeTor Egge2017-05-085-30/+82
| * Executor id is 32-bit.Tor Egge2017-05-041-1/+1
| * Extend unit test to test new methods.Tor Egge2017-05-031-7/+56
| * Replace task id with executor id and component id in sequenced task executor.Tor Egge2017-05-036-29/+77
| * Revert "Fix warnings hidden earlier due to including application headers as s...Henning Baldersheim2017-05-0326-153/+197
| * Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-0326-197/+153
* | Deinline as compiler makes the best choices.Henning Baldersheim2017-05-0910-240/+117
* | Add aggregator for calculating the population standard deviationBjørn Christian Seime2017-05-0811-23/+347
* | Revert "Add aggregator for calculating the population standard deviation"Henning Baldersheim2017-05-058-234/+23
* | Merge pull request #2394 from yahoo/bjorncs/stddev-aggregator-backendHenning Baldersheim2017-05-058-23/+234
|\ \
| * | fixup! Add aggregator for calculating the population standard deviationBjørn Christian Seime2017-05-054-29/+32
| * | Add aggregator for calculating the population standard deviationBjørn Christian Seime2017-05-058-16/+224
* | | Move StoreByBucket tests to separate test file.Geir Storli2017-05-055-62/+93
* | | Move chunk tests to separate test file.Geir Storli2017-05-055-51/+81
* | | Move LidInfo tests to separate test file.Geir Storli2017-05-055-56/+79
* | | Move LidInfo and related classes to separate .h and .cpp files.Geir Storli2017-05-056-104/+128
* | | Repair mouse marking accident.Henning Baldersheim2017-05-051-1/+8
|/ /
* | Merge pull request #2399 from yahoo/geirst/make-searchlib-compile-with-OgHenning Baldersheim2017-05-0532-7/+86
|\ \
| * | Make searchlib compile with '-Og'.Geir Storli2017-05-0532-7/+86
* | | Merge pull request #2398 from yahoo/balder/register-is-not-allowed-in-iso-c++1zHenning Baldersheim2017-05-057-11/+8
|\ \ \
| * | | Use fresh initialiser style covering both Objects and primitives.Henning Baldersheim2017-05-051-18/+1
| * | | Native types have no constructors and needs an explicit default value.Henning Baldersheim2017-05-051-1/+11
| * | | Generate code when you see the template implementation.Henning Baldersheim2017-05-052-0/+3
| * | | Template code must be visible as we do not generate it explicit in this case.Henning Baldersheim2017-05-051-0/+1
| * | | pop_back is what we want.... gcc 7 complained that _children.size() - 1 could...Henning Baldersheim2017-05-051-1/+1
| * | | gcc 7 checks against nullptr where it can.Henning Baldersheim2017-05-052-2/+2
| |/ /
* / / Deinline after gcc 7 adviseHenning Baldersheim2017-05-053-0/+11
|/ /
* | Revert unintended changes.Henning Baldersheim2017-05-031-1/+0
* | Deinline destructors++Henning Baldersheim2017-05-031-1/+1
* | Deinline and add override and signed/unsignedHenning Baldersheim2017-05-031-0/+1
* | Revert "Revert "Fix warnings hidden earlier due to including application head...Henning Baldersheim2017-05-0326-197/+153
* | Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-03132-1114/+828
|/
* Merge pull request #2292 from yahoo/toregge/remove-wipe-history-usage-2-try-2Geir Storli2017-05-033-15/+14
|\
| * Rename wipe time schema to pruned schema.Tor Egge2017-04-272-11/+11
| * Rename wipeHistory() to pruneRemovedFields() in handling of indexed fields.Tor Egge2017-04-272-3/+2
| * Add override.Tor Egge2017-04-261-1/+1
* | Remove unintentional space.Henning Baldersheim2017-04-292-2/+2
* | no virtual on override + optimize includes.Henning Baldersheim2017-04-2652-861/+414
|/
* Merge pull request #2244 from yahoo/balder/optimize-streaming-1Henning Baldersheim2017-04-241-1/+1
|\
| * Put the start and end iterators into a Range class for simplicity and readabi...Henning Baldersheim2017-04-241-1/+1
* | Revert "Balder/enforce override 2"Arne H Juul2017-04-2452-414/+861
|/
* Some cleanup after major rebase.Henning Baldersheim2017-04-233-9/+6
* override and optimise includes.Henning Baldersheim2017-04-2312-64/+47
* Including storage now builds fine with override enforcement.Henning Baldersheim2017-04-233-63/+1
* Use overrideHenning Baldersheim2017-04-2341-746/+381
* Handle missing attribute in attribute blueprint factory.Tor Egge2017-04-222-5/+19
* Add conservative asserts ensuring that we can properly map in files.Henning Baldersheim2017-04-201-3/+7
* remove FastOS_Socket::getHostNameHaavard2017-04-191-1/+2
* Brace yourself.Henning Baldersheim2017-04-182-4/+8