aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/aggregation/group.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Unify code layout.Henning Baldersheim2023-06-121-32/+32
* Clean up limitation enforment in Group.Henning Baldersheim2023-02-171-9/+9
* Modernize grouping test.Henning Baldersheim2023-02-171-4/+2
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-211-2/+2
* Get VESPA_DLL_LOCAL from vespa/fastos/types.hHenning Baldersheim2022-03-071-1/+0
* Stop using std::binary_function (searchlib).Tor Egge2022-02-261-1/+1
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* - NULL -> nullptrHenning Baldersheim2021-06-171-1/+1
* Use std::make_sharedHenning Baldersheim2021-03-081-2/+2
* Keep private access.Henning Baldersheim2020-03-161-1/+3
* Bump max number of groups from 16M to 4GHenning Baldersheim2020-03-161-8/+6
* Remove reduandant cast and type specification along with some unused code.Henning Baldersheim2018-11-021-16/+2
* Use template args for the class, not on the find method.Henning Baldersheim2018-11-011-0/+6
* Reduce visibility.Henning Baldersheim2017-08-251-1/+1
* Revert "Balder/move instead of copy"Henning Baldersheim2017-08-251-3/+3
* Reduce visibility.Henning Baldersheim2017-08-221-1/+1
* Move instead of copy.Henning Baldersheim2017-08-221-2/+2
* Drop the dangerous LinkedPtr.Henning Baldersheim2017-08-211-3/+1
* 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
* Use overrideHenning Baldersheim2017-04-041-1/+1
* Clean up some unused code.Henning Baldersheim2017-03-301-8/+5
* Move th tricky part to a value object to avoid challenges with move of polymo...Henning Baldersheim2017-03-291-67/+138
* Use cloneableptr for expressiontree. It aint't copied anyway.Henning Baldersheim2017-03-271-1/+1
* Remove ExpressionNode::CP from interfaces.Henning Baldersheim2017-03-271-7/+12
* Optimize includes.Henning Baldersheim2017-01-311-3/+7
* PublishJon Bratseth2016-06-151-0/+201