summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-071-0/+17
* QLibraryInfo: Add MSVC 2022Mårten Nordheim2021-08-041-1/+3
* Doc: Add note to Qt::MatchFlags about implementation dependent behaviorPaul Wicking2021-06-211-0/+5
* Document that WA_TranslucentBackground will not have an effectLaszlo Agocs2021-06-141-3/+6
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-071-1/+3
* Fix single argument QT_OVERLOADED_MACRO with pedantic warnings enabledTor Arne Vestbø2021-05-191-1/+1
* qglobal.cpp: build under QT_NO_EXCEPTIONSGiuseppe D'Angelo2021-05-181-3/+9
* Make qTerminate available when QT_NO_EXCEPTIONS flag is setAlexey Edelev2021-05-172-11/+3
* QRandom: drop a usage of std::is_literal_typeGiuseppe D'Angelo2021-05-021-1/+0
* Fix missing CPU feature feedbackAllan Sandfeld Jensen2021-04-231-12/+7
* Fix ARM and MIPS runtime CPU feature flagsAllan Sandfeld Jensen2021-04-191-11/+11
* QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-04-191-4/+13
* Use official names for Android versionsVolker Hilsheimer2021-03-302-8/+8
* CMake: Fix qconfig.cpp embedded prefix in the CIAlexandru Croitor2021-03-261-1/+1
* QRandomGenerator: remove dead code previously used by qrand()Thiago Macieira2021-03-151-22/+0
* Fix QT_HOST_LIBEXECS for cross-builds on WindowsJoerg Bornemann2021-03-071-0/+4
* qmake: Introduce QT_HOST_LIBEXECS propertyJoerg Bornemann2021-02-182-1/+9
* Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systemsEdward Welbourne2021-02-151-3/+19
* Fix compilation with 32-bit clangRobert Loehning2021-02-011-2/+5
* Remove usage of the definitions that are never definedAlexey Edelev2021-02-011-9/+3
* Make QJniObject and QJniEnvironment public APIAssam Boudjelthia2021-01-273-11/+8
* Add qHypot() to qmath.h, exposing and extending std::hypot()Edward Welbourne2021-01-271-1/+58
* Q_GLOBAL_STATIC - deal with static code analysersTimur Pocheptsov2021-01-271-0/+4
* Fix build with GCC 11: include <limits>Thiago Macieira2021-01-192-2/+5
* Mark qBadAlloc as [[noreturn]]Giuseppe D'Angelo2021-01-192-1/+5
* Update QOperatingSystemVersion version names for AndroidAssam Boudjelthia2021-01-192-0/+40
* Fix XCB launch key mappingAllan Sandfeld Jensen2021-01-152-19/+20
* Extend qIsInf() and friends to handle integral types sensiblyEdward Welbourne2021-01-151-1/+14
* If available, use a version-specific qt<major-version>.confRalf Habacker2021-01-141-1/+4
* Assert that wchar_t's size matches one of the unicode character typesEdward Welbourne2021-01-081-0/+2
* Remove the qmake project filesJoerg Bornemann2021-01-071-132/+0
* Add version() to QOperatingSystemVersionLars Schmertmann2020-12-282-4/+19
* macos: Document that Drawer is obsoleteMorten Johan Sørvig2020-12-211-0/+2
* Use QDeadlineTimer in qlogging.cppThiago Macieira2020-12-091-3/+2
* Add uninitialized constructor to qfloat16Allan Sandfeld Jensen2020-12-072-0/+9
* Make the overflow math functions publicUlf Hermann2020-12-073-235/+374
* Add test for qRoundDavid Skoland2020-12-021-0/+8
* Fix documentation of QPartialOrderingAndreas Buhr2020-12-011-16/+6
* Extend container overview documentation, mention Q_DECLARE_TYPEINFOAndreas Buhr2020-11-301-3/+10
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-303-0/+291
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-11-303-5/+5
* Update setHighDpiScaleFactorRoundingPolicy docsTor Arne Vestbø2020-11-271-2/+1
* Re-fix the definition of primitive typesGiuseppe D'Angelo2020-11-241-1/+1
* Replace qt_make_unique with std::make_uniqueAllan Sandfeld Jensen2020-11-232-72/+0
* Drop a [[maybe_unused]] on a variableGiuseppe D'Angelo2020-11-231-1/+1
* Add deprecation warnings for 6.1Giuseppe D'Angelo2020-11-201-0/+8
* Centralize the wchar_t == char16_t check on WindowsGiuseppe D'Angelo2020-11-181-0/+3
* Get rid of Q_COMPILER_CONSTEXPR checksAllan Sandfeld Jensen2020-11-172-10/+2
* Don't initialize POD types with memset(0)Lars Knoll2020-11-171-4/+2
* Adjust code format, add space after 'if'Zhang Sheng2020-11-161-1/+1