aboutsummaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/stllike
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-0911-11/+11
* - Use stash instead of the single use of VariableSizeVector.Henning Baldersheim2023-09-251-0/+8
* - Add explicit test that onInsert/onRemove is called correctly when cache is ...Henning Baldersheim2023-06-161-0/+60
* Stop using throw() as noexcept specifier.Tor Egge2023-02-081-2/+2
* Change from typedef to using in vespalib C++ code.Geir Storli2022-12-215-27/+27
* Fold staging_vespalib into vespalibHenning Baldersheim2022-05-203-0/+343
* Use vespalib::string in TestAndSetConditionTor Brede Vekterli2022-03-241-0/+19
* Revert "Use vespalib::string in TestAndSetCondition"Tor Brede Vekterli2022-03-241-19/+0
* Use vespalib::string in TestAndSetConditionTor Brede Vekterli2022-03-241-0/+19
* Add noexcept specifiers (vespalib).Tor Egge2022-02-261-2/+2
* Stop using std::unary_function and std::binary_function.Tor Egge2022-02-252-3/+3
* - Generate mode modern c++ code.Henning Baldersheim2022-02-081-18/+5
* a shared empty stringHÃ¥vard Pettersen2021-12-141-0/+5
* Update Verizon Media copyright notices.gjoranv2021-10-071-1/+1
* Update 2017 copyright notices.gjoranv2021-10-078-8/+8
* Add some sanity checking to NonPOD benchmarkHenning Baldersheim2021-06-041-6/+32
* Add benchmark for non POD objects.Henning Baldersheim2021-06-041-2/+28
* - Add benchmark for hashtable reconstruction.Henning Baldersheim2021-06-041-0/+21
* Move alignas to proper position.Tor Egge2021-04-141-0/+7
* - Ensure that hashtable::clear does not touch capacity of hashtable.Henning Baldersheim2021-02-251-1/+15
* 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
* Use std::atomic.Tor Egge2020-12-031-9/+10
* Don't increment or decrement volatile variables. It is deprecatedTor Egge2020-12-031-4/+4
* Add noexcept specifier to function that cannot throw.Tor Egge2020-10-161-1/+1
* Use XXH3 over XXH64 as vespalib string hash functionTor Brede Vekterli2020-10-081-1/+1
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-072-14/+14
* Include pthread.h when using pthread functions.Tor Egge2020-10-031-0/+1
* Consolidate search for GTest.Tor Egge2020-07-071-1/+0
* avoid naked exitArne Juul2020-07-031-6/+5
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+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
* cosmetic fixes in unit testArne Juul2020-04-201-1/+7
* add utility for replacing a variable in a stringArne Juul2020-04-202-0/+32
* /proc/stat is linux specific.Tor Egge2020-04-191-0/+2
* No mentioning of defines here.Henning Baldersheim2020-03-271-1/+0
* Use xxhash for most out hashing. It is significantly better quality hash.Henning Baldersheim2020-03-272-2/+2
* Add benchmark for xxhash32, xxhash64 and legacyHenning Baldersheim2020-03-231-16/+55
* Use vespalib::hash_set instead of std::set to reduce number of allocation and...Henning Baldersheim2020-03-181-0/+3
* Factor out common code and add more sanity checking to the tests.Henning Baldersheim2020-01-221-2/+4
* Add move constructor and operator to stringHenning Baldersheim2020-01-211-0/+37
* Merge pull request #9814 from vespa-engine/balder/use-from_chars-in-streamHenning Baldersheim2019-06-201-12/+23
|\
| * verify that whitespace is eaten.Henning Baldersheim2019-06-151-4/+15
| * Use std::from_chars in stream.Henning Baldersheim2019-06-141-8/+8
* | Replace GCC-only `std::_Identity` and `std::_Select1st` with own codeTor Brede Vekterli2019-06-171-1/+2
|/
* make allow-underflow common codeArne Juul2019-06-121-0/+17
* simplify testArne Juul2019-06-121-10/+2