summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Mitch Curtis2020-03-231-8/+6
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-8/+6
| |\
| | * Merge remote-tracking branch 'origin/5.14.2' into 5.14Mitch Curtis2020-03-191-8/+6
| | |\
| | | * Merge 5.14 into 5.14.2Kari Oikarinen2020-03-109-87/+116
| | | |\
| | | * | QLibraryInfo: avoid unneeded conversion for path prefixKirill Burtsev2020-03-041-8/+6
* | | | | 64-bit atomics: fix bad copy/paste in macro definitionsThiago Macieira2020-03-201-12/+12
* | | | | Fix binary compatibility issue in QJson{Array,Object} initializer_listThiago Macieira2020-03-202-4/+10
* | | | | Doc: update QJsonObject::operator[] non-const to say it creates keyThiago Macieira2020-03-201-1/+3
|/ / / /
* | | | Merge "Merge remote-tracking branch 'origin/5.14' into 5.15"Qt Forward Merge Bot2020-03-182-6/+6
|\ \ \ \
| * | | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-182-6/+6
| |\| | |
| | * | | Fix JNI signature for the timezone getDisplayName callVolker Krause2020-03-171-1/+1
| | * | | Fix QVarLengthArray documentationGiuseppe D'Angelo2020-03-121-5/+5
| | | |/ | | |/|
* | / | QSequentialIterable: Treat sets as appendableFabian Kosmale2020-03-181-0/+18
|/ / /
* | | Update Unicode license for CLDR and UCDEdward Welbourne2020-03-171-2/+17
* | | Fix memory leak on new QThreadPool::tryStart versionAllan Sandfeld Jensen2020-03-171-7/+12
* | | Update the latest public suffix listEdward Welbourne2020-03-162-13783/+13887
* | | Update UCD to Revision 26Edward Welbourne2020-03-145-6342/+6750
* | | QStringBuilder: make the nested ConvertTo typedef publicMarc Mutz2020-03-121-1/+1
* | | QStringView: adapt to C++20 constexpr std::basic_stringMarc Mutz2020-03-121-1/+1
* | | macOS: Merge qcore_mac cpp and mm filesTor Arne Vestbø2020-03-123-169/+123
* | | Fix minor errors in QDeadlineTimer docsEdward Welbourne2020-03-111-5/+5
* | | Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-03-119-86/+115
|\| |
| * | QSortFilterProxyModel doc: do not mention deprecated function reset()Christian Ehrlicher2020-03-091-2/+3
| * | Port from deprecated std::is_pod to is_trivial + is_standard_layoutMarc Mutz2020-03-062-2/+4
| * | QLibrary: introduce a mutex to protect non-atomic internalsThiago Macieira2020-03-035-52/+68
| * | QLibrary: stop setting errorString after resolve()Thiago Macieira2020-03-032-12/+0
| * | QPluginLoader: rework the loading and the caching of instanceThiago Macieira2020-03-033-22/+44
| |/
* | Doc: Fix documentation for class qfloat16Topi Reinio2020-03-102-22/+24
* | Mimetypes: Build fix for Android builds on WindowsCristian Adam2020-03-101-2/+5
* | QDataStream: keep brace delimiters inside #if-scopesMårten Nordheim2020-03-101-1/+2
* | Doc: Mention .qrc compression attributes in resource compiler docsTopi Reinio2020-03-101-4/+15
* | QDataStream: fix compilation with QT_DISABLE_DEPRECATED_BEFORE=0x0050F00David Faure2020-03-081-4/+8
* | Fix UB in QProcess deprecation warning fixesJoerg Bornemann2020-03-061-1/+2
* | Doc: Mark QColorSpace enum as introduced in Qt 5.15Kai Koehne2020-03-061-2/+2
* | Doc: Fix \sa link for QResource::uncompressedData()Kai Koehne2020-03-061-1/+1
* | Fix deprecation warning in QProcess::execute(QString)Joerg Bornemann2020-03-051-5/+3
* | QLoggingRegistry: use QStringView/QLatin1String moreMarc Mutz2020-03-052-26/+22
* | QLatin1String/QStringView: add (missing) member compare()Marc Mutz2020-03-054-6/+53
* | QString/QByteArray: make all symmetry-checked member-compare() combinations n...Marc Mutz2020-03-053-4/+31
* | Android: Bump gradle (plugin) versionsBogDan Vatra2020-03-041-0/+5
* | QMimeXMLProvider: fix another issue with -no-mimetype-databaseThiago Macieira2020-03-032-5/+10
* | Add operator-> to the key-value iterator for QHash and QMapIvan Čukić2020-03-032-3/+36
* | QEventDispatcherWin32: unregister event notifiers on closeAlex Trotsenko2020-03-033-4/+10
* | Fix missing return-type in doc of qfloat16::copySign()Edward Welbourne2020-03-031-1/+1
* | Suppress warnings where QString and its tests use SplitBehaviorEdward Welbourne2020-03-031-0/+3
* | QMap: undeprecate QMap::count(Key)Mårten Nordheim2020-03-032-32/+19
* | QMap/QHash: Use versioned deprecation macroMårten Nordheim2020-03-032-10/+10
* | Undeprecate QHash::count(Key)Mårten Nordheim2020-03-032-29/+14
* | Avoid UB in QList::removeAt()Lars Knoll2020-03-031-2/+5
* | Warn about Q(Date|Time)+ switching to C locale in Qt 6Edward Welbourne2020-03-031-0/+24