summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Fix GCC12 warning about using a pointer after realloc()Thiago Macieira2022-02-101-2/+2
* Detect clang-cl features as clang not as msvcAllan Sandfeld Jensen2022-02-051-7/+4
* Only use inlined target functions when supportedAllan Sandfeld Jensen2022-02-031-1/+1
* Make one QT_REMOVED_SINCE/QT_BUILD_REMOVED_API per moduleMarc Mutz2022-02-032-37/+1
* CMake: don't treat Q_CORE_EXPORT specialMarc Mutz2022-02-011-7/+4
* qsimd/x86: disable the F16C, FMA, and VAES features if AVX is disabledThiago Macieira2022-01-302-5/+5
* qfloat16: add missing staticThiago Macieira2022-01-301-2/+2
* Move private QOperatingSystemVersion::compare to removed_apiMårten Nordheim2022-01-272-6/+2
* QOperatingSystemVersion: fix #if check for macos version checkMårten Nordheim2022-01-251-1/+1
* Replace cxx17_bm_searcher config check with feature test macroMarc Mutz2022-01-241-1/+0
* Prevent repeated instantiations of some qRegisterNormalizedMetaType<>s [1/N] ...Marc Mutz2022-01-212-1/+3
* QtCore: replace qSwap with std::swap/member-swap where possibleMarc Mutz2022-01-211-0/+9
* Doc: Use \inmodule for all classes and headersTopi Reinio2022-01-172-0/+2
* QGlobalStatic: invert the order of destruction and setting the guardThiago Macieira2022-01-061-2/+2
* QRandom: remove dead pre-C++11 codeMarc Mutz2022-01-051-6/+0
* Doc: QSysInfo::productType: remove the "will be" note about Qt 6Thiago Macieira2021-12-231-4/+3
* Q_{APPLICATION,GLOBAL}_STATIC: use variadic macrosThiago Macieira2021-12-172-5/+16
* QGlobalStatic: don't use a std::aligned_union if we can be a unionThiago Macieira2021-12-162-12/+14
* QIODevice: use QVLA to hold the ring buffers, not QListMarc Mutz2021-12-151-1/+1
* QLogging: fix potential missing NUL-terminator when calling OutputDebugStringMarc Mutz2021-12-151-2/+2
* Rewrite Q_{GLOBAL,APPLICATION}_STATIC with C++17 goodiesThiago Macieira2021-12-122-117/+104
* Re-enable parsing Qt code with LLVM (Qt for Python)Friedemann Kleint2021-12-091-1/+1
* Doc: Reword, fix typos and some formattingIvan Tkachenko2021-12-081-6/+7
* QLogging: mark all warning() and critical() functions as coldMarc Mutz2021-12-071-0/+6
* Fix tst_qfloat16 runtime failure for INTEGRITYTatiana Borisova2021-12-061-1/+1
* qBound: add an assert on !(upper < lower)Giuseppe D'Angelo2021-12-061-53/+67
* Remove unused Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6Marc Mutz2021-12-031-8/+0
* Reduce scope of a hack using volatile in favor of viewAt()Edward Welbourne2021-12-021-11/+7
* QOperatingSystemVersion: cache the retrieved versionYuhang Zhao2021-11-233-2/+15
* Short live q20::ssize()!Marc Mutz2021-11-201-0/+80
* Change qt.conf key Qml2Imports to QmlImportsJoerg Bornemann2021-11-192-19/+32
* Prefer QBAV over raw char * form of qt_configure_strsEdward Welbourne2021-11-191-2/+2
* QOperatingSystemVersion: Add Windows11Mårten Nordheim2021-11-192-0/+7
* Add operating system version for macOS 12 "Monterey"Volker Hilsheimer2021-11-182-0/+10
* Introduce Q_APPLICATION_STATICMike Achtelik2021-11-181-15/+23
* Add missing QT_TRID_N_NOOP definitionLucie Gérard2021-11-182-0/+21
* QOperatingSystemVersion: Add Win10 sub-versionsYuhang Zhao2021-11-182-0/+50
* Do not include qloggingcategory.h in public headersKai Köhne2021-11-163-35/+102
* Document QLibraryInfo::Qml2ImportsPath as deprecatedUlf Hermann2021-11-151-1/+5
* Teach QOperatingSystemVersion to handle new OS entries in patch releasesMårten Nordheim2021-11-124-75/+197
* Fix not respected qt.conf settingsMichal Klocek2021-11-111-6/+13
* Bump WINVER, _WIN32_WINNT and _WIN32_IE to _WIN32_WINNT_WIN10 (0x0A00)Yuhang Zhao2021-11-101-18/+11
* qoperatingsystemversion_win: fix thread raceMårten Nordheim2021-11-081-3/+4
* Revert "QOperatingSystemVersion: Add support for Win10 sub-versions"Thiago Macieira2021-11-062-63/+0
* QOperatingSystemVersion: Add support for Win10 sub-versionsYuhang Zhao2021-11-042-0/+63
* qlibrary.cpp: avoid the +12 constant in too many placesThiago Macieira2021-11-031-1/+1
* qlibraryinfo.cpp: use qOffsetStringArray for qtConfEntriesThiago Macieira2021-11-031-37/+35
* qoperatingsystemversion_win: cache the retrieved versionYuhang Zhao2021-11-021-6/+8
* Remove pre-Win10 code paths in QtBaseYuhang Zhao2021-11-021-5/+2
* qconfig.cpp: use qOffsetStringArrayThiago Macieira2021-10-292-19/+16