summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Simon Hausmann2020-03-1620-6604/+6994
|\
| * Merge remote-tracking branch 'origin/5.15' into devSimon Hausmann2020-03-1620-6604/+6994
| |\
| | * 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
* | | | Initial import of the Qt C++ property binding systemSimon Hausmann2020-03-169-2/+1742
* | | | cmake: Regenerate projectsAlexandru Croitor2020-03-162-16/+22
* | | | cmake: Remove APPLE prefix from platform namesTor Arne Vestbø2020-03-163-21/+21
* | | | cmake: Fix naming when referring to Apple macOSTor Arne Vestbø2020-03-162-16/+16
|/ / /
* | | Introduce always constexpr variants of qCountTrailingZeroBitsFabian Kosmale2020-03-161-19/+46
* | | Use qsizetype for size related methods in QVarlengthArrayLars Knoll2020-03-143-171/+170
* | | Use qsizetype for size related methods in QMapLars Knoll2020-03-142-47/+47
* | | Extend QContiguousCache to use qsizetype for size and indicesLars Knoll2020-03-142-38/+38
* | | Add move semantics to QContiguousCacheLars Knoll2020-03-141-34/+60
* | | Cleanup code in QContiguousCacheLars Knoll2020-03-141-94/+74
* | | QRegularExpression: inline some compatibility callsGiuseppe D'Angelo2020-03-132-13/+13
* | | Remove an outdated commentGiuseppe D'Angelo2020-03-131-8/+0
* | | High-DPI: Enable AA_UseHighDpiPixmaps by defaultMorten Johan Sørvig2020-03-131-1/+2
* | | CMake: pro2cmake: Handle LIBS_SUFFIX define correctlyAlexandru Croitor2020-03-122-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-1115-72/+162
|\| |
| * | 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
* | | Fix typoSimon Hausmann2020-03-101-3/+3
* | | Small typo fixSimon Hausmann2020-03-101-13/+13
* | | Remove template leftoverFabian Kosmale2020-03-101-1/+0
* | | Fix warning in qmetaobjectbuilder.cppMitch Curtis2020-03-101-1/+1
* | | CMake: Remove old 3rdparty mechanism for harfbuzz-non-ngAlexandru Croitor2020-03-101-2/+13
* | | CMake: Remove old 3rdparty mechanism for double conversionAlexandru Croitor2020-03-103-11/+61
* | | CMake: Regenerate configure.cmake files to get reportsAlexandru Croitor2020-03-091-0/+49
* | | QFlatMap: explicitly include <vector>Vitaly Fanaskov2020-03-061-0/+1