summaryrefslogtreecommitdiffstats
path: root/vdslib
Commit message (Collapse)AuthorAgeFilesLines
* Moved databuffer and compresssion to vespalibHenning Baldersheim2017-08-281-11/+7
|
* Include what you need.Henning Baldersheim2017-08-184-0/+4
|
* Remove more clutter in fastos/types.hHenning Baldersheim2017-08-181-0/+1
|
* Include only what you need.Henning Baldersheim2017-08-181-0/+2
|
* Use nested namespace syntax.Henning Baldersheim2017-07-259-44/+21
| | | | Do not include more than you need.
* continue instead of fallthrough.Henning Baldersheim2017-07-251-1/+1
|
* Use syntax that works for both gcc 7 and gcc 6.Henning Baldersheim2017-07-241-1/+1
|
* Add [[falltrhough]] for gcc 7Henning Baldersheim2017-07-241-0/+1
|
* pre-size hashtable to avoid reallocationHenning Baldersheim2017-06-191-0/+1
|
* Update copyright headersJon Bratseth2017-06-14121-121/+121
|
* Revert "Update copyright headers"Jon Bratseth2017-06-14121-121/+121
|
* Update copyright headersJon Bratseth2017-06-14121-121/+121
|
* Remove carriage returnJon Bratseth2017-06-143-315/+315
|
* Upgrade maven-install-plugin to 2.5.2Bjørn Christian Seime2017-06-131-1/+0
|
* Only include what you really needHenning Baldersheim2017-06-081-4/+4
|
* split log and bufferedlogHenning Baldersheim2017-06-071-5/+3
|
* Hide BucketId::ListHenning Baldersheim2017-06-073-8/+6
|
* Forward declare XmlOutputStream and FieldValue::IteratorHandler.Henning Baldersheim2017-06-071-1/+2
|
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-063-3/+5
|
* Include stringfmt where it was needed.Henning Baldersheim2017-06-061-0/+1
|
* Transfer ownership.Haakon Dybdahl2017-05-231-1/+0
|
* remove old unused ignoresArne Juul2017-05-191-0/+0
|
* Invert logic.Henning Baldersheim2017-05-081-1/+1
|
* Rewrite the large ClusterState constructor that gcc 7 compiled incorrectly.Henning Baldersheim2017-05-062-126/+121
| | | | Probably still an issue with gcc7, but now the code is a bit more readable.
* Due to c++17 eval order in gcc 7 we need to be more careful.Henning Baldersheim2017-05-061-2/+3
| | | | | From gcc 7 release notes. "The C++17 evaluation order requirements can be selected in other modes with the -fstrong-eval-order flag, or disabled in C++17 mode with -fno-strong-eval-order."
* Deinline after gcc 7 adviseHenning Baldersheim2017-05-051-0/+6
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-022-0/+8
| | | | includes
* Add override in documentapi.Henning Baldersheim2017-04-252-2/+11
|
* Add missing override.Henning Baldersheim2017-04-2515-52/+24
| | | | | remove virtual on override. optimize includes.
* disallow warningsArne H Juul2017-04-241-0/+1
|
* Revert "Balder/enforce override 2"Arne H Juul2017-04-243-2/+10
|
* Including storage now builds fine with override enforcement.Henning Baldersheim2017-04-231-3/+2
|
* Use overrideHenning Baldersheim2017-04-232-7/+0
|
* use Objects.hash() to implement hashCode()Arne H Juul2017-04-212-7/+4
|
* implement hashCode to avoid warningArne H Juul2017-04-203-0/+22
|
* add override in vdslib moduleArne H Juul2017-04-102-4/+4
|
* Use overrideHenning Baldersheim2017-04-0413-44/+35
|
* Move the hasBodyField check to a common place so it is used consistently.Henning Baldersheim2017-03-281-18/+1
|
* Maintain old behavior for MultiOperation.Henning Baldersheim2017-03-282-3/+20
|
* deiniline destructorsHenning Baldersheim2017-03-091-9/+12
|
* Implement a default destructor to avoid the automatic inlining of large ↵Henning Baldersheim2017-03-086-2/+22
| | | | destructors.
* Optimize includes.Henning Baldersheim2017-02-068-14/+11
|
* Remove unused code.Henning Baldersheim2017-01-182-114/+19
|
* Only include what you need.Henning Baldersheim2016-12-221-0/+1
|
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-201-3/+2
|
* Do not include what you do not useHenning Baldersheim2016-12-192-1/+1
|
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-151-1/+4
|
* Split out so documentprotocol.h does not pull in everything.Henning Baldersheim2016-12-123-22/+44
|
* Avoid pulling in the config library all the time.Henning Baldersheim2016-12-121-3/+3
|
* Avoid pulling in the config library all the time.Henning Baldersheim2016-12-122-1/+6
|