summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/datastore
Commit message (Expand)AuthorAgeFilesLines
* Consolidate search for GTest.Tor Egge2020-07-074-4/+0
* Use find_package to find gtest library.Tor Egge2020-06-294-4/+8
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-047-12/+12
* Fix buffer overflow in vespalib datastore buffer type test.Tor Egge2020-04-221-3/+3
* Reduce code duplication in test code.Tor Egge2020-03-301-5/+1
* Handle newer gtest versions where the legacy API is deprecated.Tor Egge2020-03-291-0/+4
* Restore enum store compaction support for enum attributes.Tor Egge2019-09-021-2/+5
* Remove inlining warning during compilation of unique store unitTor Egge2019-09-011-5/+13
* Rename UniqueStoreDictionaryBase -> IUniqueStoreDictionary.Geir Storli2019-08-271-1/+1
* Move count functions from enum store dictionary to unique store dictionary.Geir Storli2019-08-272-0/+93
* Rename UniqueStoreSaver => UniqueStoreEnumerator.Tor Egge2019-08-231-11/+11
* Test normal doubles.Tor Egge2019-08-201-1/+1
* Verify that we can retrieve infinite value from unique store.Tor Egge2019-08-201-0/+4
* Add handling of NaN (not a number) in unique store.Tor Egge2019-08-201-0/+33
* Style fix for naming of data types.Tor Egge2019-08-191-17/+17
* Extend unique store test to cover use of unique store string allocator.Tor Egge2019-08-181-101/+129
* Merge pull request #10288 from vespa-engine/vekterli/add-freelist-support-to-...Tor Brede Vekterli2019-08-161-4/+49
|\
| * Add free-list support to ArrayStoreTor Brede Vekterli2019-08-161-4/+49
* | Style fixes for UniqueStoreStringAllocator.Tor Egge2019-08-151-6/+6
|/
* Add struct BufferStats, used by unit tests.Tor Egge2019-08-151-36/+21
* Add separate allocator for strings in unique store.Tor Egge2019-08-153-1/+214
* Rewrite unique store tests to gtest.Geir Storli2019-08-142-99/+100
* Move B-tree used for dictionary in unique store into UniqueStoreDictionary.Tor Egge2019-08-121-1/+0
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-2710-0/+1452