summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Add missing line continuations for memory_resource opt-out on Apple systemsTor Arne Vestbø2023-06-081-3/+3
* Align QKeySequence behavior between macOS and iOSTor Arne Vestbø2023-06-081-3/+3
* Opt out of standard library memory_resource on macOS < 14 and iOS < 17Tor Arne Vestbø2023-06-081-7/+13
* Add Q_OS_APPLE define on Apple operating systemsTor Arne Vestbø2023-06-082-0/+11
* Add QOperatingSystemVersion::MacOSSonoma for macOS 14Tor Arne Vestbø2023-06-072-0/+7
* Remove compatibility defines for Apple OS versionsTor Arne Vestbø2023-06-071-59/+0
* macOS: Remove legacy SDK and deployment target check macrosTor Arne Vestbø2023-06-071-10/+1
* macOS: Remove fallback defines for MAC_OS_X_VERSION_MIN_REQUIREDTor Arne Vestbø2023-06-071-11/+0
* Update mapping between Apple Clang versions and upstream ClangTor Arne Vestbø2023-06-071-1/+5
* qsimd_x86: update from upstream and enable a few more featuresThiago Macieira2023-05-262-67/+217
* Break cyclic includes in qglobal.h [2/3]Ahmad Samir2023-05-268-21/+34
* Break some include cycles in qglobal.h [1/3]Ahmad Samir2023-05-263-7/+2
* Deprecate qAsConst()Marc Mutz2023-05-262-0/+8
* QLogging: fix indentationGiuseppe D'Angelo2023-05-261-2/+2
* CompareAgainstLiteralZero: fix SFINAE considerationsDennis Oberst2023-05-251-1/+1
* Enable QT7_ONLY for bootstrapped mode tooThiago Macieira2023-05-251-1/+1
* QTypes: add q{u,}int128 as a first-class, integer typeThiago Macieira2023-05-192-1/+23
* QPartialOrdering: update docs and change parameter namesDennis Oberst2023-05-172-59/+87
* q20chrono: Fix feature test macro checkFabian Kosmale2023-05-161-2/+2
* Enable [[noreturn]] attribute for non-MSVC compilers on WindowsPeter Varga2023-05-123-6/+6
* Unconditionally use Q_NORETURN for qAbort()Kai Köhne2023-05-091-4/+1
* q20: add C++20 chrono days/weeks/months/yearsAhmad Samir2023-05-051-0/+62
* Deprecate Q_ASSUMEThiago Macieira2023-05-042-20/+11
* fix wrong and strange indentationYuhang Zhao2023-05-021-22/+22
* Short live Q_NODISCARD_CTORIvan Solovev2023-04-301-0/+9
* Remove old clang-cl workaroundYuhang Zhao2023-04-301-5/+0
* QContainerInfo: Detect presence of reserve()Ulf Hermann2023-04-191-0/+5
* corelib/global/*.h: use static_assert instead of Q_STATIC_ASSERT_XAhmad Samir2023-04-162-2/+6
* Fix some narrowing conversion warningsAhmad Samir2023-04-081-1/+1
* Fix some extra semicolon warningsJoni Poikelin2023-04-051-2/+2
* Short live q20::to_address!Marc Mutz2023-03-311-1/+44
* Short live QT_ENABLE_P0846_SEMANTICS_FOR!Marc Mutz2023-03-221-0/+14
* Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definitionEdward Welbourne2023-03-201-1/+1
* qcompilerdetection: all supported compilers have visibility attributesAhmad Samir2023-03-151-1/+1
* Misc: Fix qsizetype-related narrowing coversionsAhmad Samir2023-03-112-7/+6
* Make it possible to use QObjectPrivate::connect in private codeVolker Hilsheimer2023-03-101-1/+10
* QTypeInfo: move helpers in QtPrivate namespaceGiuseppe D'Angelo2023-03-101-4/+8
* Short live q23::forward_like!Marc Mutz2023-03-052-0/+100
* QCompilerDetection: fix compiler warning about undefined macroAhmad Samir2023-03-051-4/+5
* qsimd_p.h: remove LZCNT feature from the ARCH_HASWELL listThiago Macieira2023-03-041-2/+2
* Doc: Remove duplicate wordsAndreas Eliasson2023-02-281-1/+1
* Mark variable only used in Q_ASSERT as unusedMårten Nordheim2023-02-271-0/+1
* Logging: fix crash when decoding a symbol that isn't a functionThiago Macieira2023-02-231-0/+6
* QMessagePattern: don't use strncpy()Marc Mutz2023-02-221-5/+2
* Add missing deprecation guardsYuhang Zhao2023-02-211-0/+14
* Move access to tzname[] to under the env.var access logEdward Welbourne2023-02-202-0/+30
* Fix QString from ASCII warning in qoperatingsystemversion_darwin.mmTor Arne Vestbø2023-02-201-1/+1
* Resolve actual macOS version despite process running in compatibility modeTor Arne Vestbø2023-02-183-26/+46
* Update qtrace_p.h commentsAntti Määttä2023-02-141-0/+8
* Rename Qt::Appearance to Qt::ColorSchemeTor Arne Vestbø2023-02-132-8/+1