katie/tests
Ivailo Monev 96ab42d78a QFSFileEngine cleanup
further I/O optimizations may be made via posix_fadvise() and maybe
by getting rid of the write buffer management in QFile and letting
the OS deal with buffering. more research, tests, etc. will have
to be made ofcourse.

on a side note, https://www.gnu.org/software/libc/manual/html_node/Operating-Modes.html
mentions that O_SYNC is another name for O_FSYNC which is a BSD feature
but is currently supported by Linux too. another book reference I found
was in POSIX.4 Programming for Real World by Bill O. Gallmeister, page
281. there it is written that additions are unconditional, if
_POSIX_VERSION is greater or equal than 199309 which is safe to assume
at this point of time I guess.

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
2020-11-07 08:05:30 +02:00
..
auto unsupported operating systems cruft removal 2020-10-26 16:27:43 +02:00
benchmarks QFSFileEngine cleanup 2020-11-07 08:05:30 +02:00
shared update copyright and add script for doing so 2019-12-29 23:21:34 +00:00
CMakeLists.txt remove duplicate include directions in tests build file 2020-10-18 18:19:10 +03:00