summaryrefslogtreecommitdiffstats
path: root/document/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Reduce mixing of vespalib testkit and gtest.Tor Egge2024-01-0524-39/+36
* Update copyrightJon Bratseth2023-10-0965-65/+65
* Handle tensor modify update with "create: true" for non-existing tensor.Geir Storli2023-08-281-1/+11
* Add "create non-existing cells" flag to TensorModifyUpdate.Geir Storli2023-08-253-1/+24
* Extend modify update operation in Java to match the new C++ behavior.Geir Storli2023-08-231-0/+6
* Add modify operation that creates non-existing sub-spaces with default cell v...Geir Storli2023-08-221-0/+57
* GC and clean up more unused codeHenning Baldersheim2023-08-151-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
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-1311-123/+88
* Always propagate the document type to the internal StructFieldValue.Geir Storli2023-03-011-3/+70
* Fix regression where supertype in field expression would not resolveTor Brede Vekterli2023-02-211-2/+3
* Merge pull request #25871 from vespa-engine/balder/drop-boost-crc-random-toke...Henning Baldersheim2023-02-041-31/+0
|\
| * Drop boost crc, random and tokenizerHenning Baldersheim2023-02-041-31/+0
* | Add test for negative infinity tooHenning Baldersheim2023-02-041-0/+1
|/
* Change from typedef to using in document C++ code.Geir Storli2022-12-214-5/+5
* Remove unused document type.Tor Egge2022-10-191-96/+10
* Remove document::UrlDataType from backend.Tor Egge2022-10-195-161/+99
* Reduce number of overloads for document::SpanTree::annotate.Tor Egge2022-08-292-3/+3
* Implement equals() for TensorDataType.Geir Storli2022-08-251-0/+9
* set repo before updatingHåvard Pettersen2022-06-231-8/+36
* avoid nullptr derefHåvard Pettersen2022-06-211-1/+1
* Further GC document level compression. Avoids a buffer copy that is no longer...Henning Baldersheim2022-06-082-1/+0
* Use exact document type matching semantics for C++ document selector implemen...Tor Brede Vekterli2022-06-081-3/+3
* Support boolean literals in subexpressions for C++ document selection, not ju...Tor Brede Vekterli2022-04-201-4/+36
* Merge pull request #22067 from vespa-engine/balder/gc-use-of-identifiableHenning Baldersheim2022-04-191-280/+104
|\
| * GC void test code.Henning Baldersheim2022-04-191-124/+0
| * Avoid using Identifiable and CloneablePtrHenning Baldersheim2022-04-081-238/+186
* | switch to new-style configArne H Juul2022-04-128-999/+848
|/
* make reference types after all document typesArne H Juul2022-04-052-0/+149
* extend testArne H Juul2022-04-011-1/+20
* setup from new doctype arrayArne H Juul2022-03-313-0/+977
* Merge pull request #21879 from vespa-engine/arnej/use-std-functionHenning Baldersheim2022-03-291-2/+2
|\
| * use std::functionArne H Juul2022-03-291-2/+2
* | Merge pull request #21856 from vespa-engine/balder/avoid-identifiable-for-val...Henning Baldersheim2022-03-294-75/+74
|\ \
| * | Minor simplifications after PR feedback.Henning Baldersheim2022-03-294-21/+21
| * | Remove copy constructors.Henning Baldersheim2022-03-284-74/+73
| * | Avoid Identifiable for ValueUpdate. It complicates without bringing much useful.Henning Baldersheim2022-03-281-1/+1
| |/
* / CloneablePtr -> std::unique_ptrHenning Baldersheim2022-03-291-96/+63
|/
* Use both lvalue and rvalue specifier to avoid explicit std::move()Henning Baldersheim2022-03-283-84/+84
* Avoid the need for clone by using unique_ptr.Henning Baldersheim2022-03-284-95/+109
* GC unused codeHenning Baldersheim2022-03-281-1/+0
* Avoid need to copy/clone FieldUpdateHenning Baldersheim2022-03-273-94/+90
* Avoid multiple inheritance.Henning Baldersheim2022-03-272-2/+4
* GC unused hasChanged concept. Only done on StructFieldValue as we never refer...Henning Baldersheim2022-03-184-92/+4
* Avoid requiring identifiable for FieldValueHenning Baldersheim2022-03-165-14/+13
* Add basic support for BoolFieldValues in C++ document selection implTor Brede Vekterli2022-03-151-1/+20
* GC unused convenience methods.Henning Baldersheim2022-03-151-2/+1
* Use XXFieldValue::make over std::make_uniqueHenning Baldersheim2022-03-073-28/+28
* GC unused non-const iterate interface.Henning Baldersheim2022-03-071-13/+5