summaryrefslogtreecommitdiffstats
path: root/document/src/tests
Commit message (Expand)AuthorAgeFilesLines
* remove unused config filesArne H Juul2021-12-081-94/+0
* more descriptive name for header fileArne H Juul2021-12-023-3/+3
* track namespace move in documenttypes.defArne H Juul2021-12-024-4/+4
* remove support for compression of document content in backend.Henning Baldersheim2021-11-103-143/+3
* Compression is not supported for a very long time.Henning Baldersheim2021-11-091-2/+2
* Update 2019 Oath copyrights.gjoranv2021-10-271-1/+1
* Update Verizon Media copyright notices.gjoranv2021-10-079-9/+9
* Update 2018 copyright notices.gjoranv2021-10-072-2/+2
* Update 2017 copyright notices.gjoranv2021-10-0753-53/+53
* 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