summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* QtPrivate::Deprecated_t: code tidiesGiuseppe D'Angelo2020-10-161-1/+1
* QOverload helpers: code tidiesGiuseppe D'Angelo2020-10-151-10/+4
* Long live Q_IMPLICIT!Giuseppe D'Angelo2020-10-142-2/+8
* Drop qt_is_permutationGiuseppe D'Angelo2020-10-141-23/+0
* MinGW: Fix static build using PCHCristian Adam2020-10-091-1/+1
* Another round of replacing 0 with nullptrAllan Sandfeld Jensen2020-10-071-1/+1
* Allow millisecond-overflow when the result remains validEdward Welbourne2020-10-071-12/+11
* Use start of day when wrapping 24:00 to the next dayEdward Welbourne2020-10-071-16/+17
* Rename the new platform APIs from QPlatformInterface to QNativeInterfaceTor Arne Vestbø2020-10-071-8/+13
* macOS: Remove WA_MacVariableSize widget attributeTor Arne Vestbø2020-10-062-5/+1
* macOS: Remove dead MacQuartz QInternal::PaintDeviceFlags enum valueTor Arne Vestbø2020-10-061-1/+0