summaryrefslogtreecommitdiffstats
path: root/document/src
Commit message (Expand)AuthorAgeFilesLines
* Add "create non-existing cells" flag to TensorModifyUpdate.Geir Storli2023-08-2513-42/+210
* Extend modify update operation in Java to match the new C++ behavior.Geir Storli2023-08-234-12/+121
* Add modify operation that creates non-existing sub-spaces with default cell v...Geir Storli2023-08-223-13/+168
* Merge pull request #28056 from vespa-engine/bratseth/consider-reallocation-costv8.212.18Valerij Fredriksen2023-08-151-1/+1
|\
| * Consider switching cost when choosing resourcesJon Bratseth2023-08-151-1/+1
* | GC and clean up more unused codeHenning Baldersheim2023-08-151-1/+1
|/
* Set aside space for headroom in one passJon Bratseth2023-07-251-1/+1
* Use std::filesystem::is_directory and std::filesystem::existsTor Egge2023-07-201-2/+2
* Use std::filesystem::rename instead of vespalib::rename.Tor Egge2023-07-191-6/+7
* handle nested arrays also inside the "blocks" formatArne Juul2023-07-041-1/+3
* Disable compiler warning about unused but set variable whenTor Egge2023-06-171-0/+2
* GC unused assert includesHenning Baldersheim2023-05-174-3/+3
* Disable string length restriction introduced in Jackson 2.15Bjørn Christian Seime2023-05-093-3/+16
* Use base64 encoding with padding also for get/visitHenning Baldersheim2023-05-035-6/+5
* pick up create flag for put operationsHåvard Pettersen2023-04-282-5/+10
* Remove common ConditionalFeedOperationHenning Baldersheim2023-04-274-31/+21
* Unify passing of all feed operations through the various feed apis.Henning Baldersheim2023-04-279-55/+47
* Merge pull request #26782 from vespa-engine/havardpe/create-if-non-existent-f...Tor Brede Vekterli2023-04-191-0/+14
|\
| * add requested annotationsHåvard Pettersen2023-04-191-0/+4
| * add create-if-non-existent flag for document putHåvard Pettersen2023-04-191-0/+10
* | Skip padding of base64 encoded data.Henning Baldersheim2023-04-196-11/+10
* | Build with jdk20Jon Bratseth2023-04-171-1/+1
|/
* Workarounds for libc++ 15 are still needed for libc++ 16.Tor Egge2023-04-031-1/+1
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-1320-131/+136
* Merge pull request #26262 from vespa-engine/geirst/empty-document-deserializa...Henning Baldersheim2023-03-012-3/+71
|\
| * Always propagate the document type to the internal StructFieldValue.Geir Storli2023-03-012-3/+71
* | Pass ClusterInfoJon Bratseth2023-03-011-3/+2
|/
* Merge pull request #26128 from vespa-engine/vekterli/fix-supertype-match-for-...Tor Brede Vekterli2023-02-222-7/+18
|\
| * Fix regression where supertype in field expression would not resolveTor Brede Vekterli2023-02-212-7/+18
* | Tune cluster controller memoryJon Bratseth2023-02-211-1/+1
|/
* - [[noreturn]] is standard.Henning Baldersheim2023-02-151-1/+1
* Use faster std::from_chars instead of oldstyle strtoul.Henning Baldersheim2023-02-131-9/+8
* Remove optimisation now void since libc now optimizes for newer cpus.Henning Baldersheim2023-02-132-87/+36
* Add workaround for std::from_chars for double in libc++.Tor Egge2023-02-111-0/+13
* 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-2729-385/+37
* Support embedding an array to a mixed 2d tensorJon Bratseth2023-01-271-2/+1