summaryrefslogtreecommitdiffstats
path: root/persistence
Commit message (Collapse)AuthorAgeFilesLines
...
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-062-0/+2
|
* Include stringfmt where it was needed.Henning Baldersheim2017-06-061-2/+1
|
* Create supervisor tooHenning Baldersheim2017-06-011-1/+1
|
* Removed frt.h from header files to reduce include volume.Henning Baldersheim2017-06-013-24/+31
|
* Include what you need yourself, and not more.Henning Baldersheim2017-05-241-5/+2
|
* Transfer ownership.Haakon Dybdahl2017-05-231-1/+0
|
* Deinline as compiler makes the best choices.Henning Baldersheim2017-05-092-10/+9
|
* Fix warnings hidden earlier due to including application headers as system ↵Henning Baldersheim2017-05-022-2/+4
| | | | includes
* Add node retirement accessor to SPI cluster stateTor Brede Vekterli2017-04-263-32/+55
|
* Include correct file.Henning Baldersheim2017-04-261-1/+2
|
* Optimize includes and add override.Henning Baldersheim2017-04-2615-81/+52
|
* Revert "Balder/enforce override 2"Arne H Juul2017-04-248-37/+64
|
* override and optimise includes.Henning Baldersheim2017-04-232-12/+2
|
* Use overrideHenning Baldersheim2017-04-236-52/+35
|
* add override in persistence moduleArne H Juul2017-04-108-64/+51
|
* use make_shared where possibleHaavard2017-03-282-5/+5
|
* remove unneeded std::move when stealing entriesHaavard2017-03-281-1/+1
|
* remove most usage of LinkedPtr from vespaHaavard2017-03-2710-90/+86
|
* deinline large destructorsHenning Baldersheim2017-03-082-1/+3
|
* Implement a default destructor to avoid the automatic inlining of large ↵Henning Baldersheim2017-03-083-6/+22
| | | | destructors.
* Optimize includes.Henning Baldersheim2017-02-066-17/+5
|
* Clean up a very dangerous interface to prevent potential misuse.Henning Baldersheim2017-01-201-1/+0
|
* Do not include fastos.h in header files.Henning Baldersheim2016-12-191-1/+0
|
* Explicit instantiation of common maps/sets.Henning Baldersheim2016-12-151-0/+2
|
* Split in hash_xxx, array, lru, cache ++ in hpp files. To reduce clinon buildHenning Baldersheim2016-12-155-18/+28
|
* Avoid pulling in confige everywhere through documenttypes config.Henning Baldersheim2016-12-125-15/+12
|
* Split out so documentprotocol.h does not pull in everything.Henning Baldersheim2016-12-121-4/+2
|
* Avoid pulling in the config library all the time.Henning Baldersheim2016-12-125-18/+6
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-121-1/+1
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-124-5/+10
|
* Include asciistream in implementation only.Henning Baldersheim2016-12-122-4/+6
|
* Reduce unneccessary code incluscion.Henning Baldersheim2016-12-121-0/+1
|
* Move to doubles for all latency reporting metricsTor Brede Vekterli2016-11-282-8/+8
|
* Add missing includes.Henning Baldersheim2016-11-241-3/+4
|
* Now make all worksHenning Baldersheim2016-11-249-2/+34
|
* Avoid including everything in document in every file we compile.Henning Baldersheim2016-11-2426-434/+457
|
* BucketId -> BucketHenning Baldersheim2016-11-231-3/+3
|
* Avoid inlining the iostream stuff.Henning Baldersheim2016-11-234-31/+33
|
* 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
|
* We only need one vtagHenning Baldersheim2016-10-211-1/+2
|
* Fixed some of the libraries.Arnstein Ressem2016-10-034-3/+6
|
* Remove all usage of boost::noncopyable.Henning Baldersheim2016-09-141-1/+0
|
* Name dependencies for script tests.Arnstein Ressem2016-08-241-1/+2
|
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-232-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * vespalib tests run out of source. * staging_vespalib run tests out of source. * fastos tests run out of source. * Fixed storage tests out of source. * Fixed some of the config tests. * config* tests run out of source. * document_* tests run out of source. * documentapi_ tests run out of source. * Fixed fsa out of source tests. * Fix jrt_test out of source. * More tests run out of source. * Fix some slobrok and messagebus tests. * More fixes for out of source tests. * Done with first pass of regular tests out of source. * Only use SOURCE_DIRECTORY in a limited set of places. * Fix some remaining tests. * Some cleanups. * No need for extra slash.
* Fail test scripts on first error (#194)Vegard Sjonfjell2016-06-281-1/+2
| | | | | | | | | | | | | | | | * Fail test scripts on first error * Some more test fixes * Reverted prod_features_test fix * Re-added prod_features_test.sh change matching that of PR #193 * More error checking * Reverted set -e on failing tests * Enable errexit in lowercasing test
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* Move parent pom to toplevel directoryEirik Nygaard2016-06-231-1/+0
|
* Fix owner files.Haakon Dybdahl2016-06-171-1/+1
|