summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Optimize and fix handling of QtMessageHandlersMarc Mutz2019-06-241-15/+20
* Doc: Increase precision in description of convenience typedefsPaul Wicking2018-08-161-1/+1
* Support for Q_OS_ANDROID_EMBEDDED and android-embedded build flagsOtto Ryynänen2018-01-203-10/+10
* qfloat16: NaN is not infiniteThiago Macieira2017-12-271-2/+2
* Teach QPlatformWindow about safe area margins and implement for iOSTor Arne Vestbø2017-12-131-0/+2
* QNX: fix slog2 for QNX7Samuli Piippo2017-12-131-1/+1
* Add a "shim" to allow use of Clang 5's __builtin_available everywhereJake Petroules2017-12-086-9/+146
* QFlags: support enum classes in setFlag()Giuseppe D'Angelo2017-11-241-1/+1
* Fix the build when AVX2 is enabled but __F16C__ isn't definedThiago Macieira2017-11-221-3/+12
* Change fallthrough detection order to fix clang detectionHelio Chissini de Castro2017-11-071-3/+3
* Doc: State that qDebug and friends are thread-safeKai Koehne2017-10-171-0/+4
* Revert "Do not include qfloat16 tables in arm64 builds"Allan Sandfeld Jensen2017-10-101-13/+10
* Fix strict-prototypes warning with qVersion functionJake Petroules2017-10-021-1/+1
* Reorder defines to respect alphabetic order in bootstrap configEdward Welbourne2017-09-271-7/+8
* Make QDateTimeParser a separate featureEdward Welbourne2017-09-251-0/+1
* QOperatingSystemVersion: add Android Oreo (v8.0, API level 26)Jake Petroules2017-08-223-1/+13
* Doc: Clean up Qt::ApplicationAttribute docsTopi Reinio2017-08-211-15/+19
* Android: Fix compile with unified headersBogDan Vatra2017-08-171-37/+37
* Android: Fix warning for __fp16BogDan Vatra2017-08-171-1/+1
* Enable custom shared memory schemes on INTEGRITYTero Alamäki2017-08-101-0/+13
* Blacklist use of [[nodiscard]] with ClangThiago Macieira2017-07-261-1/+2
* Merge qt_error_string and QSystemErrorThiago Macieira2017-07-181-92/+0
* Update OS version constants in qsystemdetection.hJake Petroules2017-07-161-0/+18
* Fix modernize-use-bool-literals issuesKevin Funk2017-07-082-9/+9
* Use the namespace-mangled symbol for the qt_version_tag group nameThiago Macieira2017-07-071-1/+1
* Make qt_check_pointer more OOM-safeThiago Macieira2017-07-032-6/+13
* Use QMessageLogger context properly in qglobal.cpp redirectsThiago Macieira2017-07-031-3/+9
* QOperatingSystemVersion: (potentially) fix compilation with QNX 6Marc Mutz2017-06-282-0/+4
* QOperatingSystemVersion: mark as Q_RELOCATABLE_TYPEMarc Mutz2017-06-281-0/+1
* QOperatingSystemVersion/Android: compress global dataMarc Mutz2017-06-281-3/+6
* QOperatingSystemVersion: remove unneded copy ctor declarationMarc Mutz2017-06-281-1/+0
* rename qglobalstatic.cpp -> qglobalstatic.qdocOswald Buddenhagen2017-06-172-3/+0
* QLogging: Fix unused static function warningOrgad Shaneh2017-06-131-1/+1
* Update for the newest Darwin-family operating systemsJake Petroules2017-06-073-0/+11
* Use the C++ [[nodiscard]] attributeThiago Macieira2017-06-071-31/+36
* Re-fix the detection of CPU architecture on an Apple OSThiago Macieira2017-06-071-20/+3
* Work around uname(2) on Apple mobile OSes not returning the proper archThiago Macieira2017-06-051-0/+20
* define QT_NO_EXCEPTIONS reliably when using ClangR.J.V. Bertin2017-06-032-1/+11
* qEnvironmentVariableIntValue: fix the case of a non-numeric valueThiago Macieira2017-06-011-7/+14
* Add Integrity ARMv8 detectionTero Alamäki2017-05-291-4/+5
* Doc: Replace "Macintosh" with something suitable or omit itLeena Miettinen2017-05-231-4/+4
* Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-191-12/+0
|\
| * Eliminate ambiguous casts involving qfloat16Glen Mabey2017-05-071-12/+0
* | Fix description starting with a fullstopFrederik Schwarzer2017-05-051-1/+1
* | QInternal::unregisterCallback: don't crash on unregistering during exitThiago Macieira2017-05-051-2/+4
|/
* alloca: detect whether alloca.h existsOswald Buddenhagen2017-05-031-0/+7
* QSysInfo: Make use of the QT_WARNING_DISABLE_DEPRECATED macroThiago Macieira2017-04-271-5/+1
* Fix Clang build: it does not have __attribute__((optimize(x)))Thiago Macieira2017-04-261-1/+1
* Fix ICC build with Q_FALLTHROUGHThiago Macieira2017-04-261-1/+1
* Make QT_ASCII_CAST_WARN more informativeTor Arne Vestbø2017-04-241-1/+1