summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/expression
Commit message (Collapse)AuthorAgeFilesLines
* expression result is pointerHåvard Pettersen2022-06-071-7/+7
| | | | | since it can sometimes be nullptr (deref of nullptr is undefined behavior)
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ↵Henning Baldersheim2022-05-251-1/+2
| | | | | | implementation. Add setters to vespalib::GrowStrategy.
* Update 2018 copyright notices.gjoranv2021-10-072-2/+2
|
* Range iterators over std::vector<bool> and storage::JudyMultiMap do notTor Egge2020-10-071-1/+1
| | | | return references.
* Explicitly instantiate common attribute update member functions.Tor Egge2020-10-051-1/+0
|
* Fix issues detected by clang 10.Tor Egge2020-02-141-1/+1
|
* Add explicit testing of bool attributes and grouping.Henning Baldersheim2019-01-151-9/+40
|
* Test simple grouping with attribute map lookup.Tor Egge2018-09-132-27/+3
|
* Use proper inheritance for (de)serialize.Tor Egge2018-09-111-2/+2
|
* Allocate identifiable id for AttributeMapLookupNode.Tor Egge2018-09-101-1/+26
|
* Rename AttributeKeyedNode to AttributeMapLookupNode.Tor Egge2018-09-101-3/+3
|
* Add support for indirect map lookup key.Tor Egge2018-09-071-0/+14
|
* Further reduce number of test values.Tor Egge2018-09-061-8/+8
|
* Extend AttributeNode test to also test AttributeKeyedNode.Tor Egge2018-09-061-1/+28
|
* Reduce number of test values.Tor Egge2018-09-061-28/+28
|
* Add unit test for AttributeNode.Tor Egge2018-09-042-0/+396