aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/attribute/enumeratedsave
Commit message (Expand)AuthorAgeFilesLines
* tag blueprints with strictnessHåvard Pettersen2024-03-201-1/+1
* Update copyrightJon Bratseth2023-10-092-2/+2
* Ensure that default value is present in enum store.Tor Egge2023-04-141-9/+12
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-6/+4
* fix more undefined behaviorHåvard Pettersen2022-06-221-3/+4
* Avoid using vespalib::Identifiable.Henning Baldersheim2022-05-271-5/+3
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-0/+1
* Move SearchContext out from AttributeVector.Tor Egge2022-03-291-1/+2
* Update 2017 copyright notices.gjoranv2021-10-072-2/+2
* Refactor to represent files with a generic header in a new class.Geir Storli2021-09-141-4/+5
* Avoid noncompliant use of std::is_sorted (The comparison function did notTor Egge2021-04-081-0/+2
* Sort unique values during load if needed.Tor Egge2021-04-081-3/+23
* Handle UniqueStoreDictionary without B-tree.Tor Egge2021-03-301-4/+22
* Remove includes no longer necessary.Henning Baldersheim2021-02-251-3/+0
* use size literals in searchlibArne Juul2021-02-151-1/+2
* Start expensive tests earlier.Henning Baldersheim2021-01-131-1/+1
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-2/+0
* Replace the dangerous stealBuffer method with a static one that requires std:...Henning Baldersheim2020-09-261-1/+1
* Move BufferWriter back to searchlib.Tor Egge2020-04-251-1/+1
* Reduce code duplication. Rand48 class is in vespalib.Tor Egge2020-04-251-2/+2
* Extend attribute save targets to support custom file writers.Geir Storli2020-03-271-0/+11
* Revert "Revert "Balder/add executeinfo""Henning Baldersheim2020-01-031-2/+3
* Revert "Balder/add executeinfo"Arnstein Ressem2020-01-031-3/+2
* Add ExecutionInfo to propagate more information than just strictness to fetch...Henning Baldersheim2019-12-311-2/+3
* Stop exposing low-level data store out of enum store.Geir Storli2019-09-101-1/+1
* Block multiple load calls for same attribute vector.Tor Egge2019-08-291-22/+25
* Also update compaction count for old style compaction.Tor Egge2019-08-271-1/+1
* Use unique store enumerator when saving enumerated attribute vectors.Tor Egge2019-08-261-0/+17
* Handle udat attribute files.Geir Storli2019-08-201-0/+9
* Remove unused test classes.Geir Storli2019-08-191-18/+10
* Remove "enable enumerated save" flag from attribute vectors as this should be...Geir Storli2019-08-191-30/+15
* Move datastore and btree code from searchlib to vespalibTor Brede Vekterli2019-05-271-1/+1
* Eliminate some clang warnings in searchlibTor Egge2019-02-081-11/+0
* Use std::make_xxxHenning Baldersheim2018-08-201-87/+35
* Rename AttributeVector::saveAs() method to save().Tor Egge2018-08-171-1/+1
* Remove attribute vector saveAs method with two arguments.Tor Egge2018-08-171-1/+1
* Pass file name to attribute vector save method.Tor Egge2018-08-171-2/+2
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Update copyright headers"Jon Bratseth2017-06-142-2/+2
* Update copyright headersJon Bratseth2017-06-142-2/+2
* Revert "Copyright header"Jon Bratseth2017-06-132-2/+2
* Copyright headerJon Bratseth2017-06-132-2/+2
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-1/+1
* add override in searchlib moduleArne H Juul2017-04-121-2/+2
* Move AttributeVector::SearchContext::Params to separate class in searchcommon.Geir Storli2017-03-141-10/+10
* deiniline destructorsHenning Baldersheim2017-03-091-7/+10
* Optimize includes.Henning Baldersheim2017-02-061-0/+2
* Decouple attributes so we do not include the world everywhere.Henning Baldersheim2016-12-171-5/+1
* use cmathArne Juul2016-06-271-0/+1
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1