aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/common
Commit message (Expand)AuthorAgeFilesLines
* - Store entrySize in fileheader and use that as entry size if present. If not...Henning Baldersheim2024-01-101-13/+13
* Update copyrightJon Bratseth2023-10-0918-18/+18
* Use "_test" suffix for unit test cpp files.Geir Storli2023-08-302-1/+1
* Move search::FeatureValues to vespalib::FeatureValues in preparation forTor Egge2023-04-251-2/+2
* Reduce transitive includes.Henning Baldersheim2023-03-011-0/+1
* Test that creating overlapping and non-overlapping partial bitvectors behaves...Henning Baldersheim2023-01-241-0/+32
* * use the sanitize range and check in "andWith" alsoArne Juul2023-01-231-6/+7
* Add test that non-overlapping OR does not write outside source bitvector.Henning Baldersheim2023-01-231-2/+33
* Implement GenerationHolder in terms of the generic generation hold list.Geir Storli2022-10-101-4/+4
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-1/+1
* make new bitvector when growingHåvard Pettersen2022-05-111-41/+41
* Use constantHarald Musum2022-02-191-1/+1
* Use EXPECT_NEAR when comparingHarald Musum2022-02-191-1/+1
* Use EXPECT_DOUBLE_EQHarald Musum2022-02-181-1/+1
* Keep memory allocator in growable bitvector.Tor Egge2022-02-151-0/+26
* add GeoGcdArne H Juul2022-01-172-0/+72
* Update 2019 Oath copyrights.gjoranv2021-10-274-4/+4
* Update Verizon Media copyright notices.gjoranv2021-10-073-3/+3
* Update 2017 copyright notices.gjoranv2021-10-079-9/+9
* Remove includes no longer necessary.Henning Baldersheim2021-02-251-5/+1
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-1/+0
* Fix format string in location iterator unit test.Tor Egge2020-09-021-1/+1
* cleanupArne Juul2020-08-261-29/+2
* move test to match code locationArne Juul2020-08-262-0/+167
* test via new api onlyArne Juul2020-08-181-41/+30
* Reapply "Arnej/add json geo format"Arne Juul2020-08-171-67/+211
* Remove unused u32_inf variable.Tor Egge2020-08-171-1/+0
* Revert "Arnej/add json geo format"Arnstein Ressem2020-08-171-211/+67
* test new parsingArne Juul2020-08-161-67/+211
* unit test all constructors and full API for GeoLocationArne Juul2020-07-171-9/+267
* [lo,hi] -> [low,high]Arne Juul2020-07-151-30/+30
* remove now-duplicate testArne Juul2020-07-152-102/+0
* style fixesArne Juul2020-07-151-12/+9
* fix bugsArne Juul2020-07-151-2/+0
* finish rewrite to use GeoLocationArne Juul2020-07-152-105/+110
* split out geo location parser into its own distinct classArne Juul2020-07-152-38/+12
* refactor geo location parsingArne Juul2020-07-151-2/+2
* add common geo location parsingArne Juul2020-07-152-0/+144
* Consolidate search for GTest.Tor Egge2020-07-072-2/+0
* Use find_package to find gtest library.Tor Egge2020-06-292-2/+4
* Prepare to support matched-elements-only for arrays and weighted sets of prim...Geir Storli2020-05-204-61/+64
* Add protection to avoid going out of bounds when handling an empty bitvector.Henning Baldersheim2020-05-091-0/+16
* Follow up on code PR comments.Henning Baldersheim2020-05-081-12/+12
* In order to handle and/or/andnot where the left hand side is longer than the ...Henning Baldersheim2020-05-071-0/+41
* Reduce code duplication. Rand48 class is in vespalib.Tor Egge2020-04-251-3/+3
* Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-048-727/+0
* adaptive sequenced executor (experimental)Håvard Pettersen2020-03-263-18/+317
* Wire in control of executor type.Henning Baldersheim2020-02-281-2/+2
* Add single threaded thoughput optimized executor with high and low watermark ...Henning Baldersheim2020-02-271-1/+7
* Add getStats and setTaskLimit to interface to make it easy to swap implementa...Henning Baldersheim2020-02-272-37/+37