qt5base-lts/tests/auto/corelib
Thiago Macieira 189e9c93d7 QTemporaryFile: Add support for Linux's O_TMPFILE
That means a file is never created, unless you ask for the name. There's
no chance of left-over temporary files being left behind. QSaveFile also
benefits from this, since the save file is not present on disk until
commit(). Unfortunately, QSaveFile must go through a temporary name
because linkat(2) cannot overwrite -- we need rename(2) for that (for
now).

[ChangeLog][Important Behavior Changes][QTemporaryFile] On Linux,
QTemporaryFile will attempt to create unnamed temporary files. If that
succeeds, open() will return true but exists() will be false. If you
call fileName() or any function that calls it, QTemporaryFile will give
the file a name, so most applications will not see a difference.

Change-Id: I1eba2b016de74620bfc8fffd14cc843e5b0919d0
Reviewed-by: Simon Hausmann <simon.hausmann@qt.io>
2017-08-23 04:02:19 +00:00
..
animation Blacklist tst_QParallelAnimationGroup::deleteChildrenWithRunningGroup() 2017-06-19 18:33:47 +00:00
codecs QTextCodec: add QStringView overloads 2017-04-06 12:05:33 +00:00
global Long live qEnvironmentVariable() 2017-08-04 11:19:13 +00:00
io QTemporaryFile: Add support for Linux's O_TMPFILE 2017-08-23 04:02:19 +00:00
itemmodels QSFPM: Avoid following a reset with unnecessary layoutChanged 2017-06-28 07:00:20 +00:00
json Improve symmetry of variant json conversions 2017-07-25 09:00:46 +00:00
kernel Remove timer checks from testQuitLock 2017-08-22 05:10:48 +00:00
mimetypes Merge remote-tracking branch 'origin/5.9' into dev 2017-05-29 10:54:41 +02:00
plugin QUuid: add fromString(QStringView/QLatin1String) 2017-04-20 17:02:44 +00:00
statemachine
thread Add QThreadPool::stackSize 2017-08-02 21:58:54 +00:00
tools Clean-up in QDateTime's parsing of ISODate{,WithMs} 2017-08-04 11:19:35 +00:00
xml Build examples and tests only if their requirements are met 2017-03-22 15:55:55 +00:00
corelib.pro