summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QTimeZone: do not access static functions through this->Marc Mutz2017-02-221-7/+7
* QLoggingRegistry: fix potential data raceMarc Mutz2017-02-202-7/+16
* QMimeDatabase: fix matching of filenames with different length when lowercaseDavid Faure2017-02-171-1/+4
* QReadWriteLocker: Fix race in unlockOlivier Goffart2017-02-171-3/+3
* Fix a race in QFreeListOlivier Goffart2017-02-171-2/+2
* QVarLengthArray: fix appending an already-contained itemMarc Mutz2017-02-171-5/+15
* QDir::mkpath: don't try to mkdir in automount filesystemsThiago Macieira2017-02-161-33/+63
* 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
* 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
* Use QBasicMutex in qthread_win.cppThiago Macieira2017-02-111-2/+2
* Improve QIODevice::peek() performance on buffered devicesAlex Trotsenko2017-02-092-45/+40
* Refactor QIODevice::read()Alex Trotsenko2017-02-092-36/+51
* rename qvector.cpp => qvector.qdocOswald Buddenhagen2017-02-092-1/+0
* Merge several Q_GLOBAL_STATICs in qresource.cpp into oneThiago Macieira2017-02-091-4/+18
* Avoid unnecessary creation of some Q_GLOBAL_STATICThiago Macieira2017-02-092-12/+10
* Remove unused qt_application_thread_id variableThiago Macieira2017-02-081-8/+0
* QStringMatcher: fix setCaseSensitivity() on a non-QString-backed matcherMarc Mutz2017-02-071-1/+1
* QCollator/ICU: fix a rather hair-raising performance bug in compare(QChar*, i...Marc Mutz2017-02-071-1/+1
* Reset QFileDevicePrivate::cachedSize on file closeAleksey Lysenko2017-02-061-0/+3
* QDateTimeParser: de-duplicate vtableMarc Mutz2017-02-052-1/+5
* Fix data corruption when reading byte arrays from QSettingsThierry Bastian2017-02-031-1/+3
* Doc: corrected minor link issuesNico Vertriest2017-02-022-6/+9
* Qt5CoreMacros: append the --compiler-flavor=msvc flagBen Boeckel2017-02-011-1/+1
* Fix libs build with msvc on Chinese locale on WindowsLiang Qi2017-02-012-5/+5
* qnumeric_p.h: Simplify code to match currently-supported platformsThiago Macieira2017-01-311-9/+2
* 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
* Doc: Normalize \since usageTopi Reinio2017-01-313-5/+5
* Regroup the x86 QT_FUNCTION_TARGET_STRING_xxxx macrosThiago Macieira2017-01-301-7/+7
* Move the declaration of SSE3 & newer macros above their useThiago Macieira2017-01-301-14/+14
* Re-fix Clang-cl and ICC support on WindowsThiago Macieira2017-01-301-31/+3
* MSVC: Fix use of POPCNT instruction without CPU checkThiago Macieira2017-01-271-0/+13
* Fix MIPS DSP configurationAllan Sandfeld Jensen2017-01-271-0/+9
* 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
* Fix warning about not calling the base class copy constructorThiago Macieira2017-01-261-0/+3