summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
| | * 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
* | macOS: Remove QMacRootLevelAutoReleasePool member from QCoreApplicationTor Arne Vestbø2017-09-081-4/+0
* | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2017-09-062-5/+10
|\|
| * Fix resolution of relative links on WindowsOrgad Shaneh2017-09-041-4/+9
| * QModelIndex: use std::less to compare pointersGiuseppe D'Angelo2017-09-011-1/+1
* | Don't call the qAddPreRoutine routines with the mutex lock heldThiago Macieira2017-09-061-9/+14
* | Merge dev into 5.10Frederik Gladhorn2017-09-0222-108/+277
|\ \
| * | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-08-3117-81/+132
| |\|
| | * Fix error attribute(target("+crc")) is unknownPeter Seiderer2017-08-292-0/+5
| | * QFileInfo: Clarify documentation on symlinksFriedemann Kleint2017-08-291-7/+11
| | * Doc: Fix exampleRobert Loehning2017-08-281-2/+2
| | * Remove QMAKE_LIBS_CORE variableJoerg Bornemann2017-08-281-3/+7
| | * Fix resolution of relative symlinks from relative path on unixOrgad Shaneh2017-08-271-7/+5