summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Remove Windows 7, 8, and 8.1 codepathsOliver Wolff2021-07-301-14/+2
* tests: fix some -WvolatileMarc Mutz2021-07-281-0/+89
* QSysInfo: Delete pre-windows 10 codeMårten Nordheim2021-07-281-28/+4
* QtWidgets: clean up API removalsMarc Mutz2021-07-271-0/+36
* Doc: Ensure deprecated APIs in Qt Core are documented as suchNico Vertriest2021-07-231-2/+1
* Use member function instead of template function to resolve native interfaceTor Arne Vestbø2021-07-171-29/+23
* Improve error reporting when requesting unsupported native interfaceTor Arne Vestbø2021-07-151-17/+91
* Rename QNativeGestureEvent::deltas() to delta(); clarify docsShawn Rutledge2021-07-141-4/+3
* qSwap: make it constexprGiuseppe D'Angelo2021-07-071-1/+1
* Core: `QRandomGenerator` - silence msvc warningTim Blechmann2021-07-011-1/+1
* QGlobalStatic: fix warning when using cv-qualified typesMarc Mutz2021-06-301-1/+3
* Fix usage of logging category on AndroidAssam Boudjelthia2021-06-281-1/+7
* Long live QT_TYPESAFE_FLAGS!Giuseppe D'Angelo2021-06-233-16/+116
* qsimd: Don't force RDRND on if __AVX2__Thiago Macieira2021-06-221-5/+4
* Doc: Add note to Qt::MatchFlags about implementation dependent behaviorPaul Wicking2021-06-211-0/+5
* Fix SSE4.1, RDSEED requirement for clang-cl buildsAllan Sandfeld Jensen2021-06-171-1/+5
* Document that WA_TranslucentBackground will not have an effectLaszlo Agocs2021-06-141-3/+6
* QLatin1String: optimize indexOfMårten Nordheim2021-06-111-0/+1
* Doc: QtCore: Fix more documentation warningsTopi Reinio2021-06-071-1/+1
* macOS: allow Qt::AA_DontShowShortcutsInContextMenus overridesVolker Hilsheimer2021-06-071-1/+3
* CMake: Add support for building with clang-clCristian Adam2021-06-041-15/+20
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-263-8/+8
* Farewell Q_DISABLE_MOVEGiuseppe D'Angelo2021-05-262-19/+5
* Fix compilation for other compilersJanne Koskinen2021-05-241-0/+1
* QRandomGenerator: let qt_initial_random_value() return 128 bits of dataThiago Macieira2021-05-233-28/+16
* QHash & QRandomGenerator: cooperate to provide a simpler initial seedThiago Macieira2021-05-233-7/+77
* Add runtime ARM64 AES checkAllan Sandfeld Jensen2021-05-202-29/+58
* Type erase native interfaces via string instead of typeidTor Arne Vestbø2021-05-201-11/+13
* QKeyCombination: code tidiesGiuseppe D'Angelo2021-05-191-3/+3
* Fix single argument QT_OVERLOADED_MACRO with pedantic warnings enabledTor Arne Vestbø2021-05-181-1/+1
* Long live qToUnderlyingGiuseppe D'Angelo2021-05-182-0/+16
* qglobal.cpp: build under QT_NO_EXCEPTIONSGiuseppe D'Angelo2021-05-181-3/+9
* Make qTerminate available when QT_NO_EXCEPTIONS flag is setAlexey Edelev2021-05-162-11/+3
* QFlags: add test(Any)Flag(s)Giuseppe D'Angelo2021-05-152-1/+42
* native interface plumbing: Fix ambiguities with existing classes named TypeInfoFriedemann Kleint2021-05-141-3/+2
* QFlags::testFlag: code tidiesGiuseppe D'Angelo2021-05-131-1/+1
* QAbstractItemModel::match: code tidiesGiuseppe D'Angelo2021-05-122-0/+2
* Rejig native interface plumbingTor Arne Vestbø2021-05-122-15/+87
* fix build for no feature futureLorn Potter2021-05-121-0/+1
* QFlags::testFlag: clarify the behavior in the docsGiuseppe D'Angelo2021-05-111-0/+8
* QFlags: add operator== and !=Giuseppe D'Angelo2021-05-112-0/+37
* Q_DECLARE_OPERATORS_FOR_FLAGS: also define operator&Giuseppe D'Angelo2021-05-111-0/+4
* QFlags: add operator& / &= overloads taking a QFlags objectGiuseppe D'Angelo2021-05-112-0/+16
* QFlags: plaster Q_IMPLICITGiuseppe D'Angelo2021-05-111-11/+11
* QFlags: add qHash overloadGiuseppe D'Angelo2021-05-111-0/+9
* QFlags: add (named) explicit conversion from/to intGiuseppe D'Angelo2021-05-112-0/+21
* PRIx macros: add missing \relates to the docsGiuseppe D'Angelo2021-05-101-0/+4
* Move QNativeInterface helpers to their own header fileTor Arne Vestbø2021-05-102-24/+73
* Tweak naming of QT_OVERLOADED_MACRO variantsTor Arne Vestbø2021-05-041-4/+4
* Delete less-than operator for QKeyCombinationVolker Hilsheimer2021-05-041-0/+2