summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Revamp the CLOEXEC support in QtThiago Macieira2015-07-171-43/+17
* Remove unnecessary check from qt_safe_pipe: condition can never happenThiago Macieira2015-07-171-4/+0
* Add QTemporaryDir::errorString()Thiago Macieira2015-07-172-13/+26
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-1722-78/+132
|\
| * QDir::removeRecursively(): Retry file deletion with write permission set.Friedemann Kleint2015-07-171-4/+12
| * forkfd: update the API to add a reading and closing functionThiago Macieira2015-07-171-9/+6
| * Set Q_CC_INTEL to the ICC version when in MSVC compat modeThiago Macieira2015-07-161-1/+1
| * Improve ICC compatibility with older MSVC versions (up to 2010)Thiago Macieira2015-07-161-0/+10
| * Disable thread-safe statics for MSVC 2015: they're brokenThiago Macieira2015-07-161-1/+2
| * Add warning for malformed logging ruleTasuku Suzuki2015-07-161-13/+16
| * Fix alignment of 64-bit atomics on iOSThiago Macieira2015-07-151-1/+4
| * Fix the printing of the ms-since-boot in %{time boot}Thiago Macieira2015-07-151-2/+3
| * Fix change-of-sign warning with ICCThiago Macieira2015-07-151-1/+2
| * Fix compilation with GCC 4.9.2 and up in debug modeThiago Macieira2015-07-151-2/+2
| * Set the state of QTemporaryFileEngine properly prior to reopeningThiago Macieira2015-07-153-14/+28
| * Fix build on FreeBSD: kinfo_getproc is in libutilThiago Macieira2015-07-151-0/+1
| * fix running libQtCore.so failureTasuku Suzuki2015-07-151-1/+1
| * Windows: Fix crash when using wmain() and passing a fake argv.Friedemann Kleint2015-07-131-1/+1
| * doc: Correction in access(): signals are now publicAlejandro Exojo2015-07-121-2/+3
| * QNX: Fix namespace Qt buildSérgio Martins2015-07-081-2/+4
| * Remove the warning printed when QObject's destructor catches exceptionsThiago Macieira2015-07-081-8/+1
| * Fix the remainingTime() result after the first activation of a QTimerThiago Macieira2015-07-081-5/+16
| * Make the Windows qt_msectime() function return 64-bitThiago Macieira2015-07-083-3/+3
| * remove Build date from qt_core_boilerplate()Tasuku Suzuki2015-07-081-2/+0
| * doc: Fix and improve QMetaMethod::tagAlejandro Exojo2015-07-061-6/+9
| * Doc: Give advice on foreach vs range-based forKai Koehne2015-07-011-0/+7
* | Fixed typo in QObject docs.Kavindra Palaraja2015-07-171-3/+3
* | Remove the ref-qualified versions of segments and normalizedThiago Macieira2015-07-162-55/+18
* | QCommandLineOption: prevent aggressive inliningMarc Mutz2015-07-161-0/+1
* | QCommandLineOption: never inline the warning functionMarc Mutz2015-07-161-0/+2
* | Mark some QtMetaTypePrivate classes movableMarc Mutz2015-07-161-0/+8
* | QPairVariantInterfaceImpl: init all fieldsMarc Mutz2015-07-161-0/+4
* | QThread: simplify the pthread_cleanup_pop functionThiago Macieira2015-07-161-7/+8
* | QCommandLineOption: add some Q_UNLIKELYMarc Mutz2015-07-161-5/+5
* | QCommandLineOption: reduce string dataMarc Mutz2015-07-161-16/+16
* | QT_LOGGING_RULES supports multiple rules separated by semicolonsTasuku Suzuki2015-07-162-1/+9
* | Refactor QVersionNumber to use the public functions when possibleThiago Macieira2015-07-162-31/+39
* | QPointer: remove user-declared empty destructorMarc Mutz2015-07-131-1/+1
* | RegistryKey: Move member variable initialization to the ctor-init-listSebastian Schuberth2015-07-131-4/+4
* | doc: mark QVersionNumber as \since 5.6Keith Gardner2015-07-131-2/+2
* | QSequentialAnimationGroupPrivate: replace an inefficient QList with QVectorMarc Mutz2015-07-131-1/+1
* | QStateMachinePrivate: replace an inefficient QList with QVectorMarc Mutz2015-07-133-23/+24
* | Fix typo in EnterKeyType documentation.Mitch Curtis2015-07-111-2/+2
* | Core: Replace QProcess::error signal with QProcess::errorOccurredKai Koehne2015-07-102-6/+18
* | Fix some qdoc-warnings.Friedemann Kleint2015-07-105-3/+5
* | Remove documentation of QTextCodec::setCodecForTr().Friedemann Kleint2015-07-102-20/+0
* | QRingBuffer::reserveFront(): do not leave empty array in buffer listAlex Trotsenko2015-07-101-2/+6
* | Added QVersionNumber to QtCore's public APIKeith Gardner2015-07-103-3/+2
* | Haiku: Fix QWaitCondition on HaikuTobias Koenig2015-07-081-1/+1
* | Compile with !QT_SUPPORTS(UNSHARABLE_CONTAINERS)Marc Mutz2015-07-082-0/+6