summaryrefslogtreecommitdiffstats
path: root/vsm/src/vespa
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJon Bratseth2017-06-1462-62/+62
* Revert "Update copyright headers"Jon Bratseth2017-06-1462-62/+62
* Update copyright headersJon Bratseth2017-06-1462-62/+62
* Remove carriage returnJon Bratseth2017-06-141-1/+1
* Revert "Copyright header"Jon Bratseth2017-06-1362-63/+63
* Copyright headerJon Bratseth2017-06-1362-63/+63
* Forward declare XmlOutputStream and FieldValue::IteratorHandler.Henning Baldersheim2017-06-075-10/+9
* Hide the implementation details.Henning Baldersheim2017-06-062-0/+2
* Forward declare DocumentType.Henning Baldersheim2017-06-061-0/+1
* ISO C++1z does not allow ‘register’ storage class specifier (gcc 7)Henning Baldersheim2017-05-051-3/+3
* Clear array before prepare to avoid crash on reuse.Henning Baldersheim2017-05-032-22/+24
* Fix warnings hidden earlier due to including application headers as system in...Henning Baldersheim2017-05-0321-105/+119
* Put the start and end iterators into a Range class for simplicity and readabi...Henning Baldersheim2017-04-243-16/+15
* add override in vsm moduleArne H Juul2017-04-129-18/+18
* Add field id to the onPrimitive interface.Henning Baldersheim2017-04-037-28/+25
* Remove StorageDocument::LPHenning Baldersheim2017-03-211-2/+1
* FieldModifier::LP -> FieldModifier::UPHenning Baldersheim2017-03-212-10/+7
* fp -> fieldPath for readability.Henning Baldersheim2017-03-161-6/+6
* Avoid maintaining the very costly FieldPath during traversal.Henning Baldersheim2017-03-152-17/+28
* Include what you needHenning Baldersheim2017-03-151-0/+1
* C++11 for loops and include canonize.Henning Baldersheim2017-03-155-9/+10
* resolve to Symbol outside loopsArne H Juul2017-02-231-8/+8
* Merge pull request #1844 from yahoo/arnej/remove-nonslime-summary-codeGeir Storli2017-02-236-268/+10
|\
| * remove unused old jsondocsumwriterArne H Juul2017-02-233-226/+0
| * add "clear" methodArne H Juul2017-02-231-0/+6
| * make useSlimeInsideFields always trueArne H Juul2017-02-232-42/+4
* | Merge pull request #1842 from yahoo/balder/allow-null-querynoderesultbaseHåvard Pettersen2017-02-232-25/+0
|\ \ | |/ |/|
| * Remove unused codeHenning Baldersheim2017-02-222-25/+0
* | fix precision lossArne H Juul2017-02-231-1/+3
|/
* use range-based for loopsArne H Juul2017-02-211-11/+11
* update copyright yearArne H Juul2017-02-212-2/+2
* add new SlimeFieldWriter classArne H Juul2017-02-204-15/+242
* fixes after reviewArne H Juul2017-02-131-5/+4
* Use SummaryFieldConverter to generate slimeArne H Juul2017-02-102-3/+47
* Repair incorrect deduction of max fieldNo.Henning Baldersheim2017-01-201-3/+3
* Clean up a very dangerous interface to prevent potential misuse.Henning Baldersheim2017-01-207-159/+62
* Clearly differentiate when you promise a long lived buffer and not.Henning Baldersheim2017-01-193-9/+4
* GC unused code and only include the stuff needed.Henning Baldersheim2016-12-191-2/+0
* Only include what you needHenning Baldersheim2016-12-1917-117/+56
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-1/+0
* Decouple includes.Henning Baldersheim2016-12-167-58/+58
* ReformatHenning Baldersheim2016-12-164-10/+5
* Require non-zero termlengthHenning Baldersheim2016-12-161-3/+3
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-158-48/+41
* Ensure correct build order.Henning Baldersheim2016-12-121-0/+3
* Do not bring in nbostream everywhere.Henning Baldersheim2016-12-121-2/+5
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-12/+8
* Include asciistream in implementation only.Henning Baldersheim2016-12-123-6/+6
* No need to include log.h when not loggingHenning Baldersheim2016-12-122-6/+0
* Missing include for vectorHenning Baldersheim2016-11-171-0/+2