summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Qt5CoreMacros: Sync with CMake project counterpartKevin Funk2015-12-211-4/+4
* Make use of new QHash::erase(const_iterator) overloadMarc Mutz2015-12-194-20/+19
* QHash/QSet: add erase(const_iterator)Marc Mutz2015-12-194-14/+43
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-1811-20/+72
|\
| * winrt: Align error code handling with WinCEMaurice Kalinowski2015-12-151-1/+1
| * winrt: Avoid blocking for the first processEvents runMaurice Kalinowski2015-12-141-2/+11
| * winrt: Use Windows 10 features when availableMaurice Kalinowski2015-12-111-0/+4
| * QJsonObject::(const_)iterator: add pointer typedefGiuseppe D'Angelo2015-12-112-0/+12
| * Clarify what time-zone "transitions" are.Edward Welbourne2015-12-091-0/+5
| * QProcessPrivate::startProcess - fix invalid encodedProgramName (OS X)Timur Pocheptsov2015-12-091-3/+7
| * Doc: Circumvented qdoc parsing by removing '!'Nico Vertriest2015-12-091-1/+1
| * QString: where possible, re-use existing capacity in op(QChar/QL1S)Marc Mutz2015-12-082-7/+22
| * Win: Use native separators in QLibrary errorsKai Koehne2015-12-081-3/+6
| * Fix constructing a QSharedPointer<const> of a QEnableSharedFromThis typeThiago Macieira2015-12-081-1/+1
| * QVariant: retain duplicate keys when convertingThiago Macieira2015-12-081-2/+2
* | QProcess/Windows: Fix handling of workingDirectory.Friedemann Kleint2015-12-141-1/+2
* | QString: mark relational operators (and compare()) nothrowMarc Mutz2015-12-132-62/+63
* | QChar: mark remaining relational operators nothrowMarc Mutz2015-12-131-4/+4
* | Fix compilation of isnan/isinf for MSVC2012.Erik Verbruggen2015-12-111-2/+2
* | Android: Remove support for API < 16BogDan Vatra2015-12-101-4/+2
* | Don't allocate memory when creating an invalid QDateTimeSérgio Martins2015-12-101-1/+3
* | add a way to modify CreateProcess parametersJoerg Bornemann2015-12-105-6/+174
* | QtBase: use preincrement for iterator typesAnton Kudryavtsev2015-12-091-1/+1
* | Haiku: Implement QLockFilePrivate::processNameByPidTobias Koenig2015-12-081-0/+7
* | Allow Q_CHECK_PTR when asserts are forcedAlex Trotsenko2015-12-081-1/+1
* | Add PointerToMemberFunction for ctor of QSignalTransitionAndré Klitzing2015-12-082-0/+26
* | QString::vasprintf: Extract Method parse_length_modifierMarc Mutz2015-12-081-47/+27
* | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-0812-129/+152
|\|
| * WinRT: Add RETURN_[]_IF_FAILED_WITH_ARGS macros.Friedemann Kleint2015-12-071-0/+10
| * Don't treat "/etc/localtime" in TZ env var as a valid timezone idMartin Klapetek2015-12-071-0/+7
| * Q_UNIMPLEMENTED: remove explicit file, line and funcinfo informationMarc Mutz2015-12-071-1/+1
| * Fix typo in QObject::disconnect() documentationSérgio Martins2015-12-071-1/+1
| * Combine environment variable implementationsSamuel Nevala2015-12-036-123/+129
| * Doc: corrected statement about QByteArray::clearNico Vertriest2015-12-031-2/+2
| * Revert "Doc: Added info about sorting in QItemSelectionModel::selectedIndexes"Nico Vertriest2015-12-031-1/+0
| * QStandardPaths::standardLocations()/WinRT: Return empty lists.Friedemann Kleint2015-12-031-1/+2
* | Add missing include to qabstractitemmodel_p.hRisto Avila2015-12-071-1/+2
* | qt_poll: split out into separate file and sanitize buildLouai Al-Khanji2015-12-055-234/+317
* | qCount{Leading,Trailing}ZeroBits: Use __builtin_clzs for 16-bitThiago Macieira2015-12-051-0/+8
* | QEasingCurve: mark nothrow move constructible/assignable and nothrow swappableMarc Mutz2015-12-041-3/+3
* | QEventDispatcherUNIX: Remove unused mainThread member variableLouai Al-Khanji2015-12-042-4/+0
* | Remove the socketpair special case for eventdispatcher on INTEGRITY.Rolland Dudemaine2015-12-041-10/+1
* | pwd and group variables should be declared inside Q_OS_INTEGRITY.Rolland Dudemaine2015-12-041-4/+4
* | sys/flock.h should not be included for Q_OS_INTEGRITY.Rolland Dudemaine2015-12-041-0/+3
* | Use portable temporary directory implementation for Q_OS_INTEGRITY.Rolland Dudemaine2015-12-041-2/+2
* | Add GHS toolchain architecture macros.Rolland Dudemaine2015-12-041-4/+5
* | Use intrinsics for GHS toolchain for CPU feature detection.Rolland Dudemaine2015-12-041-1/+26
* | Add an else clause that clears the return value.Rolland Dudemaine2015-12-041-1/+2
* | Remove inclusion of sys/sem.h for INTEGRITY.Rolland Dudemaine2015-12-041-1/+1
* | QAbstractItemModelPrivate::Change: add some constexprMarc Mutz2015-12-031-4/+4