summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QJNIHelpers: unbreak runnables counterMarc Mutz2017-02-161-2/+2
* Remove the name cache from QMetaType::typeNameThiago Macieira2017-02-151-25/+14
* QJNIHelpers: make mutexes staticMarc Mutz2017-02-151-2/+2
* Fix UB (data race) in QtAndroidPrivate::requestPermissionsSync()Marc Mutz2017-02-151-2/+4
* QJNIHelper: fix a potential race in sendRequestPermissionsResult()Marc Mutz2017-02-151-5/+4
* Enable QtAndroid::runOnAndroidThread in a ServiceHeikki Haveri2017-02-151-1/+1
* Turn QThreadData::threadId into a QAtomicPointerThiago Macieira2017-02-151-1/+1
* QJNIHelper: clean up atomic int and mutex handlingMarc Mutz2017-02-141-18/+18
* Avoid unnecessary creation of some Q_GLOBAL_STATICThiago Macieira2017-02-091-11/+6
* Remove unused qt_application_thread_id variableThiago Macieira2017-02-081-8/+0
* Doc: corrected minor link issuesNico Vertriest2017-02-021-6/+6
* QtCore & winmain: Remove dead codeThiago Macieira2017-01-311-27/+0
* QVariant: don't do fuzzy comparisons with NaN and infinitiesThiago Macieira2017-01-311-1/+11
* QEventDispatcherWin32: remove tailings of Windows CE codeAlex Trotsenko2017-01-262-24/+0
* Doc: add a note that UniqueConnection does not work for lambdasThiago Macieira2017-01-261-1/+7
* QVariant of nullptr should always be nullAllan Sandfeld Jensen2017-01-251-1/+21
* 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
* 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
* | | 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
* | 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
* | | 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
| |\|
| | * Fix some typos in docs and apidocsFrederik Schwarzer2016-10-211-1/+1
* | | Document use of BSD code in Qt CoreKai Koehne2016-10-282-0/+42
* | | Remove QSegfaultHandler classKai Koehne2016-10-263-502/+0
* | | QTimer: don't circumvent <chrono> safety netMarc Mutz2016-10-182-24/+24
* | | Fix build with various features disabledLars Knoll2016-10-112-0/+6
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Liang Qi2016-10-111-0/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-081-0/+2
| |\|