aboutsummaryrefslogtreecommitdiffstats
path: root/config/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* Include only what you need.Henning Baldersheim2017-08-185-2/+6
|
* Do not ignore test anymore.Henning Baldersheim2017-06-191-1/+1
|
* Make double parsing independent of locale.Henning Baldersheim2017-06-191-0/+8
|
* Update copyright headersJon Bratseth2017-06-1457-57/+57
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1457-57/+57
|
* Update copyright headersJon Bratseth2017-06-1457-57/+57
|
* Remove unstable testBjørn Christian Seime2017-06-141-8/+0
| | | | | There is no guarantee that the Norwegian locale is available on the compilation target.
* Revert "Copyright header"Jon Bratseth2017-06-1357-57/+57
|
* Copyright headerJon Bratseth2017-06-1357-57/+57
|
* Temporarily ignore testBjørn Christian Seime2017-06-121-1/+1
|
* Reduce exposure to config internals.Henning Baldersheim2017-06-085-0/+5
|
* Only include what you really needHenning Baldersheim2017-06-082-5/+6
|
* Forward declare ByteBuffer and FastOS_ThreadHenning Baldersheim2017-06-062-3/+3
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-0115-15/+1
|
* Add overrideHenning Baldersheim2017-04-296-78/+17
|
* Revert "Balder/enforce override 2"Arne H Juul2017-04-246-17/+78
|
* Use overrideHenning Baldersheim2017-04-236-78/+17
|
* add override in config moduleArne H Juul2017-04-109-59/+59
|
* Add missing includesHenning Baldersheim2017-04-042-6/+4
|
* Deinline destructors/constructorsHenning Baldersheim2017-03-084-18/+32
|
* Avoid using deprecated compression method. LZ4_compress -> LZ4_compress_default.Henning Baldersheim2017-01-021-1/+1
|
* Revert "Disable deprecation warnings from lz4."Henning Baldersheim2017-01-021-2/+0
|
* Set deprecation flag only on source files where neccessary.Arnstein Ressem2017-01-021-0/+2
|
* Only include what you need.Henning Baldersheim2016-12-221-6/+6
|
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-204-9/+8
|
* decouple slime from config.Henning Baldersheim2016-12-191-3/+1
|
* Removed TestApp::GetSourceDirectoryArnstein Ressem2016-11-026-19/+13
|
* GC unused codeHenning Baldersheim2016-08-291-14/+0
|
* Merge pull request #450 from yahoo/havardpe/cpp-file-acquirerArne H Juul2016-08-263-0/+53
|\ | | | | Havardpe/cpp file acquirer
| * added unit test for rpc file acquirerHaavard2016-08-233-0/+53
| |
* | Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-236-18/+38
|/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Add test for ConfigSystem.isUpHenning Baldersheim2016-06-303-0/+62
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-1625-28/+28
|
* PublishJon Bratseth2016-06-15119-0/+5864