summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add more QCalendar references to \sa sections of QDate docsEdward Welbourne2020-05-081-19/+27
* QStringView: add toNSString() / toCFString()Marc Mutz2020-05-082-6/+41
* Fix minor errors in ISODate and RFC2822Date formats' documentationEdward Welbourne2020-05-081-10/+13
* Catch overflow in QDateTime::fromSecsSinceEpoch()Edward Welbourne2020-05-081-0/+8
* Merge some QDateTime methods marked for mergingEdward Welbourne2020-05-082-95/+30
* Remove all locale-dependence from Q(Date|Time)+Edward Welbourne2020-05-084-294/+48
* QByteArrayLiteral: Remove const temporary that may prevent optimizationAlbert Astals Cid2020-05-081-2/+1
* QString: mark qustrlen() as unsuitable for ASanThiago Macieira2020-05-071-0/+5
* Provide qHash for all C++ fundamental typesGiuseppe D'Angelo2020-05-082-9/+56
* CMake: Fix Windows RC file generation for multi-config buildsJoerg Bornemann2020-05-071-14/+38
* CMake: Make build system of installed Qt more relocatableAlexandru Croitor2020-05-072-5/+7
* Port qt_string_count() to QStringViewMarc Mutz2020-05-071-8/+7
* QString: remove weird uses of QChar::unicode()Marc Mutz2020-05-071-2/+2
* QLocale/Mac: make envVarLocale() thread-safeMarc Mutz2020-05-071-1/+1
* Fix QRunnable::ref use in QThreadPoolAllan Sandfeld Jensen2020-05-072-26/+44
* QFile::moveToTrash: work with relative file paths on WindowsVolker Hilsheimer2020-05-071-2/+2
* CMake: Fix icons in generated RC fileJoerg Bornemann2020-05-071-1/+1
* CMake: Do not generate RC files for STATIC and OBJECT librariesJoerg Bornemann2020-05-071-2/+2
* Make QVector's default ctor constexprMÃ¥rten Nordheim2020-05-061-1/+1
* QModelIndex/QAIM: improve const correctnessGiuseppe D'Angelo2020-05-062-4/+31
* Fix build of rdrand & rdseed with ICC on LinuxThiago Macieira2020-05-061-8/+20
* Remove some leftover includes of QRegExpLars Knoll2020-05-062-2/+1
* Add a QRegularExpression::fromWildcard() convenience methodLars Knoll2020-05-065-6/+27
* Remove QRegExp from the bootstrap libraryLars Knoll2020-05-062-25/+7
* CMake: Document versionless commandsKai Koehne2020-05-068-79/+522
* QSettings: prepare for QChar::unicode() return type changeMarc Mutz2020-05-061-1/+1
* QChar: fix missing warning for construction from char/ucharMarc Mutz2020-05-051-2/+2
* Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-05-052-5/+6
|\
| * Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-052-5/+6
| |\
| | * Compile fixes for clang10Lars Knoll2020-05-054-4/+4
| | * Improve QTranslator documentation code snippetKai Koehne2020-05-052-5/+6
* | | Remove spurous initializer for QByteArrayEdward Welbourne2020-05-051-1/+1
* | | QUrlIdna: simplify a loop using QStringView::mid()Marc Mutz2020-05-051-6/+4
* | | QMimeDatabase: remove unused QSet includeMarc Mutz2020-05-051-1/+0
* | | QDuplicateTracker: add rvalue overloadMarc Mutz2020-05-051-0/+12
* | | QChar: make std::hash'ableMarc Mutz2020-05-051-0/+15
* | | Compile QRegularExpression into qmakeLars Knoll2020-05-052-4/+8
|/ /
* | Purge from Q(Date|Time)+ most things marked to go at Qt 6Edward Welbourne2020-05-052-492/+1
* | QCoreApplication: force the process locale codec to UTF-8Thiago Macieira2020-05-051-5/+37
* | QItemSelectionModel: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-051-8/+7
* | QResource: port a local QSet to QDuplicateTrackerMarc Mutz2020-05-051-7/+5
* | QItemSelectionModel: replace a QPair with a dedicated structMarc Mutz2020-05-051-8/+23
* | QHashFunctions: port to if constexprGiuseppe D'Angelo2020-05-051-1/+1
* | Merge "Merge remote-tracking branch 'origin/5.15' into dev"Qt Forward Merge Bot2020-05-044-60/+54
|\ \
| * | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-05-044-60/+54
| |\|
| | * QCommandLineParser: Wrap very long option names to leave room for descriptionsDavid Faure2020-05-011-10/+19
| | * Merge remote-tracking branch 'origin/5.15.0' into 5.15Qt Forward Merge Bot2020-04-302-13/+30
| | |\
| | | * QCborValue: check parsing of invalid URLThiago Macieira2020-04-301-3/+5
| | | * QCborValue: add an extra check against producing invalid ISO datesThiago Macieira2020-04-301-4/+6
| | | * QCborValue: avoid signed integer oveflows when decoding time_tThiago Macieira2020-04-301-4/+19