aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/grouping
Commit message (Expand)AuthorAgeFilesLines
* Use std::vectorHenning Baldersheim2024-04-252-16/+13
* Update copyrightJon Bratseth2023-10-0913-13/+13
* Modernize C++ code with auto and range-based loops.Geir Storli2023-07-072-4/+4
* Prefer std::vectorHenning Baldersheim2023-03-142-9/+5
* Deinline large destructors and clean up some code based on clion hints.Henning Baldersheim2023-02-011-0/+3
* GC some compiler pragmas not needed.Henning Baldersheim2023-01-301-14/+12
* Change from typedef to using in searchlib C++ code.Geir Storli2022-12-215-11/+11
* Normalize includes in searchcore and searchlib.Tor Egge2022-09-282-2/+2
* expression result is pointerHÃ¥vard Pettersen2022-06-072-4/+4
* Prefer std::vector<T, vespalib::allocator_large> over vespalib::Array<T> step 1.Henning Baldersheim2022-03-102-7/+5
* Add noexcept specifiers.Tor Egge2021-12-112-2/+2
* Update 2017 copyright notices.gjoranv2021-10-0713-13/+13
* Add operator overloads to avoid ambiguous reversed operators.Tor Egge2020-12-041-0/+6
* Add noexcept as indicated by -WnoeexceptHenning Baldersheim2020-10-072-8/+8
* Use template args for the class, not on the find method.Henning Baldersheim2018-11-012-10/+8
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-282-9/+10
* Drop the dangerous LinkedPtr.Henning Baldersheim2017-08-213-0/+3
* Update copyright headersJon Bratseth2017-06-1413-13/+13
* Revert "Update copyright headers"Jon Bratseth2017-06-1413-13/+13
* Update copyright headersJon Bratseth2017-06-1413-13/+13
* Revert "Copyright header"Jon Bratseth2017-06-1313-13/+13
* Merge with masterJon Bratseth2017-06-131-2/+2
|\
| * Move to separate compression namespace to avoid pollution.Henning Baldersheim2017-06-131-2/+2
* | Copyright headerJon Bratseth2017-06-1313-13/+13
|/
* Reduce fastos.h dependency.Henning Baldersheim2017-06-012-5/+4
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-031-4/+4
* Move th tricky part to a value object to avoid challenges with move of polymo...Henning Baldersheim2017-03-291-1/+1
* Remove ExpressionNode::CP from interfaces.Henning Baldersheim2017-03-271-1/+1
* Optimize includes.Henning Baldersheim2017-01-312-1/+3
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-153-6/+12
* Remove the XXXFactory indirection. Just use static method on Alloc.Henning Baldersheim2016-10-161-1/+1
* Checkpoint 1Henning Baldersheim2016-10-031-7/+4
* delete the copy constructor/operatorsHenning Baldersheim2016-10-031-1/+3
* delete the copy constructor/operatorsHenning Baldersheim2016-10-031-1/+4
* use cmathArne Juul2016-06-271-0/+1
* balder -> baldersheim in OWNERS file.Henning Baldersheim2016-06-171-1/+1
* PublishJon Bratseth2016-06-1514-0/+1243