summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | Simplify QTzTimeZonePrivate implementationMarc Mutz2017-02-232-17/+1
| * | QStaticByteArrayMatcher: fix MSVC warningMarc Mutz2017-02-231-0/+5
| * | QTypeInfo: record whether it was specializedMarc Mutz2017-02-231-0/+7
| * | QThreadPool: supersede cancel() with tryTake()Marc Mutz2017-02-223-18/+38
| * | QTypeInfo: don't treat enums and (extended) integral types as complexMarc Mutz2017-02-221-1/+1
| * | Do not use QTypeInfo::isStatic anymoreMarc Mutz2017-02-223-6/+7
| * | QArrayDataOps: don't use value-initializationMarc Mutz2017-02-221-1/+1
| * | QTzTimeZonePrivate: introduce PosixZone classMarc Mutz2017-02-221-26/+43
| * | Fix a race condition between QObject::connect and qRegisterMetaTypeOlivier Goffart2017-02-221-8/+4
| * | QArrayDataOps: do not use QTypeInfo::isStatic anymoreMarc Mutz2017-02-221-2/+2
* | | Speed up QFile::copy on Darwin file systems that support cloningJake Petroules2017-02-272-2/+20
* | | Define QT_*_PLATFORM_SDK_EQUAL_OR_ABOVE macros on all platformsJake Petroules2017-02-271-0/+12
* | | Speed up QFile::copy on Linux file systems that support cloningSimon Hausmann2017-02-247-18/+62
* | | Sprinkle Q_DECLARE_TYPEINFO on types used in containersGiuseppe D'Angelo2017-02-237-0/+13
* | | Introduce QMetaType::PointerToGadget flag for pointers to gadgetsDaniel Vrátil2017-02-231-1/+46
* | | QTypeInfo: make long double primitive in Qt 6 on DarwinGiuseppe D'Angelo2017-02-221-4/+6
* | | x86: Add detection of the AES and SHA New InstructionsThiago Macieira2017-02-211-1/+1
* | | QMimeTypeParser: remove unused QPair includeMarc Mutz2017-02-211-1/+0
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-1741-277/+338
|\| |
| * | Build fix for new feature -qt-no-processenvironmentPaul Olav Tvete2017-02-171-1/+1
| * | Build fix for -no-feature-datestringPaul Olav Tvete2017-02-171-1/+3
| * | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-02-1713-101/+77
| |\ \
| | * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-1613-101/+77
| | |\|
| | | * Eliminate QT_NO_DYNAMIC_LIBRARYUlf Hermann2017-02-162-23/+11
| | | * QReadWriteLock: make field 'recursive' constMarc Mutz2017-02-161-1/+1
| | | * QJNIHelpers: unbreak runnables counterMarc Mutz2017-02-161-2/+2
| | | * Remove the name cache from QMetaType::typeNameThiago Macieira2017-02-151-25/+14
| | | * Doc: fixed explanation in Qt::Tool documentationSamuel Gaist2017-02-151-1/+1
| | | * QJNIHelpers: make mutexes staticMarc Mutz2017-02-151-2/+2
| | | * Fix indentation of source code example in docsFrederik Schwarzer2017-02-151-8/+8
| | | * 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-155-17/+17
| | | * QJNIHelper: clean up atomic int and mutex handlingMarc Mutz2017-02-141-18/+18
| | | * QMutex/Linux: remove unused QBasicAtomicMarc Mutz2017-02-141-2/+0
| * | | Use static initialization for QBasicAtomicsMarc Mutz2017-02-161-1/+1
| |/ /
| * | Use native support for fp16 where availableAllan Sandfeld Jensen2017-02-161-0/+19
| * | Android: De-duplicate vtables of exported private classesMarc Mutz2017-02-162-7/+19
| * | Clean up QStringLiteral definitionMarc Mutz2017-02-151-28/+13
| * | Make some atomic counters zero-basedMarc Mutz2017-02-151-2/+2
| * | QString(Ref): make toLatin1()/toLocal8Bit() null handling consistentMarc Mutz2017-02-153-6/+12
| * | Correct \since for QStorageInfo::subvolume()Thiago Macieira2017-02-151-1/+1
| * | Fix minor typos in apidocFrederik Schwarzer2017-02-151-1/+1
| * | Fix is_iec559 assert on GHS compilerKimmo Ollila2017-02-151-0/+13
| * | QElfParser: Fix plural form in error messageFriedemann Kleint2017-02-151-4/+6
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-1411-116/+160
| |\|
| | * announce 'temporaryfile' feature in bootstrap libraryOswald Buddenhagen2017-02-131-0/+1
| | * Fix QLibrary::isLibrary on Apple platformsFilipe Azevedo2017-02-121-21/+13
| | * Update the __xxx__ macros due to MSVC and ICC not defining them allThiago Macieira2017-02-121-1/+31