summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* QFlags::setFlag: don't go through Int, go through QFlags itselfGiuseppe D'Angelo2021-05-031-1/+1
* QFlags: streamline some macrosGiuseppe D'Angelo2021-05-021-10/+6
* QFlags: remove the doc-only declaration of copy operationsGiuseppe D'Angelo2021-05-021-4/+0
* QFlags: kill Q_NO_TYPESAFE_FLAGSGiuseppe D'Angelo2021-05-021-13/+0
* QRandom: enable a check also on MSVCGiuseppe D'Angelo2021-05-021-7/+2
* QRandom: drop a usage of std::is_literal_typeGiuseppe D'Angelo2021-05-021-1/+0
* Use a more forgiving threshold for qFuzzyIsNull(qfloat16)Edward Welbourne2021-04-291-1/+1
* Add tests for qFuzzyIsNull() to tst_QNumeric and tst_QFloat16Edward Welbourne2021-04-291-8/+8
* PRI* datatypes: fix typos in documentationGiuseppe D'Angelo2021-04-251-2/+2
* Long live PRI*QdatatypesGiuseppe D'Angelo2021-04-252-1/+140
* Fixed type integers: streamline the definitionsGiuseppe D'Angelo2021-04-242-12/+6
* QtGlobal: check the Qt fixed size integersGiuseppe D'Angelo2021-04-231-0/+6