summaryrefslogtreecommitdiffstats
path: root/src/corelib/kernel
Commit message (Expand)AuthorAgeFilesLines
* QVariant: attempt to work around an ICE on linux-arm-gnueabi-g++ (Ubuntu 11.1...Marc Mutz2015-01-161-3/+1
* Introduce Q_ENUM and Q_FLAG macrosOlivier Goffart2015-01-131-0/+6
* Support QMetaType::equals()Alex Blasche2015-01-133-4/+62
* Remove Q_STATIC_GLOBALxxx_OPERATOR macrosThiago Macieira2015-01-111-3/+0
* QtCore: mark some operations nothrowMarc Mutz2015-01-102-7/+7
* Seal shared memory on POSIX IPCTobias Koenig2015-01-091-0/+7
* Use O_CLOEXEC flag POSIX shared memory handleTobias Koenig2015-01-091-0/+14
* Add POSIX IPC support to QSystemSemaphore and QSharedMemoryTobias Koenig2015-01-0911-336/+882
* Remove qRegisterSequentialContainer, qRegisterAssociativeContainer tracesKai Koehne2015-01-071-5/+2
* Remove workarounds for RVCT compiler bugsThiago Macieira2015-01-061-8/+2
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-291-1/+1
|\
| * MSVC: Restore 'public' accessibility of QMetaType member functionsAndy Shaw2014-12-191-1/+1
* | Fix Clang warning about inconsistent use of C++11 overrideThiago Macieira2014-12-201-1/+10
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-104-63/+105
|\|
| * Fix warnings by MSVC 64 in qtranslator.cpp.Friedemann Kleint2014-12-051-4/+4
| * Don't make invalid assumptions about memcmp()Albert Astals Cid2014-12-041-8/+12
| * Fix placement of QT_{BEGIN,END}_NAMESPACE in qfunctions_winrt.hThiago Macieira2014-12-012-12/+17
| * Un-tighten the WinRT specific code out of qfunctions_winrt.hThiago Macieira2014-12-011-19/+19
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-271-25/+58
| |\
| | * Android: protect global jni cache.Christian Strømme2014-11-211-25/+58
* | | Fix QMetaProperty::write so it tries to register a property type.Jędrzej Nowacki2014-12-071-2/+4
* | | Re-factor code that do lazy property registration into a function.Jędrzej Nowacki2014-12-072-19/+21
* | | Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-031-1/+1
* | | QVariant: simple improvement to numeric type checkingThiago Macieira2014-12-031-8/+24
* | | Hoist the numeric comparisons in QVariant::{cmp,compare} furtherThiago Macieira2014-12-031-16/+47
* | | Implement proper C++ type numeric promotion for QVariant comparisonsThiago Macieira2014-12-032-8/+104
* | | Add Q_DECL_OVERRIDE in the src subdirectoryOlivier Goffart2014-12-038-12/+12
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-271-0/+2
|\| |
| * | Deprecate implementations of functions deprecated in headersShawn Rutledge2014-11-271-0/+2
* | | Micro-optimize QVariant enum to number conversionsJędrzej Nowacki2014-11-271-4/+6
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-2411-187/+265
|\| |
| * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-212-22/+50
| |\|
| | * Windows: Prevent registration of timers in shutdown phasev5.4.0-rc1Kai Koehne2014-11-202-2/+11
| | * Merge remote-tracking branch 'origin/5.4' into 5.4.0Oswald Buddenhagen2014-11-103-148/+153
| | |\
| | * | direct2d: Use simple event posting to avoid event queue lock upAndrew Knight2014-11-072-20/+39
| * | | Pick up QT_LOGGING_RULES also for bootstrapped toolsKai Koehne2014-11-201-2/+0
| | |/ | |/|
| * | Android: Fix for build issue on x86Christian Strømme2014-11-062-145/+151
| * | Fix incorrect documentation from QTranslator::loadAki Koskinen2014-11-051-3/+2
| |/
| * Fix a fatal Clang warning on LinuxGiuseppe D'Angelo2014-11-031-2/+2
| * Android: Add runOnUiThread() functionChristian Strømme2014-11-032-0/+41
| * Mark QMetaMethod and related constructor as constepxrOlivier Goffart2014-10-311-3/+3
| * Lower QVariant::userType call countJędrzej Nowacki2014-10-311-10/+16
* | QVariant: Fix qIsNumericType(SChar)Thiago Macieira2014-11-201-1/+2
* | Fix asymmetry in QVariant::cmp when A converts to B but not the oppositeThiago Macieira2014-11-201-2/+9
* | Enhance precision of the FP conversion to strings in QVariantThiago Macieira2014-11-201-8/+13
* | Remove unused private apiJędrzej Nowacki2014-11-191-14/+0
* | Add debug output for QPlatformSurfaceEvent.Friedemann Kleint2014-11-171-1/+1
* | Send events when platform surfaces are created/about to be destroyedSean Harmer2014-11-172-0/+3
* | Reduce code bloat, by cleaning up QMetaTypeFunctionHelperJędrzej Nowacki2014-11-173-155/+64
* | Let QMetaType know which types are Q_GADGETOlivier Goffart2014-11-163-7/+38