summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Port QLibraryInfo from QStringRef to QStringViewLars Knoll2020-06-101-1/+1
* qGetPtrHelper: make it work with null d-pointersGiuseppe D'Angelo2020-06-101-1/+1
* Remove deprecated text-related enumsEskil Abrahamsen Blomfeldt2020-06-082-5/+0
* Remove winrtOliver Wolff2020-06-068-103/+17
* Enforce two's complement integersGiuseppe D'Angelo2020-06-041-0/+4
* Add Q_OS_WEBOS to qsystemdetectionDominik Holland2020-06-031-0/+4
* Support qbswap for all integral typesLars Knoll2020-06-011-41/+13
* Port QRegularExpression to QStringView, drop QStringRefGiuseppe D'Angelo2020-05-311-1/+1
* Extend QTypeInfoMerger to more than four argumentsMarc Mutz2020-05-191-15/+11
* Fix relocated Qt to be found when its path has non-ASCII charactersAlexandru Croitor2020-05-191-3/+3
* Add central macro to disable float comparison warningsMarc Mutz2020-05-161-0/+6
* Remove qtextcodec.h from the pch for Qt CoreLars Knoll2020-05-141-3/+0
* Move the UTF conversion methods to qstringconverterLars Knoll2020-05-141-3/+2
* Fix crash on macOS with -qtlibinfix'ed QtJoerg Bornemann2020-05-131-2/+5
* QtCore/Windows: fix deprecated QChar conversionsFriedemann Kleint2020-05-131-1/+1
* Fix minor errors in ISODate and RFC2822Date formats' documentationEdward Welbourne2020-05-081-10/+13
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-082-42/+0
* CMake: Make build system of installed Qt more relocatableAlexandru Croitor2020-05-071-3/+3
* Fix build of rdrand & rdseed with ICC on LinuxThiago Macieira2020-05-061-8/+20
* Remove some leftover includes of QRegExpLars Knoll2020-05-061-1/+1
* Remove QRegExp from the bootstrap libraryLars Knoll2020-05-061-0/+4
* Compile QRegularExpression into qmakeLars Knoll2020-05-051-4/+0
* Extend qbswap to charNN_tMarc Mutz2020-04-301-0/+11
* Remove deprecated ApplicationAttribute enum valuesVolker Hilsheimer2020-04-242-30/+3
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-223-1/+11
|\
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2020-04-201-1/+1
| |\
| | * doc: AA_DisableSessionManager was added in 5.14Liang Qi2020-04-201-1/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2020-04-201-0/+2
| |\|
| | * Add information for macOS to qsystemdetection.hLars Schmertmann2020-04-141-0/+2
| * | Deprecate QMacNativeWidget and QMacCocoaViewContainerTor Arne Vestbø2020-04-141-0/+8
* | | Add the Qt 6.0 deprecation macrosGiuseppe D'Angelo2020-04-201-2/+10
* | | Remove two leftover references to QRegExp in the docsLars Knoll2020-04-151-1/+1
* | | Include QRegularExpression in the bootstrap libraryLars Knoll2020-04-132-5/+9
* | | Don't set WindowContextHelpButtonHint by default for dialogs and sheetsVolker Hilsheimer2020-04-092-7/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-082-10/+8
|\| |
| * | macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Mitch Curtis2020-03-201-8/+6
| |\|
| | * QLibraryInfo: avoid unneeded conversion for path prefixKirill Burtsev2020-03-041-8/+6
* | | Make MatchRegExp an alias to MatchRegularExpressionLars Knoll2020-03-302-4/+3
* | | Add a public qsimd.h headerLars Knoll2020-03-263-20/+159
* | | Move qsimd* from corelib/tools to corelib/globalLars Knoll2020-03-265-0/+1532
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-03-111-21/+23
|\| |
| * | Doc: Fix documentation for class qfloat16Topi Reinio2020-03-101-21/+23
* | | Merge remote-tracking branch 'origin/5.15' into devLars Knoll2020-03-041-1/+1
|\| |
| * | Fix missing return-type in doc of qfloat16::copySign()Edward Welbourne2020-03-031-1/+1
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-02-262-5/+7
|\| |
| * | Rename AA_MSWindowsDisableVirtualKeyboard to AA_DisableNativeVirtualKeyboardAndre de la Rocha2020-02-252-5/+5
| * | Doc: Fix documentation warnings for Qt CoreTopi Reinio2020-02-251-0/+2
* | | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-02-135-33/+68
|\| |
| * | Rename Qt::ReturnByValue_t -> Qt::ReturnByValueConstantSze Howe Koh2020-02-062-2/+2