summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Move text-related code out of corelib/tools/ to corelib/text/Edward Welbourne2019-07-1065-94/+106
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-102-5/+4
|\
| * doc: Add missing class qualifierMartin Smith2019-07-091-1/+1
| * doc: Remove erroneous double left braceMartin Smith2019-07-051-1/+1
* | Be less laissez-faire with implicit conversions to QCharMarc Mutz2019-07-0915-50/+49
* | QHash: mark the equality operator for QHashDummyValue constexpr noexceptMarc Mutz2019-07-081-1/+1
* | Inline QMutexPool into its only remaining userMarc Mutz2019-07-083-241/+0
* | Q_ARRAY_LITERAL: protect the check for literal typesGiuseppe D'Angelo2019-07-061-1/+7
* | Port some trivial cases from QMutex to QRecursiveMutexMarc Mutz2019-07-063-4/+4
* | Short live QRecursiveMutex!Marc Mutz2019-07-062-12/+122
* | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-054-10/+22
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-054-10/+22
| |\|
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-034-10/+22
| | |\
| | | * Mark QObject::deleteLater() as \threadsafeMarc Mutz2019-07-031-0/+2
| | | * [docs] Fix issues in QRect/QMargin API docsMarc Mutz2019-07-031-2/+2
| | | * QRandomGenerator: assert that bounded() calls have correct argumentsThiago Macieira2019-06-282-8/+18
* | | | Remove usages of QSysInfo's deprecated APIsSona Kurazyan2019-07-052-0/+9
* | | | Remove usages of deprecated APIs of corelibSona Kurazyan2019-07-051-2/+2
* | | | Initialize variables to make coverity happyLars Knoll2019-07-051-3/+3
|/ / /
* | | Fix build without features.inotifyTasuku Suzuki2019-07-051-1/+1
* | | QSet docs: don't use std::find for lookupsGiuseppe D'Angelo2019-07-041-4/+6
* | | Use QRegularExpression for filtering in QDirIteratorLars Knoll2019-07-031-10/+28
* | | qtlite: Fix build with -no-feature-commandlineparserMikhail Svetkin2019-07-032-0/+6
* | | Add QT_NO_JAVA_STYLE_ITERATORS and mark QtBase free of itMarc Mutz2019-07-034-0/+16
* | | QFseventsFileSystemWatcherEngine: port some Java-style iterators to ranged-forMarc Mutz2019-07-031-15/+15
* | | Optimize QSet set operationsMarc Mutz2019-07-031-16/+9
* | | Remove hook handling code from QEventDispatcherWin32Joerg Bornemann2019-07-022-46/+1
* | | Make the default ctor of QVarLengthArray implicitUlf Hermann2019-07-021-1/+3
* | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Liang Qi2019-07-018-11/+65
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-07-019-12/+66
| |\| |
| | * | QTranslator: simplify QString byte-swapping codeThiago Macieira2019-06-281-5/+2
| | * | Move the Item typedef to public in the associative Java iteratorsThiago Macieira2019-06-281-2/+2
| | * | Document OOM conditions in the QArrayData-based containersThiago Macieira2019-06-283-0/+53
| | * | Work around Apple Clang's -Wshadow warningThiago Macieira2019-06-281-2/+2
| | * | QTransposeProxyModel: include the moc in the .cppThiago Macieira2019-06-281-0/+2
| | * | Fix Clang warning about applying operator|| to non-booleanThiago Macieira2019-06-281-2/+2
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-281-2/+4
| | |\|
| | | * Avoid undefined behavior in qjsonwriter.cppUlf Hermann2019-06-201-2/+4
* | | | QStringList: utilize QStringMatcher's support for QStringViewMat Sutcliffe2019-07-011-1/+1
* | | | Move YearRange to QDateTime from its PrivateEdward Welbourne2019-07-014-9/+27
* | | | QAccessibleWidget: fix UB (invalid cast)Marc Mutz2019-07-011-0/+2
* | | | QCharRef/QByteRef: schedule for Qt 7 removalGiuseppe D'Angelo2019-07-012-2/+2
* | | | QTypeModuleInfo: fix clang '-wconstant-logical-operand' warningsYulong Bai2019-07-011-1/+1
|/ / /
* | | rtems: Fix missing some ernno definesMikhail Svetkin2019-07-011-1/+1
* | | rtems: Add environment variable for configure default thread stack sizeMikhail Svetkin2019-07-011-0/+5
* | | QStringList: add QStringView overloads of join, filter, replaceInStringsMat Sutcliffe2019-06-302-0/+116
* | | rtems: Fix build qdatetime.cppMikhail Svetkin2019-06-301-1/+1
* | | Remove usages of deprecated APIs from QtAlgorithmsSona Kurazyan2019-06-295-13/+11
* | | QMutexPool: fix memory order of atomic operationsMarc Mutz2019-06-292-4/+7
* | | Remove unused qmutexpool_p.h includesMarc Mutz2019-06-291-1/+0