summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QVector: add an rvalue overload of push_back/appendMarc Mutz2015-07-193-2/+52
* QVector: in append(), if we take a copy, then move, not copy from the copyMarc Mutz2015-07-191-3/+3
* QArrayDataPointer: make move semantics consistent with other containersMarc Mutz2015-07-191-5/+6
* QSet/QQueue/QStack: use compiler-generated special member functionsMarc Mutz2015-07-194-13/+8
* QSharedPointer: add move construction, assignment from compatible shared poin...Marc Mutz2015-07-191-0/+17
* Containers: destroy previous state on move-assignment immediatelyMarc Mutz2015-07-195-5/+6
* QSharedPointer: mark some internal API nothrowMarc Mutz2015-07-191-4/+4
* QList: mark const variants of begin()/end() noexceptMarc Mutz2015-07-191-45/+45
* QItemSelection: declare as shared-come-Qt6Marc Mutz2015-07-181-1/+5
* QIODevice: remove superfluous memberAlex Trotsenko2015-07-182-11/+1
* Introduce Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6Marc Mutz2015-07-181-2/+11
* QtCore: Use Q_NULLPTR instead of 0 in smart pointer headersMarc Mutz2015-07-183-27/+27
* QByteArray: document {const_,}{reverse_,}iteratorMarc Mutz2015-07-181-2/+24
* forkfd: use wait4 to get the process status instead of waitidThiago Macieira2015-07-181-7/+0
* Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-185-6/+63
* Make the event delivery go through some more static functionsThiago Macieira2015-07-183-16/+33
* Add a macro to disable use of potentially dangerous QProcess APIs.Jake Petroules2015-07-172-0/+29
* Make CONFIG += c++11 by default not disable GNU extensionsThiago Macieira2015-07-171-3/+3
* 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