aboutsummaryrefslogtreecommitdiffstats
path: root/document/src/tests/fieldsettest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Reduce creation of Document instances without DocumentTypeRepo.Geir Storli2023-03-131-5/+5
|
* Reduce use of Identifiable for document::DatatTypeHenning Baldersheim2022-03-031-0/+3
|
* add special DocumentOnly fieldset in Java as wellArne H Juul2022-02-151-0/+21
| | | | | | * should have same behavior in Java and C++ * extend unit tests to verify * note various places where we want to change the default on Vespa 8 branch
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Removed unused IFieldBase of Serializer/Deserializer interface.Henning Baldersheim2020-11-091-1/+1
| | | | | Many years ago there were a big plan. But it went nowehere. So let us GC it instead of lying around polluting and bloating the code.
* No need to inherit Identifiable.Henning Baldersheim2020-11-071-0/+4
|
* 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 ↵Henning Baldersheim2020-08-141-9/+8
| | | | building them for every get() call."
* Make sure the entries in the set are unique.Henning Baldersheim2020-08-141-3/+4
| | | | | Make both a less and equal operator so std::unique can be used to. Add and interface so that whole sets can be tested effectively if they are subsets.
* Use a vector backed set for speed.Henning Baldersheim2020-08-131-8/+4
|
* Follow clion adviseHenning Baldersheim2020-08-131-53/+38
|
* 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
| | | | - Add hash method to FieldCollection.
* 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 ↵Henning Baldersheim2020-08-041-30/+1
| | | | optimization during get.
* Revert "Revert "doc: -> id:""Henning Baldersheim2019-08-211-3/+3
|
* Revert "doc: -> id:"Henning Baldersheim2019-08-211-3/+3
|
* doc: -> id:Henning Baldersheim2019-08-191-3/+3
| | | | | Unify documentid java/cpp GC old formats v6 and v7
* Migrate document unit tests from cppunit to gtest.Tor Egge2019-04-161-99/+77
|
* Eliminate clang warnings in documentTor Egge2019-02-071-5/+5
|
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-0/+1
|
* Include what you need.Henning Baldersheim2017-08-181-5/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
|
* PublishJon Bratseth2016-06-151-0/+348