summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* macOS: Remove dead widget attribute WA_MacNoShadowTor Arne Vestbø2020-10-062-2/+1
* Replace Q_DECL_UNUSED with [[maybe_unused]]Allan Sandfeld Jensen2020-10-032-11/+11
* Centralize the implementation of move assignment operatorsGiuseppe D'Angelo2020-10-031-0/+45
* QFlags: remove deprecated constructorEdward Welbourne2020-10-031-7/+0
* Handle trailing cruft consistently in Qt::DateFormat parsingEdward Welbourne2020-10-031-28/+54
* Switch Q_DECL_DEPRECATED to use C++14 [[deprecated]]Allan Sandfeld Jensen2020-10-032-9/+12
* Get rid of some #ifdef qt6Allan Sandfeld Jensen2020-09-301-1/+1
* Add {add,sub,mul}_overflow detection when one operand is a constantThiago Macieira2020-09-291-2/+81
* Use Q_RELOCATABLE* instead of Q_MOVABLE* wording in docsAndrei Golubev2020-09-291-8/+8
* Replace Q_REQUIRED_RESULT with [[nodiscard]]Allan Sandfeld Jensen2020-09-252-16/+16
* Fix qdoc warning from undocumented enum valueVolker Hilsheimer2020-09-251-0/+1
* Fix qdoc warning from QLibraryInfo after API changeVolker Hilsheimer2020-09-241-18/+23
* Fix qdoc warnings from removed enum valuesVolker Hilsheimer2020-09-231-1/+0
* Fix some qdoc warnings: function names in "see also"Volker Hilsheimer2020-09-221-1/+1
* Doc: Correct link errors qtbaseNico Vertriest2020-09-211-4/+4
* Normalize roundingAllan Sandfeld Jensen2020-09-162-8/+8
* Add a QMetaAssociationUlf Hermann2020-09-151-8/+114
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-142-5/+3
* Clean up the last of QT6_(NOT_)?VIRTUALEdward Welbourne2020-09-141-5/+1
* Make QStringList an alias to QList<QString>Lars Knoll2020-09-121-2/+0
* Rename QLibraryInfo::location() to path()Lars Knoll2020-09-122-10/+23
* QMetaContainer: Add function to erase ranges from sequencesUlf Hermann2020-09-121-0/+5
* Get rid of QEnableIfLars Knoll2020-09-111-6/+0
* Remove pre-C++17 code pathLars Knoll2020-09-111-17/+0
* Remove some pre-Qt6 codeEdward Welbourne2020-09-102-56/+0
* Disable operator+ and operator- for QFlagsGiuseppe D'Angelo2020-09-091-2/+20
* Use C++17 [[maybe_unused]]Allan Sandfeld Jensen2020-09-063-11/+16
* Round float->qfloat16 to evenAllan Sandfeld Jensen2020-09-062-9/+530
* Long live QKeyCombination!Giuseppe D'Angelo2020-09-032-0/+355