summaryrefslogtreecommitdiffstats
path: root/document
Commit message (Expand)AuthorAgeFilesLines
* https does not work with custom domainsJon Bratseth2017-08-111-1/+1
* Update doc linksJon Bratseth2017-08-111-1/+1
* Eliminate inlining warnings.Tor Egge2017-08-102-24/+38
* Deplace temp git.corp linksJon Bratseth2017-08-081-1/+1
* Use a on demand hash_set to do fast lookup in mapfiledvalueHenning Baldersheim2017-07-312-12/+101
* Avoid including more than you need.Henning Baldersheim2017-07-319-33/+35
* Use a presence vector to avoid expensive remove, an to lay the grouds for a f...Henning Baldersheim2017-07-314-68/+97
* Move forward and copy memory when necessary, not for every char.Henning Baldersheim2017-07-311-7/+9
* Avoid copyingHenning Baldersheim2017-07-315-6/+6
* Add some final keywords to improve inliningHenning Baldersheim2017-07-312-5/+5
* Avoid copyingHenning Baldersheim2017-07-316-20/+24
* Partly revert previous commitHenning Baldersheim2017-07-313-7/+4
* Make FieldPath non-copyable.Henning Baldersheim2017-07-316-24/+29
* Use noexcept to get move constructor usage on containers and use fastCompare.Henning Baldersheim2017-07-3110-39/+59
* Optimize multiple FieldPathUpdates by using a transaction concept.Henning Baldersheim2017-07-315-35/+155
* Removed unused parameters.Henning Baldersheim2017-07-319-105/+75
* remove unused repo.Henning Baldersheim2017-07-313-92/+51
* Provide the repo when you need it.Henning Baldersheim2017-07-319-17/+14
* Remove DocumentTypeRepo from interfaces where it is not needed.Henning Baldersheim2017-07-319-238/+135
* Do not produce the whereClause until it is needed.Henning Baldersheim2017-07-312-22/+11
* Unify error handling to using exceptions only, not in combination with nullptr.Henning Baldersheim2017-07-311-3/+0
* Unify error handling to using exceptions only, not in combination with nullptr.Henning Baldersheim2017-07-3126-202/+137
* Carry the Field directly instead of in a shared_ptr.Henning Baldersheim2017-07-317-31/+34
* Include less and remove virtuality on FieldPathHenning Baldersheim2017-07-3112-62/+62
* Avoid copy by stealing allocation, and by presizing buffer.Henning Baldersheim2017-07-314-8/+13
* We have already made the desicion to keep the datatypes alive with the Docume...Henning Baldersheim2017-07-312-16/+3
* We are not java so we do not need these sanity checks. valgrind will do them ...Henning Baldersheim2017-07-317-37/+9
* Serialize structs lazy as we do with documents..Henning Baldersheim2017-07-313-5/+16
* Do a destructive theft instead of a probable recursive clone.Henning Baldersheim2017-07-311-2/+2
* Add interface to anable stealing the underlying value.Henning Baldersheim2017-07-312-1/+7
* break, instead of fallthrough.Henning Baldersheim2017-07-251-4/+4
* Use syntax that works for both gcc 7 and gcc 6.Henning Baldersheim2017-07-241-6/+6
* Add [[falltrhough]] for gcc 7Henning Baldersheim2017-07-241-0/+6
* Use locale insensitive strtod and strtof.Henning Baldersheim2017-06-191-1/+2
* Update copyright headersJon Bratseth2017-06-14754-749/+754
* Revert "Update copyright headers"Jon Bratseth2017-06-14754-754/+749
* Update copyright headersJon Bratseth2017-06-14754-749/+754
* Merge pull request #2745 from yahoo/balder/use-thread-local-stateTor Brede Vekterli2017-06-141-3/+34
|\
| * Use modern c++ thread_localHenning Baldersheim2017-06-141-20/+6
| * Use a thread local state for faster compression/decompression.Henning Baldersheim2017-06-131-2/+47
* | Merge pull request #2771 from yahoo/bratseth/remove-unnecessary-filesTor Egge2017-06-141-5/+0
|\ \
| * | Remove unnecessary filesJon Bratseth2017-06-141-5/+0
* | | Remove carriage returnJon Bratseth2017-06-1424-2249/+2249
|/ /
* | Revert "Copyright header"Jon Bratseth2017-06-13751-2998/+2998
* | Merge with masterJon Bratseth2017-06-1312-75/+192
|\|
| * Followup on @vekterli's comments. Actually propagate ZSTD.Henning Baldersheim2017-06-131-6/+2
| * Move to separate compression namespace to avoid pollution.Henning Baldersheim2017-06-131-3/+19
| * Move to separate compression namespace to avoid pollution.Henning Baldersheim2017-06-138-12/+26
| * Add support for Zstandard compression in the document store.Henning Baldersheim2017-06-122-9/+22
| * Add the std compressor.Henning Baldersheim2017-06-124-0/+55