summaryrefslogtreecommitdiffstats
path: root/vdslib
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Avoid pulling in the config library all the time.Henning Baldersheim2016-12-128-53/+78
|
* Do not bring in nbostream everywhere.Henning Baldersheim2016-12-122-0/+2
|
* Avoid building all the document code in every file.Henning Baldersheim2016-12-125-7/+12
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-4/+7
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-124-26/+60
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-1/+1
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-127-24/+17
|
* Do not include asciistream everywhere.Henning Baldersheim2016-12-123-5/+20
|
* Targeted includeHenning Baldersheim2016-12-124-43/+69
|
* Targeted include.Henning Baldersheim2016-12-123-7/+9
|
* No need to include log.h when not loggingHenning Baldersheim2016-12-123-12/+4
|
* Reduce unneccessary code incluscion.Henning Baldersheim2016-12-121-2/+1
|
* Revert "Revert "Bratseth/tensor functions 3""Jon Bratseth2016-11-261-1/+1
|
* Revert "Bratseth/tensor functions 3"Jon Bratseth2016-11-251-1/+1
|
* Merge pull request #1180 from yahoo/bratseth/tensor-functions-3Jon Bratseth2016-11-251-1/+1
|\ | | | | Bratseth/tensor functions 3
| * Implement function delegation in TensorJon Bratseth2016-11-161-1/+1
| |
* | Avoid inlining the iostream stuff.Henning Baldersheim2016-11-232-5/+6
| |
* | Avoid exposure to istream and eliminate inlined variants.Henning Baldersheim2016-11-232-3/+3
| |
* | Missing include.Henning Baldersheim2016-11-181-2/+2
| |
* | Include iostream and remove unused code.Henning Baldersheim2016-11-183-271/+0
| |
* | Reduce includes of iostream/sstreamHenning Baldersheim2016-11-181-0/+1
| |
* | vdslib builds fine again.Henning Baldersheim2016-11-182-4/+12
| |
* | Break some more large include dependencies.Henning Baldersheim2016-11-171-4/+0
| |
* | TypoVegard Sjonfjell2016-11-171-1/+1
| |
* | Add testrunner dependencies to parallelized testsVegard Sjonfjell2016-11-171-0/+1
| |
* | Parallize cppunit test runner test suites using cppunit-parallelize.pyVegard Sjonfjell2016-11-161-1/+6
|/
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-022-18/+14
|
* Merge branch 'master' into ↵Arnstein Ressem2016-10-1017-1171/+250
|\ | | | | | | aressem/dont-allow-unresolved-symbols-in-shared-libs-or-executables
| * Rewrite and refactor core cluster controller state generation logicTor Brede Vekterli2016-10-054-18/+239
| | | | | | Cluster controller will now generate the new cluster state on-demand in a "pure functional" way instead of conditionally patching a working state over time. This makes understanding (and changing) the state generation logic vastly easier than it previously was.