summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QThread: add empty functions for the no-thread buildMorten Sørvig2022-08-261-0/+10
* Remove superfluous clang preprocessor check for cpp/winrtOliver Wolff2022-08-261-4/+4
* Simplify one of the gap cases in QTimeZonePrivate::dataForLocalTime()Edward Welbourne2022-08-261-11/+5
* Trivial simplification in QDataStream &operator>>(..., QDate &)Edward Welbourne2022-08-261-3/+1
* Reverse toLocalTime()'s and toUTC()'s delegation to toTimeSpec()Edward Welbourne2022-08-252-19/+37
* Reimplement fromSecsSinceEpoch() using setSecsSinceEpoch()Edward Welbourne2022-08-251-18/+17
* Eliminate ValidWhenMask; it duplicates ValidityMaskEdward Welbourne2022-08-252-10/+9
* Clean up handling of status in QDateTimeEdward Welbourne2022-08-251-35/+24
* Use QRoundingDown when converting UTC to local timeEdward Welbourne2022-08-251-4/+3
* CMake: Fix storyboard entry in an iOS Info.plist fileAlexandru Croitor2022-08-251-3/+6
* CMake: Default CFBundleName to ${PRODUCT_NAME} for iOSAlexandru Croitor2022-08-251-0/+15
* Move definition of QT_MOC_COMPAT from qgloabl.h to qtconfigmacros.hSona Kurazyan2022-08-252-8/+8
* Extract header qmalloc.h from qglobal.hSona Kurazyan2022-08-254-5/+25
* Extract header qtypetraits.h from qglobal.hSona Kurazyan2022-08-255-16/+40
* Extract header qswap.h from qglobal.hSona Kurazyan2022-08-255-47/+70
* Extract header qtresource.h from qglobal.hSona Kurazyan2022-08-255-60/+77
* Extract header qconstructormacros.h from qglobal.hSona Kurazyan2022-08-253-22/+40
* Move docs for qlonglong and qulonglong to QtTypesSona Kurazyan2022-08-252-19/+19
* Add qfunctions_win_p.h header for Windows helper functionsTor Arne Vestbø2022-08-252-1/+25
* QMetaObject: add revision 11 for Qt 6.5Thiago Macieira2022-08-252-2/+3
* QSystemLibrary: Use Windows functionality directlyYuhang Zhao2022-08-251-8/+8
* 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