summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-273-17/+17
* Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-265-5/+60
|\
| * Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-255-5/+60
| |\
| | * Adapt to the C++ SIC introduced by P0021: noexcept overloadingThiago Macieira2017-01-141-0/+55
| | * Fix compilation with QT_NO_SHAREDMEMORYUlf Hermann2017-01-101-0/+2
| | * Fix compilation without sharedmemoryUlf Hermann2017-01-051-2/+2
| | * Link QVariant class documentation to the Creating Custom Qt Types articleKavindra Palaraja2016-12-281-1/+1
| | * Removed random notes in the documentation that should not be thereKavindra Palaraja2016-12-281-2/+0
* | | Fix some qdoc-warnings for 5.9Friedemann Kleint2017-01-252-2/+2
|/ /
* | Add conversion functions for QTimeZone and CFTimeZone/NSTimeZoneJake Petroules2017-01-231-0/+68
* | Remove support for WinRT 8.1 and Windows Phone 8.1Maurice Kalinowski2017-01-182-48/+3
* | Remove qtypetraits.h's contents altogetherGiuseppe D'Angelo2017-01-122-2/+2
* | Use QString::asprintf(), QStringBuilder, and the multi-arg overload of QStrin...Alexander Volkov2017-01-121-6/+4
* | Provide sensible defaults for QCoreApplication::applicationVersionJake Petroules2017-01-124-11/+149
* | Remove compatibility code paths for macOS < 10.10 and iOS < 8.0Jake Petroules2017-01-091-2/+2
* | doc: clangqdoc doesn't need Q_GADGETMartin Smith2017-01-041-0/+5
* | Reduce size of QPpsObject by one pointerJędrzej Nowacki2017-01-032-3/+1
* | Remove HarryF's "compiler error feature" that isn't used anymoreThiago Macieira2016-12-281-29/+2
* | QObject: add startTimer() overload with std::chronoAnton Kudryavtsev2016-12-232-0/+50
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-162-7/+4
|\|
| * Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-162-7/+4
| |\
| | * winrt: Check for removed timers after sending eventsOliver Wolff2016-12-151-4/+7
| | * Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-081-5/+0
| | |\
| | | * Remove unnecessary warning disablingThiago Macieira2016-11-271-5/+0
| | * | QDeadlineTimer: fix namespace for chrono literals in examplesMarc Mutz2016-11-301-2/+4
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-137-26/+32
|\| | |
| * | | QVariant: optimize convert() for bool caseAnton Kudryavtsev2016-12-011-2/+2
| * | | Use poll related features properlyLars Knoll2016-11-302-10/+7
| * | | winrt: Check for removed timers after sending eventsOliver Wolff2016-11-301-4/+7
| |/ /
| * | AreArgumentsNarrowedBase: Correct logic for narrowing connect() castsEdward Welbourne2016-11-231-2/+8
| * | Fix some qdoc-warningsFriedemann Kleint2016-11-232-22/+5
| * | QDeadlineTimer: mark more functions nothrowMarc Mutz2016-11-181-7/+7
* | | Mark qt_addObject/qt_removeObject for removal in Qt6Erik Verbruggen2016-12-071-1/+8
* | | doc: Upgrade QDeadlineTimer for clang-qdocMartin Smith2016-12-041-68/+27
* | | Make sure we can compile QtCore without QT_CONFIG(translation)Ulf Hermann2016-11-241-3/+23
* | | doc: clangqdoc must see class QWinEventNotifierMartin Smith2016-11-192-2/+2
* | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-178-35/+47
|\| |
| * | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-161-10/+23
| |\|
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-11-151-10/+23
| | |\
| | | * winrt: remove superfluous codeMaurice Kalinowski2016-11-091-3/+0
| | | * winrt: Do not copy into a referenceMaurice Kalinowski2016-11-091-1/+0
| | | * winrt: Fix potential memory corruptionMaurice Kalinowski2016-11-081-6/+23
| * | | Fix misspelled QT_NO_ featuresPaul Olav Tvete2016-11-091-1/+1
| * | | Remove compiler-specific implementations of Q_IS_ENUMKai Koehne2016-11-092-3/+2
| * | | Replace custom type traits with std one'sKai Koehne2016-11-085-21/+20
| * | | QVariant to QJsonValue::Null conversionAllan Sandfeld Jensen2016-11-081-0/+1
* | | | QObject: remove unused function qt_find_obj_childOlivier Goffart2016-11-091-24/+0
* | | | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-11-028-527/+67
|\| | |
| * | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-11-011-1/+1
| |\| |
| | * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-221-1/+1
| | |\|