summaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/vespa-ranking-expression-analyzer
Commit message (Collapse)AuthorAgeFilesLines
* handle 'in' operator as custom (tensor) map operationHåvard Pettersen2017-11-031-13/+3
| | | | | | free arrays no longer allowed restrict set members to be numbers or strings auto-unbox negative numbers in AST
* 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
|
* Reduce fastos.h dependency.Henning Baldersheim2017-06-011-7/+1
|
* add override in searchlib moduleArne H Juul2017-04-121-2/+2
|
* deiniline destructorsHenning Baldersheim2017-03-091-13/+17
|
* more info about parameter usage when verboseHaavard2017-03-031-11/+27
|
* update with lazy parameter passing APIHaavard2017-02-271-4/+2
|
* wire in immediate evaluation of new syntaxHaavard2017-02-101-1/+1
|
* use mapped input fileHaavard2017-02-071-32/+5
|
* make stuff compile and testHaavard2017-01-231-10/+10
|
* make type information available to the interpreted program builderHaavard2016-10-051-1/+1
|
* Move the gbdt and vm_forest back to the eval module.Henning Baldersheim2016-09-121-2/+2
|
* Split out tensor and llvm part of eval to avoid bringing in llvm everywhere ↵Henning Baldersheim2016-09-111-4/+4
| | | | where it is not needed.
* use cmathArne Juul2016-06-271-1/+2
| | | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions * use <cstdlib> for std::abs() with integral types
* PublishJon Bratseth2016-06-154-0/+399