summaryrefslogtreecommitdiffstats
path: root/src/corelib/io
Commit message (Expand)AuthorAgeFilesLines
* QLoggingRegistry: optimize updateRules()Marc Mutz2017-02-071-1/+6
* De-inline qfloat16 streaming operators in QDataStreamThiago Macieira2017-02-012-9/+11
* New qfloat16 classGlen Mabey2017-01-312-1/+31
* Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-301-2/+2
|\
| * Fix build without features.temporaryfileTasuku Suzuki2017-01-251-2/+2
* | Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-271-6/+6
* | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-264-12/+9
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-254-12/+9
| |\|
| | * Clarify StripTrailingSlash behaviorKavindra Palaraja2017-01-081-1/+1
| | * Doc: add note about unsupported platforms for QProcessAleksey Lysenko2017-01-041-0/+3
| | * Doc: add a quick note about unfixed Windows encoding bugThiago Macieira2016-12-281-0/+3
| | * QLockFile: make sure we encode the hostname as UTF-8 in the lock fileDavid Faure2016-12-211-11/+2
* | | Avoid detaching temporary objectsAlexander Volkov2017-01-251-1/+1
* | | Fix some qdoc-warnings for 5.9Friedemann Kleint2017-01-252-1/+2
* | | Fix deprecated API usageJake Petroules2017-01-241-6/+3
|/ /
* | Make variant selection possible if base is missingSebastian Lösch2017-01-201-6/+3
* | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-185-59/+1
* | Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-121-2/+2
* | Simplify fileTimeToQDateTime() by having it return a UTC timeEdward Welbourne2017-01-113-18/+14
* | Introduce QDir::isEmpty()Elvis Angelaccio2017-01-082-0/+22
* | Added QSaveFile to the bootstrap librarySimon Hausmann2017-01-022-5/+19
* | Revert "QUrl::resolved: keep treating file:name.txt as relative for now"Thiago Macieira2016-12-281-2/+1
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-161-0/+16
|\|
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-161-0/+16
| |\
| | * qdoc: Define Q_COMPILER_UNICODE_STRINGSTopi Reinio2016-12-151-0/+16
* | | Make QProcessEnvironment available on Apple Platforms and VxWorksJake Petroules2016-12-163-13/+62
* | | Introduce a configure option for QProcessEnvironmentJake Petroules2016-12-165-67/+89
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-1311-157/+615
|\| |
| * | QDir::cd(): Handle UNC server paths correctlyFriedemann Kleint2016-12-122-37/+39
| * | QDir::cleanPath(): Do not cd above root paths (UNC, WinRT)Friedemann Kleint2016-12-121-19/+36
| * | QSettings: Avoid unneeded sync() on destructionAlbert Astals Cid2016-11-291-0/+1
| |/
| * Merge "Merge remote-tracking branch 'origin/5.7' into 5.8" into refs/staging/5.8Liang Qi2016-11-244-10/+29
| |\
| | * Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-244-10/+29
| | |\
| | | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-232-2/+21
| | | |\
| | | | * QDir::tempPath - use NSTemporaryDirectory on DarwinTimur Pocheptsov2016-11-221-2/+18
| | | | * Handle RemovePath correctly when calling matches()Andy Shaw2016-11-221-0/+3
| | | * | QtCore: Add missing overrideAlexander Volkov2016-11-162-8/+8
| * | | | Clean up the resource reading codeSimon Hausmann2016-11-231-45/+24
| |/ / /
| * | | QSettings: Replace deprecated Win32 SHGetSpecialFolderPathKai Koehne2016-11-231-35/+36
| * | | Document The Public Suffix ListKai Koehne2016-11-233-3/+402
| * | | Fix missing last modification time stamp in qrc contentSimon Hausmann2016-11-222-13/+53
* | | | doc: make Q_OS_WIN code available to qdocMartin Smith2016-12-042-4/+4
* | | | Make sure we can compile QtCore without QT_CONFIG(translation)Ulf Hermann2016-11-242-1/+4
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-175-99/+32
|\| | |
| * | | Unbreak a couple of configurationsLars Knoll2016-11-111-0/+2
| * | | QStandardPaths: Do not check whether path exists (Windows)Kai Koehne2016-11-081-1/+1
| * | | QStandardPaths: Replace deprecated Win32 SHGetSpecialFolderPathKai Koehne2016-11-081-50/+27
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-083-48/+2
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-043-48/+2
| | |\|
| | | * Stop using readdir_r: glibc deprecated it and it's not a good ideaThiago Macieira2016-11-033-48/+2