aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/vespa
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyrightJon Bratseth2023-10-09302-303/+303
* Add missing includes, avoid shadow warning and skip including file notTor Egge2023-09-291-1/+1
* Handle tensor modify update with "create: true" for non-existing tensor.Geir Storli2023-08-282-12/+32
* Add "create non-existing cells" flag to TensorModifyUpdate.Geir Storli2023-08-253-9/+75
* Extend modify update operation in Java to match the new C++ behavior.Geir Storli2023-08-231-7/+10
* Add modify operation that creates non-existing sub-spaces with default cell v...Geir Storli2023-08-222-13/+111
* Disable compiler warning about unused but set variable whenTor Egge2023-06-171-0/+2
* GC unused assert includesHenning Baldersheim2023-05-174-3/+3
* 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-139-8/+48
* Always propagate the document type to the internal StructFieldValue.Geir Storli2023-03-011-0/+1
* Fix regression where supertype in field expression would not resolveTor Brede Vekterli2023-02-211-5/+15
* - [[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-046-55/+25
|\
| * Drop boost crc, random and tokenizerHenning Baldersheim2023-02-046-55/+25
* | 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
* More document deserialization improvementsTor Brede Vekterli2023-01-261-4/+6
* 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
* | remove some whitespace at end of linesArne Juul2023-01-222-2/+2
|/
* Less inlining and hide some methodsHenning Baldersheim2023-01-203-6/+0
* Trigger annotation deserialization when inspecting transactionlog verbose.Henning Baldersheim2023-01-181-0/+7
* add noreturn, fix indentArne Juul2023-01-121-3/+3
* sanity check annotation data inputArne Juul2023-01-111-4/+21
* Change from typedef to using in document C++ code.Geir Storli2022-12-2137-77/+76
* Misc cleanup and formatting of distributor codeTor Brede Vekterli2022-12-151-1/+1
* Also set `DocumentUpdate::_repo` in non-rvalue init functionTor Brede Vekterli2022-12-092-8/+6
* Propagate doc repo in update to auto-created blank document instanceTor Brede Vekterli2022-12-092-1/+9
* Improve error response when trying to use an imported field in a conditionTor Brede Vekterli2022-12-081-0/+1
* Fix default settings for using clang on CentOS Stream 8.Tor Egge2022-10-221-0/+2
* Remove document::UrlDataType from backend.Tor Egge2022-10-194-68/+0
* Remove duplicate include.Tor Egge2022-09-251-1/+0
* Remove unused variables.Tor Egge2022-09-231-0/+2