aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/attribute_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std::vector instead of vespalib::ArrayHenning Baldersheim2024-04-241-16/+16
* Update copyrightJon Bratseth2023-10-091-1/+1
* Make paged attribute test (checking growth of swap file) more robust.Tor Egge2023-08-251-17/+12
* Prefer std::filesystem::exists over FastOS_StatInfoHenning Baldersheim2023-07-251-27/+20
* Switch to dynamic type mapper for multi value mapping.Tor Egge2023-06-191-12/+12
* Store entry size in BufferTypeBase.Tor Egge2023-06-131-12/+12
* Ensure that default value is present in enum store.Tor Egge2023-04-141-14/+14
* Handle 16k page size.Tor Egge2023-04-121-0/+4
* Remove array size from BufferFreeList.Tor Egge2023-04-111-16/+16
* Change buffer state accounting from elements to entries.Tor Egge2023-04-041-20/+20
* - GC unused _activeBuffers member.Henning Baldersheim2023-03-151-21/+19
* Factor out implementation dependent sizeof(std::string).Tor Egge2023-03-151-8/+10
* Allocate BufferState in stash and add pointer to BufferAndMetaHenning Baldersheim2023-03-131-20/+20
* Report more of the static memory usage for datastores.Henning Baldersheim2023-03-091-20/+20
* Test both used and allocated memory.Henning Baldersheim2023-03-091-0/+12
* Add test showing accounted memory usage for empty attributes.Henning Baldersheim2023-03-081-0/+24
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-5/+5
* avoid nullptr derefHÃ¥vard Pettersen2022-06-211-9/+9
* Remove most use of vespalib::rmdir in searchlib.Tor Egge2022-06-021-21/+12
* Simplify AttributeVector by moving out ValueModifier, EnumModifier and BaseName.Henning Baldersheim2022-05-271-5/+3
* GC unused includeHenning Baldersheim2022-05-271-1/+0
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-8/+10
* Use google test for attribute vector unit test.Tor Egge2022-04-131-325/+442
* Remove copy constructors.Henning Baldersheim2022-03-281-10/+9
* Avoid the need for clone by using unique_ptr.Henning Baldersheim2022-03-281-8/+8
* Propagate memory allocator to growable bitvector in SingleBoolAttribute.Tor Egge2022-02-151-1/+7
* Handle 64K page size when testing paged attributes.Tor Egge2022-02-141-2/+11
* Propagate memory allocator to attribute vector components.Tor Egge2022-02-141-0/+85
* Hide Fast_BufferedFile better.Henning Baldersheim2022-01-271-5/+3
* Clean and simplify default value handlingHenning Baldersheim2021-10-291-5/+6
* If the uncommitted changes pass 128k for an attribute force a commit.Henning Baldersheim2021-10-211-3/+38
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Generalize how address space usage is reported from attribute vectors.Geir Storli2021-07-151-20/+21
* Avoid tracking information to keep docids close when that is not necessary.Henning Baldersheim2021-06-031-6/+6
* Remove includes no longer necessary.Henning Baldersheim2021-02-251-1/+0
* Include hpp files to get definitions of needed member functions.Tor Egge2020-10-061-0/+2
* Rename namespace search::btree to vespalib::btree.Tor Egge2020-05-041-4/+4
* Handle AssignValueUpdate inside MapValueUpdate.Tor Egge2020-04-171-13/+17
* Enable free lists for multi-value mapping used in all multi-value attributes.Geir Storli2019-11-141-0/+16
* Avoid dependency on weighted set ordering in unit testsTor Brede Vekterli2019-10-181-21/+45
* Use a more descriptive test name.Tor Egge2019-09-241-3/+3
* Adjust reference count for default value enum store entry when shrinking aTor Egge2019-09-241-0/+41
* Improve memory management in all enum attributes.Geir Storli2019-09-021-4/+4
* Block multiple load calls for same attribute vector.Tor Egge2019-08-291-104/+73
* Add interface for an enum store.Geir Storli2019-08-281-3/+3
* Remove unused test classes.Geir Storli2019-08-191-7/+8
* Remove "enable enumerated save" flag from attribute vectors as this should be...Geir Storli2019-08-191-55/+14
* Move RcuVector and relevant support classes to vespalibTor Brede Vekterli2019-05-231-1/+1
* Test compact lid space for predicate attribute.Tor Egge2019-03-211-0/+20
* Be consistent with factors and percentagesHenning Baldersheim2019-01-291-1/+1