summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* employ QMAKE_USE: LIBS += -lfooOswald Buddenhagen2016-08-191-1/+1
* employ QMAKE_USE: LIBS += $$QMAKE_LIBS_FOOOswald Buddenhagen2016-08-191-2/+1
* Add " We mean it" comment to qdeadlinetimer_p.hFriedemann Kleint2016-08-161-0/+11
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-165-9/+9
|\
| * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-133-5/+5
| |\
| | * Fix typo (word repetition) in documentationFrederik Schwarzer2016-08-121-1/+1
| | * Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-122-4/+4
* | | Long live QDeadlineTimerThiago Macieira2016-08-159-8/+1152
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-091-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-051-0/+2
| |\|
| | * Fixed Bug in QVariant comparison when containing QStringListsClemens Sielaff2016-08-031-0/+2
* | | 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-015-153/+165
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-012-2/+4
| |\|
| | * 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
| | * 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-262-150/+155
| |\|
| | * Make sure JNI_OnLoad is not called more than onceBogDan Vatra2016-07-201-0/+5
| | * Workaround clang explicit specializations function templates export bugBogDan Vatra2016-07-201-150/+150
| | * Work around Apple defining "check"Thiago Macieira2016-07-201-0/+5
* | | Add QMetaEnum::isScoped to be able to destinguish C++11 enum classOlivier Goffart2016-07-263-1/+17
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-193-3/+9
|\| |
| * | Optimize string usageAnton Kudryavtsev2016-07-151-1/+1
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-042-2/+8
| |\|
| | * QEventLoop: better describe the exception safety of QtGiuseppe D'Angelo2016-07-021-2/+4
| | * Fix build: ftok(3) requires sys/ipc.hThiago Macieira2016-07-021-0/+4
* | | Clean up qwindowdefs_win.hLars Knoll2016-07-142-4/+5
* | | Call disconnectNotify() when disconnecting a QMetaObject::ConnectionUlf Hermann2016-07-121-2/+3
* | | QTimer: add support for <chrono> functionsThiago Macieira2016-07-092-18/+147
* | | winrt: Fix launch as background taskMaurice Kalinowski2016-07-061-27/+86
* | | Move QElapsedTimer to src/corelib/kernelThiago Macieira2016-07-027-0/+1137
* | | CoreLib: use QStringRef to optimize memory allocationAnton Kudryavtsev2016-07-022-6/+7
* | | Make sure all private headers in Qt Core include qglobal_p.hThiago Macieira2016-06-2518-5/+21
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-216-29/+42
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-205-30/+41
| |\|
| | * Correct a type mismatch in the QNX PPS codeJames McDonnell2016-06-151-2/+2
| | * Fixed developer build for MinGWOliver Wolff2016-06-152-2/+3
| | * winrt: Fix potential crash in QCoreApplicationMaurice Kalinowski2016-06-131-26/+33
| | * winrt: Close IAsyncInfo manually in case of errorMaurice Kalinowski2016-06-131-0/+3
| * | Fix warning about non-void function not returning anythingThiago Macieira2016-06-171-3/+1
* | | darwin: Add Foundation conversion functions for QSize/QSizeFTor Arne Vestbø2016-06-141-0/+37
* | | darwin: Add Foundation conversion functions for QPoint/QPointFTor Arne Vestbø2016-06-141-0/+38
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-06-136-446/+15
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-064-13/+15
| |\|
| | * Fix crash when connecting a non-PMF with Qt::UniqueConnection...Thiago Macieira2016-05-301-1/+1