summaryrefslogtreecommitdiffstats
path: root/document/src/tests
Commit message (Expand)AuthorAgeFilesLines
* avoid read/write conflict by doing atomic moveHåvard Pettersen2021-05-061-3/+10
* remove deprecated tensor modelHåvard Pettersen2021-04-163-93/+88
* update includes for migrated codeHåvard Pettersen2021-02-043-3/+3
* Postpone the future.Henning Baldersheim2021-01-281-2/+2
* Use lambda over closure.Henning Baldersheim2021-01-251-7/+3
* Use the feed reject helper in persistenceengine too.Henning Baldersheim2021-01-121-1/+1
* Move tests to separate fileHenning Baldersheim2021-01-123-52/+75
* Move the feed reject helper to document module.Henning Baldersheim2021-01-111-0/+52
* Fix typoHenning Baldersheim2021-01-051-1/+1
* Allow updates with only remove/clear updates and operations to single value n...Henning Baldersheim2021-01-051-1/+1
* move TensorPartialUpdate to document namespaceArne Juul2020-12-083-3/+6
* rename test appsArne Juul2020-12-083-6/+6
* move partial_update files from eval to documentArne Juul2020-12-086-0/+356
* Port to gcc 8.Tor Egge2020-12-061-1/+1
* c++17 and c++2a need different handling.Henning Baldersheim2020-12-021-2/+9
* Make it compatible with c++2aHenning Baldersheim2020-12-021-7/+16
* use SimpleValue instead of EngineOrFactoryArne Juul2020-12-023-13/+16
* use factory.from_spec() instead of tensor::makeTensor<T>Arne Juul2020-11-271-5/+2
* Extend tensor remove update to support not fully specified addresses and upda...Geir Storli2020-11-171-1/+8
* Removed unused IFieldBase of Serializer/Deserializer interface.Henning Baldersheim2020-11-092-12/+12
* No need to inherit Identifiable.Henning Baldersheim2020-11-071-0/+4
* simplifyArne Juul2020-10-153-9/+3
* handle both engine- and factory-based tensorsArne Juul2020-10-153-42/+39
* getAsTensorPtr() method can return "pointer to tensor"Arne Juul2020-10-142-3/+3
* Add unit test for document selection.Tor Egge2020-09-302-0/+128
* Test move assignment instead.Henning Baldersheim2020-09-111-8/+5
* Revert "Revert "Support 'id' as field name in C++ document selection lexing/p...Henning Baldersheim2020-09-101-2/+7
* Revert "Support 'id' as field name in C++ document selection lexing/parsing"Jon Marius Venstad2020-09-091-7/+2
* Support 'id' as field name in C++ document selection lexing/parsingTor Brede Vekterli2020-09-091-2/+7
* Revert "Revert "Balder/use an actual fieldset repo""Henning Baldersheim2020-08-201-9/+8
* Revert "Balder/use an actual fieldset repo"Arnstein Ressem2020-08-191-8/+9
* Build the FieldSetRepo up front with all configured fieldsets to avoid buildi...Henning Baldersheim2020-08-141-9/+8
* Make sure the entries in the set are unique.Henning Baldersheim2020-08-141-3/+4
* Use a vector backed set for speed.Henning Baldersheim2020-08-131-8/+4
* Follow clion adviseHenning Baldersheim2020-08-131-53/+38
* GC unused code.Henning Baldersheim2020-08-136-77/+65
* Make FieldCollection immutable.Henning Baldersheim2020-08-071-19/+8
* Repair clion whitespace mess.Henning Baldersheim2020-08-071-6/+6
* Do not compute the hash on temporary sets. Wait till done.Henning Baldersheim2020-08-071-6/+8
* - Use modern enum class.Henning Baldersheim2020-08-071-5/+23
* Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-041-14/+14
* Remove the unused [header] and [body] fieldsets to simplify backend optimizat...Henning Baldersheim2020-08-041-30/+1
* Consolidate search for GTest.Tor Egge2020-07-071-2/+0
* Use module source dependencies.Tor Egge2020-07-0711-38/+0
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+3
* Merge pull request #13601 from vespa-engine/balder/remove-leftovers-from-head...Henning Baldersheim2020-06-181-40/+39
|\
| * Follow up from PR comments and GC some more code.Henning Baldersheim2020-06-181-1/+1
| * - Removing body struct from our own usage.Henning Baldersheim2020-06-161-40/+39
* | Support "user" and "group" as identifiers in C++ selection parserTor Brede Vekterli2020-06-171-4/+21
|/
* Don't have implicitly inlined test destructorTor Brede Vekterli2020-04-011-0/+3