summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * QFileInfo: Fix typo in docOrgad Shaneh2017-08-261-1/+1
| | * Fix QCFType::constructFromGet() crash when passed a nullptrTor Arne Vestbø2017-08-241-1/+2
| | * QOperatingSystemVersion: add Android Oreo (v8.0, API level 26)Jake Petroules2017-08-223-1/+13
| | * Doc: Clean up Qt::ApplicationAttribute docsTopi Reinio2017-08-211-15/+19
| | * Fix compilation on 64-bit CPUs when QPROCESS_DEBUG is enabledDavid Faure2017-08-201-4/+6
| | * QProcess/Unix: fix possible race condition inside waitForXXX() loopsAlex Trotsenko2017-08-181-0/+12
| | * Android: Dissable internal hack when using libc++BogDan Vatra2017-08-181-1/+1
| | * Android: Fix compile with unified headersBogDan Vatra2017-08-174-40/+48
| | * Android: Fix warning for __fp16BogDan Vatra2017-08-171-1/+1
| * | Simplify QDataStream::skipRawData()Alex Trotsenko2017-08-311-25/+6
| * | New AA_DisableWindowContextHelpButton to globally hide ? buttonKai Koehne2017-08-292-0/+7
| * | QProcess: add docs that the PID from startDetached() may be recycledThiago Macieira2017-08-291-2/+6
| * | Introduce QIODevice::skip()Alex Trotsenko2017-08-273-0/+126
* | | Make qAddPostRoutine & family thread-safeThiago Macieira2017-09-011-8/+32
* | | QLocale docs: remove useless \sa linksShawn Rutledge2017-08-291-2/+0