summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Fix build with ICC on OS X: __Z18qt_getQtMetaObjectv was undefiendThiago Macieira2016-05-291-2/+4
| | * Compile fix: for OpenBSD: <sys/select.h> not included by <sys/types.h>Ralf Nolden2016-05-252-10/+10
| * | Remove the code for QObject::connect for non-C++11 compilersThiago Macieira2016-06-023-433/+0
| * | Revert "QObject::connect: reduce generated code size for statics and functors"Thiago Macieira2016-06-011-7/+9
| * | QObject::connect: reduce generated code size for statics and functorsThiago Macieira2016-05-311-9/+7
* | | darwin: Add Foundation conversion functions for QRect/QRectFTor Arne Vestbø2016-06-101-0/+44
* | | Simplify Foundation conversion function documentationTor Arne Vestbø2016-06-061-25/+22
* | | QObject::connect: reduce generated code size for statics and functorsThiago Macieira2016-06-031-9/+7
* | | Remove Windows CE vestigesJoerg Bornemann2016-06-021-5/+0
* | | Remove _bit_scan_{forward,reverse}Erik Verbruggen2016-05-311-10/+12
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-1/+21
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-191-1/+21
| |\|
| | * Fix QVariant conversion to an enum type.Olivier Goffart2016-05-161-1/+21
* | | winrt: Remove explicit exit callMaurice Kalinowski2016-05-191-13/+0
* | | Collate conversion functions for Core Foundation/Foundation typesTor Arne Vestbø2016-05-192-1/+423
* | | Add support for Apple tvOSMike Krus2016-05-173-5/+5
* | | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-1212-29/+96
|\| |
| * | Be more specific what is in Core and what is notJędrzej Nowacki2016-05-091-2/+5
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-05-061-4/+4
| |\|
| | * normalize structure of plugandpaint exampleOswald Buddenhagen2016-05-031-4/+4
| * | Tune fast-exit for signal activation for QML.Erik Verbruggen2016-05-032-11/+20
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-293-4/+6
| |\|
| | * Make it clear that QObject::tr() falls back to QString::fromUtf8()Sérgio Martins2016-04-281-3/+3
| | * Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-261-1/+1
| | * Add missing initializersTimur Pocheptsov2016-04-251-0/+2
| * | Merge "Merge remote-tracking branch 'origin/5.6' into 5.7" into refs/staging/5.7Liang Qi2016-04-266-8/+60
| |\ \
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-04-256-8/+60
| | |\|
| | | * Improve performance of socket notifications on WinCEAlex Trotsenko2016-04-192-2/+27
| | | * QWinEventNotifier: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-04-141-2/+2
| | | * Fix build when Qt is used in an automatic reference-counted environmentTor Arne Vestbø2016-04-131-1/+1
| | | * Don't copy the functor object for each signal emissionOlivier Goffart2016-04-131-1/+1
| | | * winrt: Try to acquire CoreDispatcher from multiple sourcesMaurice Kalinowski2016-04-131-2/+29
| * | | QtCore: mark more types as primitive/movableMarc Mutz2016-04-251-0/+1
| |/ /