summaryrefslogtreecommitdiffstats
path: root/document/src/tests/documenttestcase.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove support for compression of document content in backend.Henning Baldersheim2021-11-101-107/+0
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* GC unused code.Henning Baldersheim2020-08-131-28/+28
* As java and c++ now doe sth same thing size is the same.Henning Baldersheim2020-01-301-1/+1
* Allow room for bringing allocation along to reduce the need to copy.Henning Baldersheim2020-01-271-1/+1
* Add an extra indirection to the rarely used owned buffers, in order to keep t...Henning Baldersheim2020-01-231-4/+4
* Move the transaction implementation from StructuredFieldValue to DocumentHenning Baldersheim2020-01-231-3/+3
* Remove ByteBuffer indirection.Henning Baldersheim2020-01-231-3/+3
* Add indirection for the unlikely stuff to keep the likely members close and t...Henning Baldersheim2020-01-231-3/+3
* Remove cloneability.Henning Baldersheim2020-01-231-3/+3
* Use a single chunkHenning Baldersheim2020-01-231-4/+3
* c_str -> dataHenning Baldersheim2020-01-211-1/+1
* GC unused codeHenning Baldersheim2020-01-201-9/+0
* 32bit size is more than enough here.Henning Baldersheim2020-01-201-1/+1
* Make it known that getting serialized size will always be expensive.Henning Baldersheim2020-01-201-23/+15
* GC a load of unused code. ByteBuffer towards read only.Henning Baldersheim2020-01-201-5/+2
* Simplify as functionality is abandoned.Henning Baldersheim2020-01-171-2/+1
* GC unused code and simplify StructFieldValue.Henning Baldersheim2020-01-171-4/+11
* Unify towards nbostreamHenning Baldersheim2020-01-161-183/+81
* GC unused constructors.Henning Baldersheim2020-01-161-2/+3
* Remove and indirection for document id, for less memory footprint, and better...Henning Baldersheim2020-01-161-2/+3
* GC unused codeHenning Baldersheim2020-01-141-0/+1
* Remove virtuality of DocumentId.Henning Baldersheim2020-01-141-1/+1
* Revert "Revert "doc: -> id:""Henning Baldersheim2019-08-211-60/+44
* Revert "doc: -> id:"Henning Baldersheim2019-08-211-44/+60
* doc: -> id:Henning Baldersheim2019-08-191-60/+44
* Remove visitor ordering and order selection.Henning Baldersheim2019-08-091-1/+1
* Use proper scope for enum constants.Tor Egge2019-07-301-1/+1
* Migrate document unit tests from cppunit to gtest.Tor Egge2019-04-161-258/+201
* Revert "Revert "Balder/sameelement in streaming""Henning Baldersheim2018-06-061-5/+11
* Revert "Balder/sameelement in streaming"Henning Baldersheim2018-06-061-11/+5
* Test iterations with arryIndexHenning Baldersheim2018-06-051-5/+11
* Use forward declared DocumentTypeRepo.Tor Egge2018-04-041-0/+1
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-281-0/+1
* Include only what you need.Henning Baldersheim2017-08-181-0/+1
* Avoid copyingHenning Baldersheim2017-07-311-2/+2
* Optimize multiple FieldPathUpdates by using a transaction concept.Henning Baldersheim2017-07-311-3/+3
* Unify error handling to using exceptions only, not in combination with nullptr.Henning Baldersheim2017-07-311-7/+6
* 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
* Use 'enum class ModificationStatus', use constexpr enumRange.Henning Baldersheim2017-06-071-2/+2
* Forward declare XmlOutputStream and FieldValue::IteratorHandler.Henning Baldersheim2017-06-071-3/+6
* Reduced memory footprint of SerializableArray from 120 to 64 bytesHenning Baldersheim2017-06-061-1/+1
* Hide the implementation details.Henning Baldersheim2017-06-061-0/+1
* Put the start and end iterators into a Range class for simplicity and readabi...Henning Baldersheim2017-04-241-3/+3
* add override in document moduleArne H Juul2017-04-101-2/+2
* Add field id to the onPrimitive interface.Henning Baldersheim2017-04-031-6/+6