summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Merge "Merge remote-tracking branch 'origin/5.13' into dev"Qt Forward Merge Bot2019-07-173-7/+48
| | |\ \ \
| | | * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-173-7/+48
| | | |\| |
| | | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-133-18/+65
| | | | |\|
| | | | | * Optimize and fix handling of QtMessageHandlersMarc Mutz2019-07-111-15/+20
| | | | | * QSaveFile: Fix changing the file name after hitting on readonly fileFriedemann Kleint2019-07-111-0/+1
| | | | | * QDirIterator: don't require NFD normalization on Darwin for validityThiago Macieira2019-07-111-3/+44
| | | | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13"Qt Forward Merge Bot2019-07-122-4/+4
| | | | |\ \
| | | | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-122-4/+4
| | | | | |\|
| | | | | | * QFreeList: fix memory order on block deletionMarc Mutz2019-07-081-1/+1
| | | | | | * QSimpleTextCodec: fix load memory order of atomic pointerMarc Mutz2019-07-081-3/+3
| | | | * | | QByteArray: Clarify that QByteArrays always use the Latin-1 encodingAndre Hartmann2019-07-121-4/+3
| | | | |/ /
| | * | | | QResource: deprecate isCompressed()Thiago Macieira2019-07-163-18/+36
| | * | | | Remove useless null pointer checksThiago Macieira2019-07-161-7/+4
| | * | | | Qt6: Fix uninitialized meta objects on WindowsThiago Macieira2019-07-165-15/+52
| | |/ / /
| | * | | 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
* | | | | Fix mapping of Apple platforms in pro2cmake.pyAlexandru Croitor2019-07-232-33/+56
* | | | | Add special case handling for corelib mimetypes resourcesLeander Beernaert2019-07-182-5/+28
* | | | | Merge remote-tracking branch 'origin/wip/qt6' into wip/cmakeAlexandru Croitor2019-07-11208-1601/+5978
|\| | | |
| * | | | Merge remote-tracking branch 'origin/dev' into wip/qt6Alexandru Croitor2019-07-0865-277/+631
| |\| | |
| | * | | 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