summaryrefslogtreecommitdiff
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove time-related functions from qglobal_p.hEdward Welbourne2023-02-131-1/+0
* Trace: Convert qtcore module to use tracepointgen toolAntti Määttä2023-02-101-0/+4
* Prepare for replacing Qt::Appearance with Qt::ColorSchemeTor Arne Vestbø2023-02-091-0/+7
* QSysInfo: Work around erroneous warning output from WindowsMårten Nordheim2023-02-091-1/+14
* Qt::Appearance: don't assign values to enumeratorsMarc Mutz2023-02-081-3/+3
* Deprecate QTypeInfo::isPointer and isIntegralGiuseppe D'Angelo2023-02-081-10/+10
* Add/enable Alpha detectionPino Toscano2023-02-071-3/+3
* Move qtLocalTime() to qtenvironmentvariables.cpp as qLocalTime()Edward Welbourne2023-02-033-16/+83
* q20::construct_at(): fix various issuesMarc Mutz2023-02-021-6/+10
* QtCore: Disambiguate static variablesFriedemann Kleint2023-02-021-0/+4
* Short live q20::construct_at()!Friedemann Kleint2023-02-011-0/+46
* qcompilerdetection.h: add Q_COMPILER_MANGLES_ACCESS_SPECIFIERMarc Mutz2023-01-231-0/+1
* Fix build with GCC 13: target specific option mismatchThiago Macieira2023-01-191-7/+13
* Add CTF tracing backendAntti Määttä2023-01-131-1/+1
* Add metadata support to tracegen and tracepointgen toolsAntti Määttä2023-01-131-0/+45
* Add tracepointgen tool and convert qtgui to use itAntti Määttä2023-01-131-0/+76
* Move q20::remove_cvref to q20type_traits.hMarc Mutz2023-01-123-14/+44