aboutsummaryrefslogtreecommitdiffstats
path: root/document
Commit message (Expand)AuthorAgeFilesLines
...
* Fix parsing of recursive "match" update syntaxjonmv2024-01-233-97/+89
* Document more shortcomings with unit testsjonmv2024-01-231-1/+51
* Add some more unit tests for json document reader updat parsingjonmv2024-01-232-14/+100
* Iterator from correct placejonmv2024-01-191-1/+1
* HashMap is enough, no accesses requires insertion order.Henning Baldersheim2024-01-161-3/+4
* Minor code healthHenning Baldersheim2024-01-163-20/+12
* - Only call getKey once.Henning Baldersheim2024-01-162-31/+21
* Reduce mixing of vespalib testkit and gtest.Tor Egge2024-01-0524-39/+36
* Reapply "add parsing of special strings for inf/nan cell values"Arne Juul2023-12-142-2/+6
* Revert "add parsing of special strings for inf/nan cell values"Henning Baldersheim2023-12-132-6/+2
* add parsing of special strings for inf/nan cell valuesArne Juul2023-12-112-2/+6
* Move to container core due to OSGI, keep a copy in testutil for use in tests...Henning Baldersheim2023-11-242-4/+3
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-241-1/+0
* jackson 2.16 changes some of its default settings so we consolidate our use o...Henning Baldersheim2023-11-232-9/+8
* Revert "Merge pull request #29328 from vespa-engine/revert-29314-bratseth/cas...Jon Bratseth2023-11-149-55/+44
* Revert "Bratseth/casing take 2"Harald Musum2023-11-139-44/+55
* Don't output valueJon Bratseth2023-11-102-5/+4
* Prefer first stem to original if non equalJon Bratseth2023-11-108-53/+43
* Move xxh3_64 methods to vespalib. That also removes the need for workarounds ...Henning Baldersheim2023-10-171-24/+1
* Avoid gcc 12 bug when compiled for x86-64 and haswell or newer cpu.Henning Baldersheim2023-10-161-1/+3
* Avoid incorrect gcc warning compiling inlined XXH3 code. Also stick to includ...Henning Baldersheim2023-10-161-2/+21
* Merge pull request #28850 from vespa-engine/jonmv/concrete-document-field-val...Henning Baldersheim2023-10-115-19/+19
|\
| * Arrays.asList -> List.ofJon Marius Venstad2023-10-111-4/+4
| * Non-functional changesjonmv2023-10-105-19/+19
* | Merge pull request #28820 from vespa-engine/jonmv/text-character-validationJon Marius Venstad2023-10-101-41/+30
|\ \
| * | Avoid future implicit toString (like first case removed in previous commit)jonmv2023-10-061-35/+19
| * | 0xFFFE, 0xFFFF and stand-alone low surrogates are not valid textjonmv2023-10-061-6/+11
* | | Update copyrightJon Bratseth2023-10-09713-714/+715
| |/ |/|
* | Modernise some code, no functional changesjonmv2023-10-064-47/+32
|/
* Add missing includes, avoid shadow warning and skip including file notTor Egge2023-09-291-1/+1
* link + html cleanupKristian Aune2023-09-201-517/+730
* Random cleanupjonmv2023-09-071-2/+0
* Use Guice 6.0Bjørn Christian Seime2023-09-041-1/+1
* Handle tensor modify update with "create: true" for non-existing tensor.Geir Storli2023-08-283-13/+43
* Add "create non-existing cells" flag to TensorModifyUpdate.Geir Storli2023-08-2514-44/+214
* Extend modify update operation in Java to match the new C++ behavior.Geir Storli2023-08-235-13/+124
* 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
* Merge pull request #26891 from vespa-engine/balder/unify-feed-operationsHåvard Pettersen2023-04-2710-76/+58
|\