aboutsummaryrefslogtreecommitdiffstats
path: root/document
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert "version in def files are deprecated""Harald Musum2017-08-302-2/+0
* Revert "version in def files are deprecated"Harald Musum2017-08-302-0/+2
* version in def files are deprecatedHarald Musum2017-08-302-2/+0
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-2823-499/+22
* Factor out string filtering methodJon Bratseth2017-08-211-143/+11
* Include what you need.Henning Baldersheim2017-08-1812-9/+14
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-182-1/+2
* Include only what you need.Henning Baldersheim2017-08-185-4/+9
* Merge pull request #3033 from vespa-engine/bratseth/validate-validation-overridegjoranv2017-08-152-7/+1
|\
| * Validate validation-overrides.xml filesJon Bratseth2017-07-312-7/+1
* | 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