qt6-bb10/src/corelib/io
Anton Kudryavtsev 5ec57560c0 Prefer rvalue versions of toLatin() and toUtf8()
... to re-use existing buffers.

Change-Id: I7c42529b8cd4400520a59e658ab76f4f8e965cd4
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2017-03-30 20:31:59 +00:00
..
PSL-LICENSE.txt Document The Public Suffix List 2016-11-23 09:35:35 +00:00
QTEMPORARYFILE_LICENSE.txt Document use of BSD code in Qt Core 2016-10-28 12:46:39 +00:00
forkfd_qt.cpp Properly use the "process" feature 2017-02-27 15:44:46 +00:00
io.pri Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-13 15:55:44 +01:00
qabstractfileengine.cpp Merge remote-tracking branch 'origin/5.6' into 5.7 2016-08-13 01:05:02 +02:00
qabstractfileengine_p.h Make sure all private headers in Qt Core include qglobal_p.h 2016-06-25 08:01:04 +00:00
qbuffer.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qbuffer.h Updated license headers 2016-01-15 12:25:24 +00:00
qdatastream.cpp De-inline qfloat16 streaming operators in QDataStream 2017-02-01 10:32:35 +00:00
qdatastream.h Add QDataStream streaming operator for QFlags 2017-02-09 17:46:11 +00:00
qdatastream_p.h Make sure all private headers in Qt Core include qglobal_p.h 2016-06-25 08:01:04 +00:00
qdataurl.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qdataurl_p.h Make sure all private headers in Qt Core include qglobal_p.h 2016-06-25 08:01:04 +00:00
qdebug.cpp qdoc: Define Q_COMPILER_UNICODE_STRINGS 2016-12-15 05:20:24 +00:00
qdebug.h Use std::enable_if instead of QEnableIf 2017-01-27 10:30:31 +00:00
qdebug_p.h Make sure all private headers in Qt Core include qglobal_p.h 2016-06-25 08:01:04 +00:00
qdir.cpp QDir: replace QLVA<QChar> with QVLA<ushort> 2017-03-25 08:03:10 +00:00
qdir.h Introduce QDir::isEmpty() 2017-01-08 16:11:34 +00:00
qdir_p.h Updated license headers 2016-01-15 12:25:24 +00:00
qdiriterator.cpp Avoid re-use of QFileSystemMetaData instance in dir entry listing 2016-09-27 15:45:04 +00:00
qdiriterator.h Updated license headers 2016-01-15 12:25:24 +00:00
qfile.cpp Doc: Remove references to Windows CE in Qt Core 2016-08-23 11:06:30 +00:00
qfile.h Add Intel copyright to files that Intel has had non-trivial contribution 2016-01-21 22:44:21 +00:00
qfile_p.h QtCore: Add missing override 2016-11-16 22:57:22 +00:00
qfiledevice.cpp Reset QFileDevicePrivate::cachedSize on file close 2017-02-06 07:36:24 +00:00
qfiledevice.h Updated license headers 2016-01-15 12:25:24 +00:00
qfiledevice_p.h Adapt QFileDevice to use QIODevice's write buffer 2016-01-29 09:14:36 +00:00
qfileinfo.cpp Simplify fileTimeToQDateTime() by having it return a UTC time 2017-01-11 11:53:27 +00:00
qfileinfo.h Updated license headers 2016-01-15 12:25:24 +00:00
qfileinfo_p.h Updated license headers 2016-01-15 12:25:24 +00:00
qfileselector.cpp Make variant selection possible if base is missing 2017-01-20 05:25:19 +00:00
qfileselector.h Updated license headers 2016-01-15 12:25:24 +00:00
qfileselector_p.h Expose QFileSelectorPrivate::selectionHelper() 2016-05-27 12:23:21 +00:00
qfilesystemengine.cpp Merge remote-tracking branch 'origin/5.7' into 5.8 2016-11-08 10:01:50 +01:00
qfilesystemengine_p.h Updated license headers 2016-01-15 12:25:24 +00:00
qfilesystemengine_unix.cpp Merge remote-tracking branch 'origin/5.8' into 5.9 2017-02-24 20:01:42 +01:00
qfilesystemengine_win.cpp Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-13 15:55:44 +01:00
qfilesystementry.cpp Remove support for WinRT 8.1 and Windows Phone 8.1 2017-01-18 12:38:56 +00:00
qfilesystementry_p.h Make sure all private headers in Qt Core include qglobal_p.h 2016-06-25 08:01:04 +00:00
qfilesystemiterator_p.h Merge remote-tracking branch 'origin/5.6' into 5.7 2016-11-04 11:39:15 +01:00
qfilesystemiterator_unix.cpp Merge remote-tracking branch 'origin/5.6' into 5.7 2016-11-04 11:39:15 +01:00
qfilesystemiterator_win.cpp Remove support for WinRT 8.1 and Windows Phone 8.1 2017-01-18 12:38:56 +00:00
qfilesystemmetadata_p.h Simplify fileTimeToQDateTime() by having it return a UTC time 2017-01-11 11:53:27 +00:00
qfilesystemwatcher.cpp QFileSystemWatcher/Win32: Listen for WM_DEVICECHANGE 2016-10-18 07:52:22 +00:00
qfilesystemwatcher.h Updated license headers 2016-01-15 12:25:24 +00:00
qfilesystemwatcher_fsevents.mm Merge remote-tracking branch 'origin/5.7' into 5.8 2016-11-01 06:02:55 +01:00
qfilesystemwatcher_fsevents_p.h Merge remote-tracking branch 'origin/5.7' into 5.8 2016-10-11 07:40:32 +02:00
qfilesystemwatcher_inotify.cpp QtCore: use printf-style qWarning/qDebug where possible (I) 2016-03-11 10:56:15 +00:00
qfilesystemwatcher_inotify_p.h Standardize some "We mean it" comments 2016-08-17 19:51:40 +00:00
qfilesystemwatcher_kqueue.cpp Merge remote-tracking branch 'origin/5.6' into 5.7 2016-06-06 09:04:55 +02:00
qfilesystemwatcher_kqueue_p.h Standardize some "We mean it" comments 2016-08-17 19:51:40 +00:00
qfilesystemwatcher_p.h QFileSystemWatcher/Win32: Listen for WM_DEVICECHANGE 2016-10-18 07:52:22 +00:00
qfilesystemwatcher_polling.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qfilesystemwatcher_polling_p.h Standardize some "We mean it" comments 2016-08-17 19:51:40 +00:00
qfilesystemwatcher_win.cpp QFileSystemWatcher/Win32: Listen for WM_DEVICECHANGE 2016-10-18 07:52:22 +00:00
qfilesystemwatcher_win_p.h QFileSystemWatcher/Win32: Listen for WM_DEVICECHANGE 2016-10-18 07:52:22 +00:00
qfsfileengine.cpp Merge remote-tracking branch 'origin/5.7' into 5.8 2016-08-29 15:30:17 +02:00
qfsfileengine_iterator.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qfsfileengine_iterator_p.h Updated license headers 2016-01-15 12:25:24 +00:00
qfsfileengine_p.h QtCore: Remove Windows CE. 2016-03-30 11:22:47 +00:00
qfsfileengine_unix.cpp Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-21 19:07:53 +01:00
qfsfileengine_win.cpp Make QFile::open fail when using an invalid file name 2017-03-17 11:06:43 +00:00
qiodevice.cpp Improve QIODevice::peek() performance on buffered devices 2017-02-09 18:46:24 +00:00
qiodevice.h QIODevice: add infrastructure for multistreaming 2016-01-27 06:32:30 +00:00
qiodevice_p.h Improve QIODevice::peek() performance on buffered devices 2017-02-09 18:46:24 +00:00
qipaddress.cpp Merge remote-tracking branch 'origin/5.6' into 5.7 2016-04-13 06:55:37 +02:00
qipaddress_p.h Standardize some "We mean it" comments 2016-08-17 19:51:40 +00:00
qlockfile.cpp QLockFile: Don't deadlock if the lock file has a mtime in the future 2017-03-10 17:09:24 +00:00
qlockfile.h Updated license headers 2016-01-15 12:25:24 +00:00
qlockfile_p.h Make sure all private headers in Qt Core include qglobal_p.h 2016-06-25 08:01:04 +00:00
qlockfile_unix.cpp QLockFile: Don't deadlock if the lock file has a mtime in the future 2017-03-10 17:09:24 +00:00
qlockfile_win.cpp QLockFile: Don't deadlock if the lock file has a mtime in the future 2017-03-10 17:09:24 +00:00
qloggingcategory.cpp Merge remote-tracking branch 'origin/5.6' into 5.7 2016-08-13 01:05:02 +02:00
qloggingcategory.h Updated license headers 2016-01-15 12:25:24 +00:00
qloggingregistry.cpp Use case-insensitive compare more 2017-03-29 03:54:57 +00:00
qloggingregistry_p.h QLoggingRegistry: fix potential data race 2017-02-20 07:23:59 +00:00
qnoncontiguousbytedevice.cpp Fix some documentation warnings. 2016-03-24 13:02:58 +00:00
qnoncontiguousbytedevice_p.h QNonContiguousByteDevice: mark atEnd(), size(), pos() methods as const. 2016-02-08 19:36:38 +00:00
qprocess.cpp Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-13 15:55:44 +01:00
qprocess.h Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-13 15:55:44 +01:00
qprocess_darwin.mm Make QProcessEnvironment available on Apple Platforms and VxWorks 2016-12-16 09:15:03 +00:00
qprocess_p.h Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-13 15:55:44 +01:00
qprocess_unix.cpp Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-13 15:55:44 +01:00
qprocess_win.cpp Merge remote-tracking branch 'origin/5.8' into 5.9 2017-03-13 15:55:44 +01:00
qresource.cpp Merge several Q_GLOBAL_STATICs in qresource.cpp into one 2017-02-09 01:22:54 +00:00
qresource.h Fix missing last modification time stamp in qrc content 2016-11-22 04:57:02 +00:00
qresource_iterator.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qresource_iterator_p.h Updated license headers 2016-01-15 12:25:24 +00:00
qresource_p.h Updated license headers 2016-01-15 12:25:24 +00:00
qsavefile.cpp Added QSaveFile to the bootstrap library 2017-01-02 12:51:37 +00:00
qsavefile.h Added QSaveFile to the bootstrap library 2017-01-02 12:51:37 +00:00
qsavefile_p.h Updated license headers 2016-01-15 12:25:24 +00:00
qsettings.cpp Merge remote-tracking branch 'origin/5.8' into dev 2017-01-30 12:46:20 +01:00
qsettings.h Don't truncate QDateTime milliseconds when storing QSettings on Apple platforms 2016-10-05 18:45:04 +00:00
qsettings_mac.cpp Prefer rvalue versions of toLatin() and toUtf8() 2017-03-30 20:31:59 +00:00
qsettings_p.h qsettings: Simplify confFiles logic 2016-09-27 22:03:04 +00:00
qsettings_win.cpp qsettings_win.cpp: Use qt_error_string() 2016-10-24 16:26:55 +00:00
qsettings_winrt.cpp Merge remote-tracking branch 'origin/5.6' into 5.7 2016-10-22 21:19:57 +02:00
qstandardpaths.cpp Merge remote-tracking branch 'origin/5.6' into 5.7 2016-08-13 01:05:02 +02:00
qstandardpaths.h Add Q_DECLARE_OPERATORS_FOR_FLAGS(QStandardPaths::LocateOptions) 2016-08-14 18:43:48 +00:00
qstandardpaths_android.cpp Say hello to Android Services 2016-02-17 14:29:58 +00:00
qstandardpaths_haiku.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qstandardpaths_mac.mm Fix QStandardPaths values on Apple Platforms containing URL encoding 2017-03-11 02:10:10 +00:00
qstandardpaths_unix.cpp Fix some warnings found by QNX's compiler 2017-03-25 04:51:01 +00:00
qstandardpaths_win.cpp QStandardPaths: Do not check whether path exists (Windows) 2016-11-08 15:30:42 +00:00
qstandardpaths_winrt.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qstorageinfo.cpp Correct \since for QStorageInfo::subvolume() 2017-02-15 16:33:20 +00:00
qstorageinfo.h QStorageInfo: Add support for obtaining subvolume names 2016-09-03 06:41:33 +00:00
qstorageinfo_mac.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qstorageinfo_p.h QStorageInfo: Add support for obtaining subvolume names 2016-09-03 06:41:33 +00:00
qstorageinfo_stub.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qstorageinfo_unix.cpp QStorageInfo: Fix warning about unused variable 2017-03-23 22:15:27 +00:00
qstorageinfo_win.cpp Updated license headers 2016-01-15 12:25:24 +00:00
qt_attribution.json Document The Public Suffix List 2016-11-23 09:35:35 +00:00
qtemporarydir.cpp doc: Fix the release in which QTemporaryDir::filePath() was added 2016-09-06 11:44:27 +00:00
qtemporarydir.h Add a convenience function QTemporaryDir::filePath() 2016-09-05 15:55:11 +00:00
qtemporaryfile.cpp Merge remote-tracking branch 'origin/5.7' into 5.8 2016-10-11 07:40:32 +02:00
qtemporaryfile.h Updated license headers 2016-01-15 12:25:24 +00:00
qtemporaryfile_p.h Merge remote-tracking branch 'origin/5.7' into 5.8 2016-11-24 10:31:21 +01:00
qtextstream.cpp Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/dev 2016-09-15 18:22:50 +00:00
qtextstream.h Updated license headers 2016-01-15 12:25:24 +00:00
qtextstream_p.h Make sure all private headers in Qt Core include qglobal_p.h 2016-06-25 08:01:04 +00:00
qtldurl.cpp Add configure feature for QUrl::topLevelDomain 2016-10-11 14:20:27 +00:00
qtldurl_p.h Add configure feature for QUrl::topLevelDomain 2016-10-11 14:20:27 +00:00
qurl.cpp Prefer rvalue versions of toLatin() and toUtf8() 2017-03-30 20:31:59 +00:00
qurl.h Remove qtypetraits.h's contents altogether 2017-01-12 22:16:06 +00:00
qurl_p.h Make sure all private headers in Qt Core include qglobal_p.h 2016-06-25 08:01:04 +00:00
qurlidna.cpp Use QStringLiteral more judiciously 2016-07-08 06:43:02 +00:00
qurlquery.cpp QUrlQuery: use erase and std::remove_if with QList 2016-05-04 15:09:41 +00:00
qurlquery.h Updated license headers 2016-01-21 18:55:18 +00:00
qurlrecode.cpp Disallow non-character Unicode codepoints in QUrl/QUrlQuery 2016-04-26 23:08:11 +00:00
qurltlds_p.h Merge remote-tracking branch 'origin/5.7' into 5.8 2016-11-01 06:02:55 +01:00
qurltlds_p.h.INFO Document The Public Suffix List 2016-11-23 09:35:35 +00:00
qwindowspipereader.cpp Remove qt_cancelIo helper function 2016-05-17 14:47:20 +00:00
qwindowspipereader_p.h Merge remote-tracking branch 'origin/5.6' into 5.7 2016-03-21 09:02:57 +01:00
qwindowspipewriter.cpp Merge remote-tracking branch 'origin/5.7' into dev 2016-06-13 12:46:46 +02:00
qwindowspipewriter_p.h Properly use the "process" feature 2017-02-27 15:44:46 +00:00
qwinoverlappedionotifier.cpp Merge remote-tracking branch 'origin/5.6' into 5.7 2016-02-18 20:50:35 +01:00
qwinoverlappedionotifier_p.h Make sure all private headers in Qt Core include qglobal_p.h 2016-06-25 08:01:04 +00:00