aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/vespa/searchlib/query
Commit message (Expand)AuthorAgeFilesLines
* Nested namespace and default destructorsHenning Baldersheim2018-04-031-4/+2
* Include what you need.Henning Baldersheim2017-08-181-0/+2
* - Input is always dangerous.Henning Baldersheim2017-08-041-4/+4
* Use locale insensitive strtod and strtof.Henning Baldersheim2017-06-191-1/+2
* Update copyright headersJon Bratseth2017-06-1445-45/+45
* Revert "Update copyright headers"Jon Bratseth2017-06-1445-45/+45
* Update copyright headersJon Bratseth2017-06-1445-45/+45
* Revert "Copyright header"Jon Bratseth2017-06-1345-45/+45
* Copyright headerJon Bratseth2017-06-1345-45/+45
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-061-0/+1
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-242-2/+2
* Deinline as compiler makes the best choices.Henning Baldersheim2017-05-092-2/+4
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-038-80/+78
* Use overrideHenning Baldersheim2017-04-044-72/+66
* Remove dead codeHenning Baldersheim2017-03-211-21/+0
* Removed LinkedPtr usageHenning Baldersheim2017-03-217-62/+22
* Extend IAttributeVector API with function for creating a ISearchContext.Geir Storli2017-03-153-0/+43
* Implement a default destructor to avoid the automatic inlining of large destr...Henning Baldersheim2017-03-082-0/+3
* Fix compiler error.Henning Baldersheim2017-03-041-1/+1
* Make optional stuff be fully lazy.Henning Baldersheim2017-03-041-3/+3
* Remove unused code.Henning Baldersheim2017-02-232-4/+2
* Avoid creating objects not needed.Henning Baldersheim2017-02-238-46/+35
* - vespalib::Array -> std::vectorHenning Baldersheim2017-02-222-33/+50
* Optimize includes.Henning Baldersheim2017-02-061-0/+2
* Only include what you needHenning Baldersheim2016-12-2110-39/+28
* Only include what you needHenning Baldersheim2016-12-216-26/+4
* Deinline some non-trivial methods and do not provide assert.h in string.Henning Baldersheim2016-12-211-0/+1
* Do not include fastos.h in header files.Henning Baldersheim2016-12-193-3/+0
* Decouple includes.Henning Baldersheim2016-12-162-9/+26
* Do not bring in nbostream everywhere.Henning Baldersheim2016-12-122-7/+3
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-0/+1
* Include asciistream in implementation only.Henning Baldersheim2016-12-125-15/+16
* Reduce unneccessary code incluscion.Henning Baldersheim2016-12-121-3/+2
* Just get the term and th eindex name directly from the iterator.Henning Baldersheim2016-09-242-39/+16
* Provide more state info on query parsing errors.Henning Baldersheim2016-09-213-12/+21
* Factor out the code to get demangled classnames to a common placeHenning Baldersheim2016-09-211-8/+2
* Add some more error reporting so that we can figure out what is wrong.Henning Baldersheim2016-09-212-13/+22
* If error, do not commence.Henning Baldersheim2016-09-211-1/+1
* refactor for readabilityHenning Baldersheim2016-09-212-129/+119
* Break out on errorHenning Baldersheim2016-09-211-1/+1
* Unify to enhance readabilityHenning Baldersheim2016-09-211-98/+50
* GC unused codeHenning Baldersheim2016-08-291-15/+0
* use cmathArne Juul2016-06-271-6/+6
* Simplify searchlib libraries (#157)Arne H Juul2016-06-222-4/+2
* balder -> baldersheim in OWNERS file.Henning Baldersheim2016-06-171-1/+1
* PublishJon Bratseth2016-06-1547-0/+4171