summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-1738-452/+545
|\
| * 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
* | | macOS: Fix standardLocations() returns invalid pathMasashi Fujimoto2017-10-111-20/+9
* | | Stop including net/if.h from qplatformdefs.hThiago Macieira2017-10-081-3/+0
* | | Qt Core: Remove code for Windows < 7Friedemann Kleint2017-10-053-18/+6
* | | QLocaleData::longLongToString: clean up sign handlingEdward Welbourne2017-10-033-11/+9
* | | Fix unused variable warning in qrandom.cppJüri Valdmann2017-09-271-0/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-09-2624-220/+436
|\| |
| * | 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
| | | * QSharedPointer: fix undefined behavior in operator<Giuseppe D'Angelo2017-09-171-3/+6
| | | * Optimize QVariant::cmp()Lars Knoll2017-09-141-40/+49
| | | * Improve performance of QVariant::canConvert()Lars Knoll2017-09-131-0/+3
| * | | QOperatingSystemVersion: Add debug operatorFriedemann Kleint2017-09-202-0/+18
| |/ /
| * | Fix documentation code snippet of QString::arg(QStringView)Friedemann Kleint2017-09-151-2/+2
| * | QStringView: De-inline the length calculation so we can use SSE2Thiago Macieira2017-09-133-10/+52
| * | macOS: Detect use of heap-allocated QMacAutoReleasePoolTor Arne Vestbø2017-09-082-1/+69