summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Add private qAbort helper functionTor Arne Vestbø2021-09-223-25/+35
* tst_qmetatype: Fix operator< detection for std::optionalFabian Kosmale2021-09-211-0/+2
* Improve version-related docs in qglobal.cppEdward Welbourne2021-09-211-21/+23
* Fix assorted misindented end-comment markers in qglobal.cppEdward Welbourne2021-09-201-14/+14
* Encourage use of QT_VERSION_CHECK()Edward Welbourne2021-09-202-13/+23
* Remove conditioning on Android embeddedEdward Welbourne2021-09-173-8/+8
* Doc: Update some links to Microsoft's documentationLuca Di Sera2021-09-131-1/+2
* Add a conditional noexcept specification to qExchangeGiuseppe D'Angelo2021-09-081-0/+1
* Fix compilation for recursive Qt containersSona Kurazyan2021-09-071-0/+17
* Use QByteArrayView::toInt() instead of duplicating its implementationEdward Welbourne2021-08-311-31/+2
* Convert various callers of strtou?ll() to call strntou?ll()Edward Welbourne2021-08-301-2/+4
* Doc: Fix documentation issues for Qt CoreTopi Reinio2021-08-241-1/+1
* Add note about ImCursorPosition/ImAbsolutePosition not including preeditTor Arne Vestbø2021-08-211-2/+5
* Forward declare Objective-C classes as class, not typedef objc_objectTor Arne Vestbø2021-08-171-1/+1
* Short live namespace q20!Marc Mutz2021-08-162-0/+196
* Add default constructor and Q_DISABLE_COPY_MOVE to native interfacesTor Arne Vestbø2021-08-101-0/+2
* Improve documentation signature for native interface accessorTor Arne Vestbø2021-08-101-0/+6
* Qt namespace: add a Qt 7 note about enumerator orderMarc Mutz2021-08-061-0/+1
* QLibraryInfo: Add MSVC 2022Mårten Nordheim2021-08-031-1/+3
* Correct a #include in a comment in qglobal.hEdward Welbourne2021-07-301-1/+1
* 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