aboutsummaryrefslogtreecommitdiffstats
path: root/fastos
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Added missing file.Arnstein Ressem2016-06-161-0/+24
|
* PublishJon Bratseth2016-06-1576-0/+16635