aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests
Commit message (Expand)AuthorAgeFilesLines
* some more shared string repo experimentsHåvard Pettersen2020-12-071-9/+71
* Use Select1stHenning Baldersheim2020-12-071-7/+3
* Expect that all are present after resize too.Henning Baldersheim2020-12-071-1/+8
* Add a force_insert method to the hash_table. It is faster as it skips the pre...Henning Baldersheim2020-12-071-0/+42
* Only handle wakeup if necessary.Henning Baldersheim2020-12-051-1/+6
* Use std::atomic.Tor Egge2020-12-032-19/+21
* Don't increment or decrement volatile variables. It is deprecatedTor Egge2020-12-032-8/+8
* improve and clean up unit testHåvard Pettersen2020-11-261-28/+32
* shared string repo -- WIPHåvard Pettersen2020-11-252-0/+227
* Merge pull request #15385 from vespa-engine/balder/reorder-for-smaller-footprintHenning Baldersheim2020-11-231-12/+12
|\
| * Steal the traces explicit and force moving of traces. Also hide access to the...Henning Baldersheim2020-11-231-1/+1
| * Use a std:.unique_ptr to make Trace a thin wrapper for TraceNode to make the ...Henning Baldersheim2020-11-181-10/+10
| * Move the Trace and TraceNode when adding traces.Henning Baldersheim2020-11-181-1/+1
| * Hide the modifiable TraceNode root inside the Trace objectHenning Baldersheim2020-11-181-1/+1
* | Include array to get definition of std::array.Tor Egge2020-11-231-0/+1
|/
* 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
|/