summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/grouping
Commit message (Collapse)AuthorAgeFilesLines
* Remove files used by old unit test runner.Tor Egge2019-02-192-2/+0
|
* Wire in the attribute execution via the IAttributeContext.Henning Baldersheim2018-08-272-49/+4
| | | | Also execution in a task for containment.
* move LOG_SETUP after other includesArne Juul2018-06-201-3/+3
|
* use LOG_ABORT not just abort()Arne Juul2018-06-121-0/+3
| | | | | | | | | | * abort() has the unfortunate effect that nothing is seen in the log, just an event (which is usually not displayed); so ops people don't see that the program is crashing at all. * LOG_ABORT("message") will log an error with the message (and the file and line) before calling abort(), so it's easy to see what happened. * add or move <vespa/log/log.h> include and LOG_SETUP lines before LOG_ABORT is used (or included).
* 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
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-021-3/+3
| | | | includes
* add override in searchcore moduleArne H Juul2017-04-121-3/+3
|
* Remove LP from ExpressionTree by using deep copy.Henning Baldersheim2017-03-301-1/+1
|
* Override and some copy constructor/operator cleanup.Henning Baldersheim2017-03-271-6/+10
|
* Not ready for LinkedPtr removal yet....Henning Baldersheim2017-03-271-5/+6
|
* Move the GroupingLevelHenning Baldersheim2017-03-271-126/+90
|
* Remove ExpressionNode::CP from interfaces.Henning Baldersheim2017-03-271-102/+69
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-155-0/+619