summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix build on Integrity: the compiler doesn't understand this constructThiago Macieira2017-10-231-1/+5
* Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-233-0/+15
|\
| * winrt: Fully initialize CREATEFILE2_EXTENDED_PARAMETERS structOliver Wolff2017-10-201-0/+3
| * Doc: State that qDebug and friends are thread-safeKai Koehne2017-10-172-0/+12
* | QRandomGenerator: improve floating-point random generationThiago Macieira2017-10-201-2/+10
* | QRandomGenerator: fix the timing of the closing of the Unix random fdThiago Macieira2017-10-201-2/+2
* | QBasicMutex: mark the bootstrap constructor constexprThiago Macieira2017-10-191-1/+1
* | MinGW: Globally define WINVER and _WIN32_WINNT to enable Windows 7 APIOrgad Shaneh2017-10-192-4/+2
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-10-175-57/+176
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-165-57/+176
| |\|
| | * Revert "Do not include qfloat16 tables in arm64 builds"Allan Sandfeld Jensen2017-10-101-13/+10
| | * Documentation: Add missing event type for non-client mouse eventsKrzysztof Kawa2017-10-071-4/+4
| | * QUrl: re-fix the setPath("//path") case leading to scheme://pathThiago Macieira2017-10-061-9/+22
| | * Improve performance in QThreadPoolSvenn-Arne Dragly2017-10-042-31/+140
* | | configure: make C++11 <random> a required functionalityThiago Macieira2017-10-162-21/+9
|/ /
* | Don't lose precision in QMacTimeZonePrivate::previousTransition()Edward Welbourne2017-10-161-1/+1
* | Fix QWinEventNotifier for auto-reset eventsJoerg Bornemann2017-10-153-1/+6
* | Unify wording in documentation to use 'top-left' instead 'upper-left'Christian Ehrlicher2017-10-142-4/+4
* | Doc: fix QRandomGenerator missing updates after renameThiago Macieira2017-10-141-10/+10
* | QRandomGenerator: improve internal noexceptnessThiago Macieira2017-10-141-5/+7
* | Doc: move QKeyValueIterator documentation to the right fileSamuel Gaist2017-10-112-120/+120
* | Doc: fix indexOf QRegularExpression overload documentationSamuel Gaist2017-10-111-1/+1
* | Move detection of <future> to a configure testGiuseppe D'Angelo2017-10-063-23/+34
* | QLockFile: don't use QCoreApplication::applicationName()Thiago Macieira2017-10-061-1/+1
* | QLockInfo: Centralize the management of the lock file's contentsThiago Macieira2017-10-064-77/+100
* | QLockFile/Unix: drop the use of fcntl(F_SETLK)Thiago Macieira2017-10-062-73/+44
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-10-0414-60/+89
|\|
| * Fix strict-prototypes warning with qVersion functionJake Petroules2017-10-021-1/+1
| * Reorder defines to respect alphabetic order in bootstrap configEdward Welbourne2017-09-271-7/+8
| * Remove unnecessary copying in QSet::subtract()Sze Howe Koh2017-09-271-6/+7
| * Make QDateTimeParser a separate featureEdward Welbourne2017-09-257-17/+25
| * doc: fix code snippet of qConstOverload usageGatis Paeglis2017-09-251-1/+1
| * Fix parsing of tzfile(5) files in QTimeZonePrivateThiago Macieira2017-09-241-1/+3
| * Restore compatibility with pre-5.9 Keccak calculationThiago Macieira2017-09-213-27/+98
* | Mark QCoreApplication::applicationPid() as const functionThiago Macieira2017-10-011-1/+1
* | Remove Q_ALWAYS_INLINE from frequently-used functionsThiago Macieira2017-09-293-24/+18
* | Clean up OS version checks for Apple platformsJake Petroules2017-09-291-10/+2
* | QFileSystemEngine: Remove unneeded test for relative symlinkOrgad Shaneh2017-09-281-2/+0
* | QFileSystemEngine: Minor cleanup in unixOrgad Shaneh2017-09-281-7/+2
* | Fix element overwrite in QRandomGenerator's fallback functionEirik Aavitsland2017-09-281-1/+1
* | Add a "shim" to allow use of Clang 5's __builtin_available everywhereJake Petroules2017-09-271-0/+73
* | Don't read the statx struct in case of failureSérgio Martins2017-09-271-2/+5
* | Improve qustrlen further by avoiding the alignment prologueThiago Macieira2017-09-261-10/+19
* | Add currentType function to QOperatingSystemVersionJake Petroules2017-09-253-19/+29
* | QThread::create: move implementation out of lineGiuseppe D'Angelo2017-09-242-69/+76
* | QThread::create: make qdoc generate its documentationGiuseppe D'Angelo2017-09-241-0/+7
* | QRandomGenerator: update API to better nameThiago Macieira2017-09-224-45/+63
* | Merge "Merge remote-tracking branch 'origin/5.9' into 5.10" into refs/staging...Liang Qi2017-09-213-43/+59
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-203-43/+59
| |\|
| | * Add missing pwd.h includeJake Petroules2017-09-181-0/+1