summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Long live QSemaphoreReleaser!Marc Mutz2017-02-142-2/+190
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-02-1030-127/+127
|\
| * Don't include qfloat.h in the QtCore master includeThiago Macieira2017-02-091-0/+1
| * Add QDataStream streaming operator for QFlagsThiago Macieira2017-02-092-0/+12
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-0820-118/+92
| |\
| | * 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
| * | QCollator: don't pipe bcp47Name() through QStringMarc Mutz2017-02-074-3/+11
| * | QCollatorSortKey: use QExplicitlySharedDataPointer as pImplMarc Mutz2017-02-071-1/+1
| * | QLoggingRegistry: optimize updateRules()Marc Mutz2017-02-071-1/+6
| * | Fix some qdoc warnings for 5.9Friedemann Kleint2017-02-061-2/+2
| * | Un-export QCollator{SortKey,}PrivateMarc Mutz2017-02-061-2/+2
* | | QLatin1String: add missing isNull(), isEmpty()Marc Mutz2017-02-092-0/+21
* | | Bump versionFriedemann Kleint2017-02-032-2/+4
|/ /
* | Merge remote-tracking branch 'gerrit/dev' into HEADOswald Buddenhagen2017-02-0170-426/+955
|\ \
| * | De-inline qfloat16 streaming operators in QDataStreamThiago Macieira2017-02-012-9/+11
| * | New qfloat16 classGlen Mabey2017-01-316-1/+482
| * | Streamline #include <type_traits>Giuseppe D'Angelo2017-01-313-5/+0
| * | QLocale(Win): fix pessimizing use of QStringBuilderMarc Mutz2017-01-311-1/+1
| * | Don't narrow lengths in qHash() implementationsMarc Mutz2017-01-311-11/+12
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-3013-46/+61
| |\|
| | * 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
| | * QVariant of nullptr should always be nullAllan Sandfeld Jensen2017-01-251-1/+21
| | * Fix build without features.temporaryfileTasuku Suzuki2017-01-251-2/+2
| | * Remove use of deprecated QRegExp from QLibraryInfoSamuel Gaist2017-01-241-8/+18
| | * Fix possible loss of data warningJesus Fernandez2017-01-241-1/+1
| | * Fix MIPS32 processor detectionAllan Sandfeld Jensen2017-01-241-3/+3
| | * Doc: updated QString::fromRawData documentation to QRegularExpressionSamuel Gaist2017-01-232-3/+3
| | * Doc: update QStringList doc with missing QRegularExpression referenceSamuel Gaist2017-01-232-3/+3
| * | Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-2711-50/+50
| * | Fix QString comparison on Aarch64Erik Verbruggen2017-01-261-1/+1
| * | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-2637-309/+344
| |\ \