summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | QLinkedList: restore move special member functions for iteratorsMarc Mutz2016-08-171-4/+12
* | | | QMetaType: clean up #ifdefsMarc Mutz2016-08-151-7/+0
* | | | QFactoryLoader: clean up #ifdefsMarc Mutz2016-08-151-64/+0
* | | | QSharedPointer: clean up #ifdefsMarc Mutz2016-08-151-48/+0
* | | | QTranslator: use const to avoid detach()'ingAnton Kudryavtsev2016-08-111-2/+1
|/ / /
* | | QString: fix regression comparing null QString with null const char *Marc Mutz2016-08-051-1/+1
* | | QJsonValue::toVariant(): Differentiate between null and invalidChristian Kandeler2016-08-051-1/+2
* | | QString: de-duplicate code of variants of lastIndexOf()Anton Kudryavtsev2016-08-041-69/+4
* | | Optimize QString::compare_helper(QChar*, int, char*, int, cs)Marc Mutz2016-08-041-3/+9
* | | Add missing include in qeventloop_p.hJędrzej Nowacki2016-08-041-0/+1
* | | Add std::nullptr_t as builtin type in QMetaTypeJędrzej Nowacki2016-08-032-1/+6
* | | Add QtAndroidPrivate::context()Alex Blasche2016-08-032-0/+11
* | | QObject::connect: allow to disable narrowing of the connection argumentsGiuseppe D'Angelo2016-08-022-0/+59
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-08-0116-196/+266
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-013-3/+9
| |\|
| | * Fix for race condition in signal activationDenis Kormalev2016-07-291-1/+1
| | * Fix gcc -Wsuggest-override warning on Q_OBJECTDavid Faure2016-07-281-0/+2
| | * QVector: fix crash on reserve(0)David Faure2016-07-281-1/+5
| | * Fix grammar error in QFlags documentationMitch Curtis2016-07-261-1/+1
| * | QSocketNotifier: improve warning to show thread names and pointers.David Faure2016-07-281-1/+6
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-269-189/+205
| |\|
| | * Work around ICC bug about shadowing declarations that aren't shadowingThiago Macieira2016-07-242-8/+8
| | * Windows: Fix truncation in QFSFileEnginePrivate::nativeWrite()Friedemann Kleint2016-07-211-4/+2
| | * Make sure JNI_OnLoad is not called more than onceBogDan Vatra2016-07-201-0/+5
| | * Fix QTemporaryDir to handle Unicode characters on WindowsFriedemann Kleint2016-07-201-22/+30
| | * Workaround clang explicit specializations function templates export bugBogDan Vatra2016-07-201-150/+150
| | * Work around Apple defining "check"Thiago Macieira2016-07-201-0/+5
| | * QTzTimeZonePrivate: missing spaces for readability.Edward Welbourne2016-07-181-3/+3
| | * QUtcTimeZonePrivate::data - skip spurious invalid start state.Edward Welbourne2016-07-181-2/+3
| | * QtCore: Fix QXmlStreamReader for invalid characters in XML 1.0Luca Bellonda2016-07-171-0/+4
| * | move c++11 test into qcompilerdetection.h and make it stricterOswald Buddenhagen2016-07-221-0/+6
| * | Windows: Disable unsupported C++11 features with Clang-cl and ICCThiago Macieira2016-07-221-0/+27
| * | QDataStream: adjust containers' deserialization in transaction modeAlex Trotsenko2016-07-201-1/+6
| * | Update QLibrary's debug output when loading failedThiago Macieira2016-07-201-2/+7
* | | QWaitCondition: add notify_one/notify_all, i.e. STL namingDavid Faure2016-07-302-0/+18
* | | Introduce SCTP sockets supportAlex Trotsenko2016-07-272-0/+14
* | | Add QMetaEnum::isScoped to be able to destinguish C++11 enum classOlivier Goffart2016-07-263-1/+17
* | | qFatal: unify the code path for aborting via std::abortGiuseppe D'Angelo2016-07-252-6/+4
* | | Q(Basic)Mutex: add try_lock{,_for,_until} for STL compatibilityGiuseppe D'Angelo2016-07-252-0/+112
* | | QRingBuffer: add packet modeAlex Trotsenko2016-07-231-22/+24
* | | QRingBuffer: allow to change the chunk size of the buffer dynamicallyAlex Trotsenko2016-07-232-0/+10
* | | Merge "Merge remote-tracking branch 'origin/5.7' into dev" into refs/staging/devEdward Welbourne2016-07-2225-231/+424
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-1925-231/+424
| |\| |
| | * | Fix typo in doc snippets of qOverload and relatedFriedemann Kleint2016-07-191-6/+6
| | * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Edward Welbourne2016-07-194-32/+62
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-154-32/+62
| | | |\|
| | | | * FreeBSD: move order of includes for compilingRalf Nolden2016-07-131-3/+3
| | | | * QString::replace(): protect sought text and replacementEdward Welbourne2016-07-121-20/+49
| | | | * QString::replace(): Commentary clarifications.Edward Welbourne2016-07-121-9/+9
| | | | * QMacTimeZonePrivate - correctly initialize m_nstz data-memberTimur Pocheptsov2016-07-111-0/+1