summaryrefslogtreecommitdiffstats
path: root/document
Commit message (Expand)AuthorAgeFilesLines
* Avoid implicit-exception-spec-mismatch warning.Tor Egge2023-02-082-2/+8
* - Improve sanity checking of input to distance-to-path feature.Henning Baldersheim2023-02-061-0/+2
* Merge pull request #25871 from vespa-engine/balder/drop-boost-crc-random-toke...Henning Baldersheim2023-02-047-86/+25
|\
| * Drop boost crc, random and tokenizerHenning Baldersheim2023-02-047-86/+25
* | Add test for negative infinity tooHenning Baldersheim2023-02-041-0/+1
* | Handle negative out of range too.Henning Baldersheim2023-02-041-1/+3
* | No boost spirit qiHenning Baldersheim2023-02-031-25/+20
|/
* Implement destructor, move and copy constructors.Henning Baldersheim2023-02-022-23/+12
* Deinline large destructors and clean up some code based on clion hints.Henning Baldersheim2023-02-019-115/+143
* Remove unused local variables in document::select::CloningVisitor.Tor Egge2023-01-311-2/+0
* Rewrite to do initialization in constructor.Henning Baldersheim2023-01-304-56/+29
* Suppress stringop-overflow= warning for document::select::ResultSetTor Egge2023-01-291-0/+5
* Disable deprecated-copy-with-user-provided-copy warning option when compilingTor Egge2023-01-291-1/+1
* Include cstdint to get declaration of fixed width integer types.Tor Egge2023-01-282-0/+2
* Deprecate xml methodsHenning Baldersheim2023-01-2730-433/+37
* Support embedding an array to a mixed 2d tensorJon Bratseth2023-01-271-2/+1
* More document deserialization improvementsTor Brede Vekterli2023-01-261-4/+6
* Replace synchronized Stack with Deque in feed and query path.Henning Baldersheim2023-01-253-76/+51
* Merge pull request #25720 from vespa-engine/vekterli/improve-doc-deserializationTor Brede Vekterli2023-01-251-16/+21
|\
| * Field offsets/sizes may point into resulting uncompressed rangeTor Brede Vekterli2023-01-251-8/+9
| * Improve handling of corrupted serialized document dataTor Brede Vekterli2023-01-251-11/+15
* | Merge pull request #25690 from vespa-engine/arnej/some-whitespace-fixupsArne H Juul2023-01-242-2/+2
|\ \
| * | remove some whitespace at end of linesArne Juul2023-01-222-2/+2
| |/
* | Merge pull request #25654 from vespa-engine/bratseth/input-fallbackJon Bratseth2023-01-232-14/+16
|\ \ | |/ |/|
| * Skip statements on partial updates onlyJon Bratseth2023-01-231-13/+13
| * Cleanup - no functional changesJon Bratseth2023-01-201-1/+3
* | Less inlining and hide some methodsHenning Baldersheim2023-01-203-6/+0
|/
* * refactor to get just one method for struct readingArne Juul2023-01-191-50/+17
* no real need to use a temporary bufferArne Juul2023-01-191-25/+6
* Merge pull request #25616 from vespa-engine/arnej/stricter-span-node-id-checkHenning Baldersheim2023-01-191-6/+6
|\
| * check complete span node typeArne Juul2023-01-181-6/+6
* | Trigger annotation deserialization when inspecting transactionlog verbose.Henning Baldersheim2023-01-181-0/+7
|/
* Quote correctlyJon Bratseth2023-01-171-2/+2
* Test direct renderingJon Bratseth2023-01-162-1/+3
* Test direct renderingJon Bratseth2023-01-163-18/+49
* Support direct tensor renderingJon Bratseth2023-01-144-44/+42
* Handle type renderingJon Bratseth2023-01-134-4/+11
* Use JsonFormat for JSON renderingJon Bratseth2023-01-134-185/+37
* Merge pull request #25549 from vespa-engine/bratseth/tensor-direct-valuesLester Solbakken2023-01-1318-148/+197
|\
| * Avoid copyJon Bratseth2023-01-1214-79/+76
| * Improve namingJon Bratseth2023-01-122-10/+7
| * Simplify by using a listJon Bratseth2023-01-123-41/+39
| * Parse tensor JSON values at rootJon Bratseth2023-01-126-54/+111
* | add noreturn, fix indentArne Juul2023-01-121-3/+3
* | sanity check annotation data inputArne Juul2023-01-111-4/+21
|/
* Don't skip too farJon Bratseth2023-01-094-19/+43
* We have relied on dynamic throttling for 12 years or so.Henning Baldersheim2023-01-031-0/+1
* Don't warn when 1 node is downJon Bratseth2022-12-291-3/+2
* Change from typedef to using in document C++ code.Geir Storli2022-12-2141-82/+81
* Misc cleanup and formatting of distributor codeTor Brede Vekterli2022-12-151-1/+1