summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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