summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
* CMake: Allow for CMAKE_INSTALL_BINDIR set to . in deployment APIJoerg Bornemann2022-08-171-1/+1
* wasm: streamline the exec warningMorten Sørvig2022-08-171-6/+2
* wasm: include asyncify support unconditionallyMorten Sørvig2022-08-171-29/+35
* wasm: remove dead qt_asyncify_yield() codeMorten Sørvig2022-08-172-30/+0
* QSemaphore: Fix warnings about shift exceeding size on 32-bitThiago Macieira2022-08-161-2/+3
* Doc: Remove mentioning of outdated QDataStream versionKai Köhne2022-08-151-1/+1
* Mark C++11/C++14 portability macros as deprecatedKai Köhne2022-08-141-31/+5
* Move macros for Darwin-based operating systems to qsystemdetection.hSona Kurazyan2022-08-132-52/+54
* Move the checks for disabling useless warnings to qcompilerdetection.hSona Kurazyan2022-08-132-31/+31
* Move Q_{OUTOFLINE, INLINE}_TEMPLATE definitions to qcompilerdetection.hSona Kurazyan2022-08-132-7/+7
* Move some compiler-specific macros to qcompilerdetection.hSona Kurazyan2022-08-132-68/+74
* CMake: Add QT_ANDROID_SIGN_AAB variableJoerg Bornemann2022-08-122-0/+31
* QLocale: port locale_data indexing to qsizetypeMarc Mutz2022-08-122-15/+17
* QLocale: fix UB in defaultIndex() (using < on unrelated pointers)Marc Mutz2022-08-121-2/+2
* QMetaType: don't use global relocations to the lambdas and structuresThiago Macieira2022-08-121-0/+17
* QChar: replace uint with char32_t in the implementationMarc Mutz2022-08-121-10/+10
* QString: finish migration to qsizetypeMarc Mutz2022-08-121-4/+4
* Use the local file APIs to save/load files on WASMMikolaj Boc2022-08-122-2/+9
* QUnicodeTools: mark a test-only flag constexpr/constinitMarc Mutz2022-08-121-3/+6
* QStringConverter: add Q_CONSTINIT to function-level QBasicAtomicMarc Mutz2022-08-121-0/+1
* QLocale: port findTag to std::string_viewMarc Mutz2022-08-121-6/+6
* Port qt_readEscapedFormatString() to qsizetypeMarc Mutz2022-08-124-7/+7
* QTextBoundaryFinder: fix a flawed buffer size calculationMarc Mutz2022-08-121-1/+1
* Finish porting cross-platform parts of QStringConverter to qsizetype/size_tMarc Mutz2022-08-122-3/+3
* QStringConverter: make a narrowing conversion explicitMarc Mutz2022-08-121-1/+1
* QStringConverter: fix -Wc++20-compatMarc Mutz2022-08-122-9/+11
* QString: fix arg() for >2Gi repeated lowest-escape-sequence-numbersMarc Mutz2022-08-121-4/+4
* wasm: allow apps to override EXPORT_RUNTIME_METHODSLorn Potter2022-08-122-0/+19
* Move Q_OF_ELF/Q_OF_MACH_O macros to qsystemdetection.hSona Kurazyan2022-08-112-7/+7
* Move Qt 6/7 specific macros to qtversionchecks.hSona Kurazyan2022-08-112-52/+59
* Move qMin/qMax/qBound() to a separate qminmax.h headerIvan Solovev2022-08-116-106/+137
* Extract header qtypes.h from qglobal.hSona Kurazyan2022-08-116-453/+497
* [docs] Fix return value of QStringIterator::next()Marc Mutz2022-08-111-1/+1
* QUnicodeTools: fix truncation in debug statementsMarc Mutz2022-08-111-5/+5
* QUnicodeTools: fix data race in initialization of libthai symbolsMarc Mutz2022-08-111-5/+12