summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/util
Commit message (Expand)AuthorAgeFilesLines
* Reduce transitive includes.Henning Baldersheim2023-03-011-2/+5
* trace global filter iterator treeHÃ¥vard Pettersen2023-02-092-0/+43
* make test using onnxruntime internals optionalArne Juul2023-01-261-0/+2
* Also enable memory trapping with "true" environment variable valueTor Brede Vekterli2023-01-121-1/+1
* Add utility functionality for trapping memory accessesTor Brede Vekterli2023-01-112-0/+70
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-202-4/+4
* Remove ReusableSetPool.Tor Egge2022-10-252-148/+0
* Rename removeOldGenerations() -> reclaim_memory().Geir Storli2022-10-121-2/+2
* Rename first used generation -> oldest used generation.Geir Storli2022-10-123-19/+19
* Use the generic hold list for entry refs in a datastore.Geir Storli2022-10-111-6/+55
* Implement GenerationHolder in terms of the generic generation hold list.Geir Storli2022-10-104-70/+24
* Implement a generic hold list for data elements associated with a generation.Geir Storli2022-10-102-0/+54
* Factor out XML attribute/content escaping to own utility functionsTor Brede Vekterli2022-09-052-0/+53
* Add noexcept specifier.Tor Egge2022-07-031-2/+2
* Remove most use of vespalib::rmdir in vespalib. Deprecate vespalib::mkdir.Tor Egge2022-06-021-1/+2
* - Introduce the concept of minimal capacity for rcu vectors.Henning Baldersheim2022-05-241-20/+33
* - Stick to using GrowStragey everywhere.Henning Baldersheim2022-05-231-14/+14
* Fold staging_vespalib into vespalibHenning Baldersheim2022-05-204-0/+109
* Add CGroupResourceLimits class.Tor Egge2022-05-1235-0/+121
* Add acquire_elem_ref() member function to rcu vector.Tor Egge2022-03-151-5/+146
* Convert rcu vector unit test to gtest.Tor Egge2022-03-144-137/+163
* Remove unneeded preprocessor directives.Tor Egge2022-03-021-5/+15
* Test lifetime of indirect values accessed via atomic pointer.Tor Egge2022-03-011-4/+109
* Sync executors at end of stress test.Tor Egge2022-03-011-0/+2
* Convert generation handler tests to gtest.Tor Egge2022-03-014-109/+124
* Fix race conditions in vespalib::GenerationHandler discovered by thread sanit...Tor Egge2022-02-222-7/+7
* Handle 64K page size in alloc unit test and rcuvector unit test.Tor Egge2022-02-171-10/+18
* Keep using same memory allocator when resizing rcu vector.Tor Egge2022-02-091-0/+72
* Use EntryRefFilter to filter calls to UniqueStoreRemapper::remap() forTor Egge2021-12-071-11/+5
* Update Verizon Media copyright notices.gjoranv2021-10-0714-14/+14
* Update 2017 copyright notices.gjoranv2021-10-078-8/+8
* run tests with various sizesArne H Juul2021-09-291-21/+38
* file should reflect name of functionArne H Juul2021-09-291-1/+1
* add common binary_hamming_distance functionArne H Juul2021-09-282-0/+89
* review follow-up:Arne Juul2021-03-252-8/+5
* ensure vespa BFloat16 and onnxruntime BFloat16 behave the sameArne Juul2021-03-232-1/+90
* check that BFloat16 can hold all int8_t values without precision lossArne Juul2021-03-091-0/+12
* Add free list to mmap file allocator.Tor Egge2021-03-045-0/+186
* stop worrying about FPE for nowArne Juul2021-03-031-9/+0
* ensure unit test works on CentOS 8 / gcc 10Arne Juul2021-03-031-2/+1
* rename BrainFloat16 -> BFloat16Arne Juul2021-03-023-49/+49
* more BrainFloat16 functionalityArne Juul2021-03-021-1/+36
* better NaN support for BrainFloat16Arne Juul2021-03-021-10/+60
* add BrainFloat16 "float with less precision"Arne Juul2021-03-022-0/+90
* Merge pull request #16495 from vespa-engine/arnej/add-size-literalsArne H Juul2021-02-164-6/+57
|\
| * add unit test for size literalsArne Juul2021-02-152-0/+50
| * use size literals in vespalibArne Juul2021-02-152-6/+7
* | Rename get_memory_allocator to make_memory_allocator in mmap file allocatorTor Egge2021-02-151-3/+3
* | Use mmap file allocator in dense tensor attribute if huge flag isTor Egge2021-02-153-0/+59
|/
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-071-1/+1