summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* wasm: disable asyncify for non-static buildsMorten Sørvig2022-08-241-0/+23
* Doc: Remove "Container keywords" section from containers.htmlKai Köhne2022-08-241-23/+1
* Doc: Remove qmake-only reference in Q_IMPORT_PLUGIN descriptionKai Köhne2022-08-242-9/+3
* Doc: Generalize info about -rdynamic to be not qmake specificKai Köhne2022-08-241-1/+4
* Doc: Remove mentioning of variadic macrosKai Köhne2022-08-241-2/+1
* Unstringify QStandardPaths Android partsJuha Vuolle2022-08-241-14/+11
* Remove unneeded Q_DECLARE_SHARED_IMPLSona Kurazyan2022-08-241-3/+2
* Rearrange mapLocalTime() so its millis always have the right signEdward Welbourne2022-08-241-11/+12
* CMake: Fix Android build for CMake < 3.19Joerg Bornemann2022-08-241-4/+5
* Remove QT_MODULE defineSona Kurazyan2022-08-241-2/+0
* Move Q_AUTOTEST_EXPORT to qtconfigmacros.hSona Kurazyan2022-08-242-21/+20
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2312-12/+12
* Unstringify QTimeZone Android partsJuha Vuolle2022-08-231-20/+29
* Doc: Format certain operators in textPaul Wicking2022-08-2311-86/+86
* [docs] QAnyStringView: remove the prediction that Qt 7 will drop L1Marc Mutz2022-08-231-3/+5
* QSystemLibrary: Cache the system directory pathYuhang Zhao2022-08-231-9/+11
* QSystemLibrary: Use in-class initializationYuhang Zhao2022-08-231-7/+4
* QProcess/docs: add more information about environment variablesThiago Macieira2022-08-221-7/+44
* QSystemLibrary: Replace 0 with nullptrYuhang Zhao2022-08-212-7/+7
* [docs] QAnyStringView: mention automatic U8→L1 reclassificationMarc Mutz2022-08-211-0/+5
* Fix int/qsizetype mismatches in data url supportMarc Mutz2022-08-211-2/+2
* Port QDir to qsizetype [1/3]: indexed to ranged loopsMarc Mutz2022-08-211-4/+4
* QDir: fix non-idiomatic indexed loop countingMarc Mutz2022-08-211-1/+1
* QCoreGlobalData: removeMarc Mutz2022-08-215-75/+29
* qdir.cpp: remove unused qresource.hMarc Mutz2022-08-211-1/+0
* QDirPrivate: pass input QList by crefMarc Mutz2022-08-212-2/+2
* QDir: replace an indexed loop with all_of()Marc Mutz2022-08-211-10/+2
* QDebug: finish porting to qsizetype/size_tMarc Mutz2022-08-212-2/+2
* QContiguousCache: fix streaming into QDebug when indices are > INT_MAXMarc Mutz2022-08-211-1/+1
* QDebug: finish porting put{String,ByteArray} to qsizetypeMarc Mutz2022-08-212-3/+4
* QDebug: port putEscapedString() from int to size_tMarc Mutz2022-08-211-4/+4
* Port QtDebugUtils::toPrintable() to qint64/qsizetypeMarc Mutz2022-08-212-4/+5
* QBuffer: optimize setData(ptr, n)Marc Mutz2022-08-202-4/+11
* QBuffer: fix the setData() API re: int/qsizetypeMarc Mutz2022-08-203-5/+11
* Don't access QObjectPrivate::declarativeData unguardedVolker Hilsheimer2022-08-202-3/+3
* Fix Multi-ABI builds when CMAKE_<C/CXX>_COMPILER_LAUNCHER contains listAlexey Edelev2022-08-191-2/+8
* Rename QT_DEPRECATED_WARNINGS_SINCE -> QT_WARN_DEPRECATED_UP_TOIvan Solovev2022-08-191-19/+24
* Rename QT_DISABLE_DEPRECATED_BEFORE -> QT_DISABLE_DEPRECATED_UP_TOIvan Solovev2022-08-192-19/+34
* Break out overflow-calculations into semantically-named inlinesEdward Welbourne2022-08-192-22/+35
* qcompilerdetection.h: modernize the check for exception supportSona Kurazyan2022-08-191-2/+1
* Move warning suppression macros from qglobal.h to qcompilerdetection.hSona Kurazyan2022-08-192-14/+14
* Extract header qtclasshelpermacros.hSona Kurazyan2022-08-196-178/+205
* Remove qtnamespacemacros.h and use qtconfigmacros.h insteadSona Kurazyan2022-08-195-13/+3
* Extract header qexceptionhandling.h from qglobal.hSona Kurazyan2022-08-195-41/+67
* Move QT_NO_EXCEPTIONS define to qcompilerdetection.hSona Kurazyan2022-08-192-12/+11
* QMetaObject: export the invokeImpl inner methodThiago Macieira2022-08-192-27/+32
* CMake: Add function to create qmake build testsAlexandru Croitor2022-08-171-0/+131
* CMake: fix the sorting order in CMakeLists.txtSona Kurazyan2022-08-171-1/+1
* QAbstractFileEngine: port indexed to ranged loopMarc Mutz2022-08-171-7/+4
* [docs] QAbstractItemEngine: fix signature of seek()Marc Mutz2022-08-171-1/+1