summaryrefslogtreecommitdiffstats
path: root/document/src/tests
Commit message (Expand)AuthorAgeFilesLines
* Remove or update outdated copyright noticesTor Brede Vekterli2017-09-204-27/+6
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-286-57/+3
* Include what you need.Henning Baldersheim2017-08-184-6/+4
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-181-1/+1
* Include only what you need.Henning Baldersheim2017-08-184-4/+8
* Avoid including more than you need.Henning Baldersheim2017-07-312-0/+3
* Use a presence vector to avoid expensive remove, an to lay the grouds for a f...Henning Baldersheim2017-07-311-0/+1
* Avoid copyingHenning Baldersheim2017-07-311-2/+2
* Make FieldPath non-copyable.Henning Baldersheim2017-07-311-8/+8
* Optimize multiple FieldPathUpdates by using a transaction concept.Henning Baldersheim2017-07-311-3/+3
* Removed unused parameters.Henning Baldersheim2017-07-311-34/+25
* remove unused repo.Henning Baldersheim2017-07-311-77/+47
* Provide the repo when you need it.Henning Baldersheim2017-07-311-6/+4
* Remove DocumentTypeRepo from interfaces where it is not needed.Henning Baldersheim2017-07-311-218/+121
* Unify error handling to using exceptions only, not in combination with nullptr.Henning Baldersheim2017-07-313-19/+16
* Avoid copy by stealing allocation, and by presizing buffer.Henning Baldersheim2017-07-311-3/+4
* We are not java so we do not need these sanity checks. valgrind will do them ...Henning Baldersheim2017-07-312-20/+0
* Serialize structs lazy as we do with documents..Henning Baldersheim2017-07-311-4/+4
* Update copyright headersJon Bratseth2017-06-14132-132/+132
* Revert "Update copyright headers"Jon Bratseth2017-06-14132-132/+132
* Update copyright headersJon Bratseth2017-06-14132-132/+132
* Revert "Copyright header"Jon Bratseth2017-06-13132-132/+132
* Merge with masterJon Bratseth2017-06-131-3/+20
|\
| * Move to separate compression namespace to avoid pollution.Henning Baldersheim2017-06-131-3/+19
| * Split out the explicit compressors.Henning Baldersheim2017-06-121-0/+1
* | Copyright headerJon Bratseth2017-06-13132-132/+132
|/
* Only write raw compression array if compressable inputTor Brede Vekterli2017-06-121-0/+0
* Compressor must only compress actual input range, not entire arrayTor Brede Vekterli2017-06-121-0/+0
* Use 'enum class ModificationStatus', use constexpr enumRange.Henning Baldersheim2017-06-072-3/+3
* Hide the IdParseException a bit better.Henning Baldersheim2017-06-072-0/+2
* Hide BucketDistributionHenning Baldersheim2017-06-071-0/+1
* Forward declare XmlOutputStream and FieldValue::IteratorHandler.Henning Baldersheim2017-06-072-6/+12
* Reduced memory footprint of SerializableArray from 120 to 64 bytesHenning Baldersheim2017-06-061-1/+1
* Hide the implementation details.Henning Baldersheim2017-06-066-36/+32
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-061-1/+1
* Forward declare DocumentType.Henning Baldersheim2017-06-061-0/+1
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-0121-21/+0
* no virtual on override + optimize includes.Henning Baldersheim2017-04-269-101/+23
* Merge pull request #2244 from yahoo/balder/optimize-streaming-1Henning Baldersheim2017-04-241-3/+3
|\
| * Put the start and end iterators into a Range class for simplicity and readabi...Henning Baldersheim2017-04-241-3/+3
* | Revert "Balder/enforce override 2"Arne H Juul2017-04-249-23/+101
|/
* Use overrideHenning Baldersheim2017-04-239-101/+23
* add override in document moduleArne H Juul2017-04-1014-48/+48
* Add field id to the onPrimitive interface.Henning Baldersheim2017-04-031-6/+6
* Do not include stuff that is not used.Henning Baldersheim2017-03-291-10/+2
* Add missing includeHenning Baldersheim2017-03-291-0/+1
* Optimize includes.Henning Baldersheim2017-03-291-3/+0
* Only look for = when you have fully consumed the valueHenning Baldersheim2017-03-291-4/+14
* Make struct serialization/deserialization symmetric even when empty struct.Henning Baldersheim2017-03-281-8/+38
* deiniline destructorsHenning Baldersheim2017-03-094-72/+106