summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* QFlags::testFlag: clarify the behavior in the docsGiuseppe D'Angelo2021-05-111-0/+8
* QRandom: drop a usage of std::is_literal_typeGiuseppe D'Angelo2021-05-021-1/+0
* Fix ARM and MIPS runtime CPU feature flagsAllan Sandfeld Jensen2021-04-201-11/+11
* QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-04-051-4/+13
* Fix tst_QDateTime::systemTimeZoneChange() for 32-bit systemsEdward Welbourne2021-02-151-3/+19
* Fix build with GCC 11: include <limits>Thiago Macieira2021-01-202-2/+5
* If available, use a version-specific qt<major-version>.confRalf Habacker2021-01-161-1/+4
* Fix XCB launch key mappingAllan Sandfeld Jensen2021-01-162-19/+20
* macos: Document that Drawer is obsoleteMorten Johan Sørvig2020-12-221-0/+2
* Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPEAndreas Buhr2020-12-043-5/+5
* Extend container overview documentation, mention Q_DECLARE_TYPEINFOAndreas Buhr2020-12-031-3/+10
* Fix documentation of QPartialOrderingAndreas Buhr2020-12-011-16/+6
* Bump the type info version in qhooks.cppLars Knoll2020-12-011-1/+1
* Update setHighDpiScaleFactorRoundingPolicy docsTor Arne Vestbø2020-11-271-2/+1
* Fix QVariant/QMetaType::compare APIsGiuseppe D'Angelo2020-11-253-0/+291
* Re-fix the definition of primitive typesGiuseppe D'Angelo2020-11-241-1/+1
* 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
* Optimize qRoundAllan Sandfeld Jensen2020-11-161-0/+24
* QFileInfo: mark constructors as explicitGiuseppe D'Angelo2020-11-151-2/+2
* Q_PRIMITIVE_TYPE: improve the documentationGiuseppe D'Angelo2020-11-091-2/+3
* qglobal: Only define QT_ENSURE_STACK_ALIGNED_FOR_SSE for i386Martin Storsjö2020-11-041-1/+1
* Cleanup container declarations in qtypeinfo.hLars Knoll2020-11-031-20/+3
* Rename QContainerTraits namespace to QContainerInfoLars Knoll2020-11-031-1/+1
* Code cleanupsLars Knoll2020-11-031-7/+7
* Do not #define dynamic_castGiuseppe D'Angelo2020-11-021-13/+0
* Resolve corelib's remaining ### Qt 6 commentsEdward Welbourne2020-11-021-1/+1
* Warn if Q_FOREACH is used with a non-shared containerOlivier Goffart2020-11-021-0/+14
* Remove Q_IS_ENUMAllan Sandfeld Jensen2020-10-302-52/+0
* Doc: Fix link issues for QtCoreTopi Reinio2020-10-291-2/+2
* qfloat16: make comparison and arithmetic operators hidden friendsVolker Hilsheimer2020-10-291-82/+84
* Remove QT_NO_FLOAT16_OPERATORS macroVolker Hilsheimer2020-10-282-18/+2
* Expunge WA_GroupLeaderShawn Rutledge2020-10-272-4/+0
* Replace see-alsos in qfloat16 documentation with \overloadVolker Hilsheimer2020-10-262-23/+19
* Remove documentation for removed QFlags constructorVolker Hilsheimer2020-10-261-10/+0
* Fix documentation for hidden friend operatorsVolker Hilsheimer2020-10-232-6/+3
* Whitespace cleanup in corelib/globalAllan Sandfeld Jensen2020-10-2116-106/+142
* QRandomGenerator: add 64-bit bounded() versionsThiago Macieira2020-10-202-2/+152
* Add noexcept to d-ptr accessor functionsAllan Sandfeld Jensen2020-10-191-8/+9
* QRandomGenerator: optimize for the common use caseThiago Macieira2020-10-182-23/+29
* doc: Update and flesh out native interface docsTor Arne Vestbø2020-10-181-2/+2
* qcontainerinfo: make variable templates inlineFabian Kosmale2020-10-171-74/+74
* qtypeinfo.h: We only need a const reference for most operator<<Ulf Hermann2020-10-171-2/+2
* QMetaType: Silence float comparison warnings in QEqualityOperatorForTypeUlf Hermann2020-10-161-0/+3
* Disallow promotion of bool and char in qMin and friendsLars Knoll2020-10-161-1/+3
* Purge QDesktopWidgetVolker Hilsheimer2020-10-161-2/+1
* QOverload helpers: further cleanupsGiuseppe D'Angelo2020-10-161-3/+3
* Floating point function helpers: code tidiesGiuseppe D'Angelo2020-10-161-6/+6