summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
Commit message (Expand)AuthorAgeFilesLines
* QFlags::testFlag: clarify the behavior in the docsGiuseppe D'Angelo2021-05-111-0/+8
* Extend container overview documentation, mention Q_DECLARE_TYPEINFOAndreas Buhr2020-12-031-3/+10
* Re-fix the definition of primitive typesGiuseppe D'Angelo2020-11-241-1/+1
* Centralize the wchar_t == char16_t check on WindowsGiuseppe D'Angelo2020-11-181-0/+3
* Don't initialize POD types with memset(0)Lars Knoll2020-11-171-4/+2
* Q_PRIMITIVE_TYPE: improve the documentationGiuseppe D'Angelo2020-11-091-2/+3
* Remove documentation for removed QFlags constructorVolker Hilsheimer2020-10-261-10/+0
* Whitespace cleanup in corelib/globalAllan Sandfeld Jensen2020-10-211-11/+11
* Use Q_RELOCATABLE* instead of Q_MOVABLE* wording in docsAndrei Golubev2020-09-291-8/+8
* Normalize roundingAllan Sandfeld Jensen2020-09-161-4/+4
* Purge Q_{STDLIB,COMPILER}_UNICODE_STRINGSEdward Welbourne2020-09-141-4/+0
* qglobal.h: remove deprecated global functionsEdward Welbourne2020-08-141-9/+0
* Remove non-Qt6 compile time switches from QtCoreAllan Sandfeld Jensen2020-07-241-5/+0
* QSysInfo: remove deprecated windowsVersion() and macVersion()Edward Welbourne2020-07-221-223/+0
* Use QList instead of QVector in corelib implementationJarek Kobus2020-06-291-2/+1
* Port Q_STATIC_ASSERT(_X) to static_assertGiuseppe D'Angelo2020-06-191-14/+14
* Remove winrtOliver Wolff2020-06-061-27/+10
* Enforce two's complement integersGiuseppe D'Angelo2020-06-041-0/+4
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-081-1/+1
|\
| * macOS: Remove all use of deprecated Q_OS_OSX defineTor Arne Vestbø2020-04-031-1/+1
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-281-2/+2
|\|
| * Doc/QtBase: replace some 0 with \nullptrChristian Ehrlicher2020-01-261-2/+2
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-01-151-1/+3
|\|
| * Enforce that char16_t / char32_t are 16/32 bitsGiuseppe D'Angelo2020-01-121-1/+3
* | Merge remote-tracking branch 'origin/5.15' into devLiang Qi2020-01-041-30/+0
|\|
| * Merge remote-tracking branch 'origin/5.14' into 5.15Qt Forward Merge Bot2019-12-271-30/+0
| |\
| | * Doc: remove documented macros which were removed in Qt5Christian Ehrlicher2019-12-171-30/+0
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-12-111-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.14' into 5.15Liang Qi2019-12-101-2/+2
| |\|
| | * Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-101-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devFriedemann Kleint2019-11-271-8/+8
|\| |
| * | Deprecate qMove(), Q_DECL_OVERRIDE and Q_DECL_FINALChristian Ehrlicher2019-11-261-8/+8
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-11-251-1/+11
|\| |
| * | Deprecate constructing QFlags from a pointerAllan Sandfeld Jensen2019-11-201-1/+11
| |/
* | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-261-2/+2
|\|
| * Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-241-2/+2
| |\
| | * Use arrays rather than assigning literals to char* (warning-fix)Edward Welbourne2019-10-141-2/+2
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-171-16/+13
|\| |
| * | Win32: Consolidate registry codeFriedemann Kleint2019-10-141-16/+13
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-061-6/+5
|\| |
| * | QSysInfo::prettyProductName(): Fix up dc042c6deea7e90b4a9dfcffdc33cbe61df421bdFriedemann Kleint2019-10-041-6/+5
* | | Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2019-10-021-13/+57
|\| |
| * | Windows: QSysInfo::prettyProductName(): Improve version formattingFriedemann Kleint2019-09-251-13/+57
* | | Merge remote-tracking branch 'origin/5.14' into devQt Forward Merge Bot2019-08-281-9/+10
|\| |
| * | QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-251-9/+10
* | | Improve docs of QSysInfoSona Kurazyan2019-08-271-0/+16
|/ /
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-161-8/+12
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-151-8/+12
| |\
| | * QSysInfo: Use the Apple IOKit API to get the machine's UUIDThiago Macieira2019-08-141-8/+12
* | | QSysInfo: fix warning on non-Linux about unconditional adjacent returnsMarc Mutz2019-06-211-1/+1