aboutsummaryrefslogtreecommitdiffstats
path: root/fastos
Commit message (Collapse)AuthorAgeFilesLines
...
* Only require fastos where you actually use it and link staticallyHenning Baldersheim2016-11-021-0/+27
|
* We only need one vtagHenning Baldersheim2016-10-213-39/+0
|
* Follow up from @toregge's comments.Henning Baldersheim2016-09-151-3/+3
|
* Honour the chunking during all use of the interface.Henning Baldersheim2016-09-154-10/+20
|
* Remove all usage of boost::noncopyable.Henning Baldersheim2016-09-141-4/+2
|
* Get the parenthesis correct.Henning Baldersheim2016-08-291-1/+1
|
* Avoid out of bounds errorHenning Baldersheim2016-08-291-1/+1
|
* Aressem/cmake more out of source tests (#441)Arnstein Ressem2016-08-231-20/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* Also take padAfter into account.Henning Baldersheim2016-07-081-8/+12
|
* Update comment and remove unnecessary ;Henning Baldersheim2016-07-082-1/+2
|
* Cast it to get correct signedness.Henning Baldersheim2016-07-081-1/+1
|
* Unify code, no semantic changes.Henning Baldersheim2016-07-085-116/+70
|
* Correct the cachedSizeHenning Baldersheim2016-07-081-0/+4
|
* Unify code, no semantic changes.Henning Baldersheim2016-07-084-189/+93
|
* Add missing semicolonHenning Baldersheim2016-07-081-1/+1
|
* When using big indexes it seems like the memory used by the oldindex that ↵Henning Baldersheim2016-07-081-0/+1
| | | | | | | | | | | | | was mapped in are still lying around in the buffercache. These is troublsome for linux memory management. So we tell them explicit that we do not need it anymore. We already do that in FileUtil::LoadedMmap::~LoadedMmap() { madvise(_mapBuffer, _mapSize, MADV_DONTNEED); munmap(_mapBuffer, _mapSize); }
* avoid "unused result" warningsArne H. Juul2016-07-021-3/+9
|
* follow review feedbackArne H Juul2016-07-011-24/+6
|
* use ProgressI64 with file sizes/positionsArne H Juul2016-06-301-11/+9
|
* use Progress even moreArne H Juul2016-06-301-34/+34
| | | | * also get rid of some extra newlines
* refactorArne H Juul2016-06-301-60/+20
|
* rename BaseForThreadTest -> ThreadTestBaseArne H Juul2016-06-307-10/+10
|
* base_thread.hpp -> thread_test_base.hppArne H Juul2016-06-307-6/+6
|
* jobs.h -> job.hArne H Juul2016-06-307-6/+6
|
* use Progress() to catch problemsArne H Juul2016-06-301-57/+33
|
* reindent and style-fixArne H Juul2016-06-301-803/+755
|
* cleanup rest of file testsArne H Juul2016-06-302-36/+53
| | | | | | | | | * add 'hello.txt' with 27 bytes of data, as expected * make the "generated" subdirectory where needed, remove it again afterwards * trying to use unaligned access with directio now is expected to throw an exception, so catch that and log as success
* return 0 only if all okArne H Juul2016-06-3012-20/+29
|
* ugly but unique class namesArne H Juul2016-06-305-15/+15
|
* move common code to new base classArne H Juul2016-06-307-1338/+254
|
* split out common job codeArne H Juul2016-06-307-389/+72
|
* split test so it can run in parallelArne H Juul2016-06-298-458/+2058
|
* remove SetPriority from fastosArne H Juul2016-06-298-272/+2
| | | | | | * the FastOS mechanism for setting priority on processes and threads wasn't used anywhere, and it did not work on linux anyway.
* link with libraries usedarnej279592016-06-281-0/+1
| | | | | | * fastos uses dlopen(), link with -ldl if needed * fsamanagers uses pthread functions, link with thread library * searchsummary uses compress(), link with zlib
* use cmathArne Juul2016-06-273-5/+3
| | | | | * avoid using #include <math.h> * add std:: namespace prefix when calling <cmath> functions
* remove redundant ignoring of Testing directoriesHaavard2016-06-231-1/+0
|
* balder -> baldersheim in OWNERS file.Henning Baldersheim2016-06-171-1/+1
|
* Do not spend huge resources on testing an unused functionality that will not ↵Henning Baldersheim2016-06-161-1/+0
| | | | live on much longer.
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-9/+9
|
* Reorganize defines and use standard format macros.Henning Baldersheim2016-06-161-33/+18
|
* Readd define of PRIu32Henning Baldersheim2016-06-161-0/+4
|
* Read define of PRIx64Henning Baldersheim2016-06-161-0/+3
|
* Remove more unused definesHenning Baldersheim2016-06-163-20/+2
|
* Remove more unused definesHenning Baldersheim2016-06-163-11/+2
|
* GC unused defines.Henning Baldersheim2016-06-162-143/+9
|
* Remove unused fileHenning Baldersheim2016-06-161-2/+0
|
* Remove unused defines, and reduce scope on othersHenning Baldersheim2016-06-162-97/+4
|
* GC some more obscuring definesHenning Baldersheim2016-06-164-31/+10
|
* Reduce scope of definition.Henning Baldersheim2016-06-162-2/+2
|
* GC unused definesHenning Baldersheim2016-06-162-17/+0
|