summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | JSON: add some QStringView overloadsMat Sutcliffe2019-07-208-37/+180
| | * | | QJsonObject: minor refactoringMat Sutcliffe2019-07-202-16/+26
| | * | | Optimize non-const overload of QJsonObject::operator[]Mat Sutcliffe2019-07-202-6/+14
| | * | | QFile: hold engine by unique_ptrMarc Mutz2019-07-195-53/+42
| | * | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-07-193-23/+15
| | |\| |
| | | * | QStandardPaths: update docs to what $HOME is on iOSThiago Macieira2019-07-171-1/+1
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-181-21/+13
| | | |\|
| | | | * QDateTime docs: don't encourage use of deprecated textdate functionsEdward Welbourne2019-07-171-21/+13
| | | | * Work around Apple Clang's -Wshadow warningThiago Macieira2019-07-161-2/+2
| | | * | Fix regression causing QVector::fill w/ same size to not detachThiago Macieira2019-07-161-1/+1
| | * | | QDir: strip Windows' long-path markers when converting from nativeVolker Hilsheimer2019-07-171-0/+11
| | * | | 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