summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix more implicit QAtomic<T> <-> T conversionsMarc Mutz2019-07-161-4/+4
* QAbstractItemModel: don't inherit QHash just to add elementsMarc Mutz2019-07-161-14/+9
* QProcessEnvironment: simplify lockingMarc Mutz2019-07-163-37/+22
* Optimize QInotifyFileSystemWatcherEngine::getPathFromID()Marc Mutz2019-07-151-8/+19
* Fix qdoublescanprint_p.h path in corelibTasuku Suzuki2019-07-151-1/+1
* QVarLengthArray: optimize pop_back()Marc Mutz2019-07-141-1/+3
* QAbstractMetaCallEvent: fix compilation with out feature.thread on ClangMarc Mutz2019-07-141-2/+7
* QFilesystemEngine: fix unused variable warning-turned-error on WASMMarc Mutz2019-07-131-0/+4
* Centralize the MSVC work-around for std::is_permutationMarc Mutz2019-07-122-15/+24
* QHash: optimize equality operatorMarc Mutz2019-07-121-10/+12
* Introduce QT_NO_LINKED_LIST and mark QtBase (almost) free of itMarc Mutz2019-07-124-1/+15
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-128-11/+15
|\
| * doc: Enable a declaration for qdocMartin Smith2019-07-101-1/+1
| * Fix MinGW cross-build with precompiled headers on LinuxJoerg Bornemann2019-07-101-0/+4
| * [Doc] Fix minor typosSze Howe Koh2019-07-106-10/+10
* | return value in QOrderedMutexLocker::relock when thread is disabledTasuku Suzuki2019-07-111-1/+1
* | 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