aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #15325 from vespa-engine/havardpe/spin-lockHåvard Pettersen2020-11-132-0/+182
|\
| * fix typoHåvard Pettersen2020-11-131-1/+1
| * added spin lock with testHåvard Pettersen2020-11-122-0/+182
* | Add basic exact matching support for X509 URI SANsTor Brede Vekterli2020-11-103-15/+53
|/
* Guard against timeout value that is too high and will cause overflow.Henning Baldersheim2020-11-051-0/+5
* enable explicitly specifying the participation idHåvard Pettersen2020-10-301-41/+152
* add function to allocate an uninitialized arrayHåvard Pettersen2020-10-261-0/+21
* Add noexcept specifier to function that cannot throw.Tor Egge2020-10-161-1/+1
* GC unused vespalib::MOnitor.Henning Baldersheim2020-10-151-220/+38
* GC unused includeHenning Baldersheim2020-10-141-3/+1
* Verify that atomic duration time_point is lock free.Henning Baldersheim2020-10-131-0/+6
* Eliminate noexcept warnings.Tor Egge2020-10-114-5/+5
* - GC the last usages of vespalib::Lock.Henning Baldersheim2020-10-086-42/+7
* Use XXH3 over XXH64 as vespalib string hash functionTor Brede Vekterli2020-10-081-1/+1
* - GC unused code.Henning Baldersheim2020-10-078-1021/+39
* Remove broken copy and move constructor and assignment operatoos on vespalib:...Henning Baldersheim2020-10-071-11/+1
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-077-27/+27
* Include pthread.h when using pthread functions.Tor Egge2020-10-031-0/+1
* Consider a buffer on hold to have zero dead elements.Tor Egge2020-09-301-3/+4
* inline typeid(A)Håvard Pettersen2020-09-251-3/+2
* benchmark type detectionHåvard Pettersen2020-09-253-0/+159
* postpone change in DirectSparseTensorBuilderArne Juul2020-09-161-2/+2
* shrink stash for very small sparse tensorsArne Juul2020-09-161-3/+3
* account for accounting infoArne Juul2020-09-091-1/+1
* Extra used bytes must also be accounted in allocated bytes when creating memo...Geir Storli2020-09-021-17/+22
* Change DataStore::addEntry() to use free lists if enabled.Geir Storli2020-09-011-20/+25
* Use an allocator that automagically allocates large buffer by using mmap.Henning Baldersheim2020-08-315-3/+9
* ChildProc -> ChildProcessArne Juul2020-07-1711-52/+52
* rename SlaveProc -> ChildProcArne Juul2020-07-1711-52/+52
* Consolidate search for GTest.Tor Egge2020-07-0711-11/+0
* avoid naked exitArne Juul2020-07-031-6/+5
* Merge pull request #13742 from vespa-engine/toregge/use-find-package-to-find-...Geir Storli2020-06-3011-11/+22
|\
| * Use find_package to find gtest library.Tor Egge2020-06-2911-11/+22
* | Add comment about why two tests are disabled when addressTor Egge2020-06-291-0/+6
* | Partially disable alloc test when using address sanitizer.Tor Egge2020-06-291-0/+10
|/
* Merge pull request #13563 from vespa-engine/toregge/add-foreach-key-range-met...Geir Storli2020-06-151-0/+77
|\
| * Add foreach_key_range method to btree iterator, to scan a range ofTor Egge2020-06-121-0/+77
* | make type type member detection a generic trait and test itHåvard Pettersen2020-06-131-0/+10
|/
* common code for operation inliningHåvard Pettersen2020-06-112-0/+133
* Revert "Revert "When we pull in a cacheline, we should use it too.""Henning Baldersheim2020-06-081-1/+1
* Revert "When we pull in a cacheline, we should use it too."Harald Musum2020-06-081-1/+1
* - Stick to void * and byte offsets.Henning Baldersheim2020-06-071-1/+1
* Detect use of clang version of address sanitizer.Tor Egge2020-05-251-0/+8
* Disable rlimit checking tests when using address sanitizer.Tor Egge2020-05-241-0/+2
* Revert "Revert "Use a smart allocator for allocating memory for large 'long' ...Henning Baldersheim2020-05-111-0/+14
* Revert "Use a smart allocator for allocating memory for large 'long' lived"Harald Musum2020-05-111-14/+0
* Use a smart allocator for allocating memory for large 'long' livedHenning Baldersheim2020-05-111-0/+14
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-0411-27/+27
* Prepare for renaming namespace search::btree to vespalib::btree andTor Egge2020-04-281-3/+1
* Merge pull request #13063 from vespa-engine/toregge/extend-btree-frozen-viewGeir Storli2020-04-272-0/+22
|\