summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/attribute_initializer/attribute_initializer_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Verify that transient memory is zero when attribute to load doesn't haveTor Egge2020-05-081-2/+10
* Add get_transient_memory_usage() method to AttibuteInitializer.Tor Egge2020-05-081-0/+30
* Use std::make_xxxHenning Baldersheim2018-08-201-2/+1
* move LOG_SETUP after other includesArne Juul2018-06-201-3/+3
* use LOG_ABORT not just abort()Arne Juul2018-06-121-0/+3
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
* Update copyright headersJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
* Copyright headerJon Bratseth2017-06-131-1/+1
* Move DirectoryHandler from searchcore to searchlib.Geir Storli2017-05-121-6/+7
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-021-29/+26
* Add AttributeInitializerResult class, representing an initialized attribute.Tor Egge2017-04-051-12/+12
* Pass attribute spec to attribute initializer.Tor Egge2017-04-051-15/+15
* Check collection type parameters before loading attribute.Tor Egge2017-03-301-0/+16
* Don't load attributes that are too old.Tor Egge2017-03-291-0/+9
* Rename method to reduce cognitive cost.Tor Egge2017-03-281-2/+2
* Add more failure cases, mismatching base type and mismatching collection type.Tor Egge2017-03-281-0/+29
* Add unit test for attribute initializer.Tor Egge2017-03-281-0/+153