summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
* | | QMutex: fix race on 'owner' in the recursive caseMarc Mutz2013-09-211-4/+11
* | | QAnimationGroup: avoid undefined behaviorMarc Mutz2013-09-211-5/+8
* | | docs: QT_STATICPLUGIN is needed when building a plugin, not application.Stephen Kelly2013-09-211-1/+1
* | | Remove qBinaryFind usages from bootstrapped filesGiuseppe D'Angelo2013-09-202-7/+11
* | | Added support for cover windows on BlackBerry platformBernd Weimer2013-09-202-0/+5
* | | QFutureInterface: remove unused member variable 'pendingResults'Marc Mutz2013-09-202-2/+1
* | | QLinkedList: implement missing initializer_list ctorMarc Mutz2013-09-202-0/+20
* | | Import qlogger frameworkKai Koehne2013-09-208-2/+1134
* | | QDateTime - Move some code aroundJohn Layt2013-09-201-231/+229
* | | QDateTime - Add api for isDaylightTime()John Layt2013-09-202-0/+27
* | | QDateTime - Change serialise formatJohn Layt2013-09-201-28/+61
* | | QDateTime - Fix Daylight Transition for "missing" hourJohn Layt2013-09-202-31/+153
* | | QDateTime - Change date/time storage to msecsJohn Layt2013-09-203-359/+560
* | | QString: avoid a QLocale detach in vsprintfMarc Mutz2013-09-201-1/+1
* | | WinRT: QLibrary & plugin supportAndrew Knight2013-09-202-1/+19
* | | QT_NO_PROCESS for WinRTOliver Wolff2013-09-202-12/+19
* | | WinRT: Compile fix for qelapsedtimer_win.cppOliver Wolff2013-09-201-0/+5
* | | WinRT: Shared memory supportAndrew Knight2013-09-201-3/+27
* | | Fixed compilation of QSystemsemaphore for WinRTKamil Trzcinski2013-09-201-0/+8
* | | WinRT: Basic global supportAndrew Knight2013-09-209-17/+62
* | | MetaType: de-inline the container iterables.Stephen Kelly2013-09-202-225/+400
* | | Add support for baseline alignmentJan Arve Saether2013-09-202-2/+8
* | | Change QT_FILE_SELECTORS to be comma separatedAlan Alpert2013-09-201-5/+1
* | | Android: Add private API for jni in QtCoreChristian Strømme2013-09-203-3/+2374
* | | Android: Added JNI_OnLoad to QtCoreChristian Strømme2013-09-204-0/+242
* | | Revert 15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c.Mitch Curtis2013-09-191-15/+14
* | | MetaType: Add assignment operator to the container iterators.Stephen Kelly2013-09-192-0/+28
* | | MetaType: Fix memory leak of QAtomicInt.Stephen Kelly2013-09-171-0/+2
* | | MetaType: Fix operator{++,--}(int) with the type-erased const_iterators.Stephen Kelly2013-09-171-4/+4
* | | QMap: don't dereference nullptr IIMarc Mutz2013-09-171-4/+4
* | | QMap: don't dereference nullptrMarc Mutz2013-09-171-5/+7
* | | Fix name of argument in documentationKai Koehne2013-09-171-1/+1
* | | Fix the C++11 and GCC-atomic intrinsics when not using GCCThiago Macieira2013-09-172-38/+51
* | | QObject: allow connecting to functors with a receiver objectDario Freddi2013-09-164-32/+127
* | | Don't use ARMv5/6/7 atomics on 64-bit ARM, as they are AArch32 specificTor Arne Vestbø2013-09-161-3/+3
* | | Don't use Mac OS X QCollator backend on iOSTor Arne Vestbø2013-09-163-4/+4
* | | Add support for ARMv8/ARM64 to qprocessordetection.hTor Arne Vestbø2013-09-161-3/+13
* | | QDateTime: fix unused function warning on non-WindowsMarc Mutz2013-09-161-1/+1
* | | Add QFileSelector APIAlan Alpert2013-09-164-2/+544
* | | Fix spelling in Q_STATIC_ASSERT in qobject_castOlivier Goffart2013-09-161-2/+2
|/ /
* | Implement windowsErrorString for WinRTOliver Wolff2013-09-161-0/+12
* | qelapsedtimer for WinRTOliver Wolff2013-09-151-1/+7
* | Revert "Reimplement qBinaryFind in terms of std::lower_bound"Giuseppe D'Angelo2013-09-141-3/+2
* | Use Q_STATIC_ASSERT to report error about missing Q_OBJECTOlivier Goffart2013-09-145-13/+34
* | Do 64-bit loops in QBitArray::count(bool)Thiago Macieira2013-09-141-1/+6
* | Let the compiler do the unaligned loads in QBitArray::count(bool)Thiago Macieira2013-09-141-2/+21
* | QDateTime - Store Qt::TimeSpec, remove Daylight StatusJohn Layt2013-09-142-102/+116
* | QDateTime - Switch to using msecs based functionsJohn Layt2013-09-142-185/+29
* | ICC 13.0 supports atomicsThiago Macieira2013-09-141-0/+1
* | Base64: Implement the "base64url" encoding and the stripping of '='Thiago Macieira2013-09-144-14/+116