summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Extract header qdarwinhelpers.h from qglobal.hSona Kurazyan2022-08-305-56/+73
* Move QT_ASCII_CAST_WARN macro from qglobal.h to qtdeprecationmarkers.hSona Kurazyan2022-08-302-7/+7
* QVariant: fix conversions of string keys to Q_ENUM that are QFlags<>Thiago Macieira2022-08-301-5/+11
* Move definition of QT_DEBUG from qglobal.h to qtconfigmacros.hSona Kurazyan2022-08-302-8/+8
* Remove Q_DUMMY_COMPARISON_OPERATORSona Kurazyan2022-08-302-21/+0
* CMake: Move Apple specific functions into a separate fileAlexandru Croitor2022-08-301-626/+0
* CMake: Clarify documentation for target and project finalizationAlexandru Croitor2022-08-301-10/+19
* CMake: Add documentation for QT_NO_COLLECT_BUILD_TREE_APK_DEPSAlexandru Croitor2022-08-302-0/+23
* Migrate QBasicTimer from int to qint64Konrad Kujawa2022-08-306-13/+32
* wasm: add support for building Qt as shared librariesMorten Sørvig2022-08-301-0/+1
* Fix the spelling of the word "combination"Mike Trahearn2022-08-301-1/+1
* Doc: Fix faulty include file extensionJoerg Bornemann2022-08-303-4/+4
* QMetaType/Doc: update some wording about type registrationThiago Macieira2022-08-292-21/+18
* Copy or check ShortData rather than pointer in more placesEdward Welbourne2022-08-292-4/+6
* Add QComHelper class for dealing with COM on WindowsTor Arne Vestbø2022-08-294-23/+60
* MSVC: Add WIN32 definition to the resource compilerYuhang Zhao2022-08-291-1/+1
* QLibraryInfo: Add isSharedBuild() function and deprecate qSharedBuild()Yuhang Zhao2022-08-293-6/+39
* Move qSharedBuild() from qglobal.h to qlibraryinfo.hSona Kurazyan2022-08-294-11/+11
* QList: don't detach twice in operator[]Mårten Nordheim2022-08-281-1/+1
* MSVC: Set default code page to UTF-8 for resource compilerYuhang Zhao2022-08-271-1/+1
* wasm: use uintptr_t for uint32_tLorn Potter2022-08-271-1/+1
* QVariant/Doc: document that you must register types before op>>Thiago Macieira2022-08-261-3/+13
* QMetaObject: fix the consistency check for forward-declared builtinsThiago Macieira2022-08-261-7/+22
* QScopedArrayPointer: port to qsizetypeMarc Mutz2022-08-262-4/+10
* Port QDir to qsizetype [2/3]: implementationMarc Mutz2022-08-262-24/+24
* 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