summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Doc: remove documented macros which were removed in Qt5Christian Ehrlicher2019-12-171-30/+0
* Merge remote-tracking branch 'origin/5.14.0' into 5.14Qt Forward Merge Bot2019-12-131-3/+33
|\
| * Fix prefix determination for windeployqt'ed MinGW applicationsJoerg Bornemann2019-11-281-3/+11
| * Fix prefix determination for windeployqt'ed applicationsJoerg Bornemann2019-11-221-3/+25
* | qSwap: suppress pedantic warning about noexcept being falseThiago Macieira2019-12-121-0/+6
* | Doc: Fix qdoc compilation errors qtbaseNico Vertriest2019-12-121-3/+3
* | Don't wrap feature detection macros with QT_HAS_FOO() variantsTor Arne Vestbø2019-12-108-54/+51
* | Silence intel compiler warning about float comparisonOlivier Goffart2019-11-281-0/+1
* | Make Qt::RFC2822Date's doc match up with its implementationEdward Welbourne2019-11-271-4/+12
|/
* Change the QtCore library output to show the plugin pathThiago Macieira2019-11-181-2/+2
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-242-8/+8
|\
| * QEndian: do not use "raw" constexprGiuseppe D'Angelo2019-10-141-6/+6
| * Use arrays rather than assigning literals to char* (warning-fix)Edward Welbourne2019-10-141-2/+2
* | Win32: Consolidate registry codeFriedemann Kleint2019-10-141-16/+13
* | Fix relocatable prefix for hardware-specific Linux buildsJoerg Bornemann2019-10-101-0/+17
* | QSysInfo::prettyProductName(): Fix up dc042c6deea7e90b4a9dfcffdc33cbe61df421bdFriedemann Kleint2019-10-041-6/+5
* | Fix unused function warning for prefixFromQtCoreLibraryHelperTor Arne Vestbø2019-10-041-0/+3
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Qt Forward Merge Bot2019-10-041-1/+5
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-041-1/+5
| |\|
| | * Fix crash when running QtCore: Stack is misaligned on x86-64Thiago Macieira2019-10-031-1/+5
* | | Correct handling of -qfloat16(0)Edward Welbourne2019-10-032-3/+3
|/ /
* | Merge "Merge remote-tracking branch 'origin/5.13' into 5.14"Liang Qi2019-09-302-51/+2
|\ \
| * | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-302-51/+2
| |\|
| | * Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-09-262-51/+2
* | | Featurize support for signaling NaNEdward Welbourne2019-09-304-3/+10
|/ /
* | Fix documentation of qfloat16Edward Welbourne2019-09-271-3/+44
* | Windows: QSysInfo::prettyProductName(): Improve version formattingFriedemann Kleint2019-09-251-13/+57
* | Fix qdoc warningsFriedemann Kleint2019-09-101-1/+1
* | Merge remote-tracking branch 'origin/5.13' into 5.14Friedemann Kleint2019-09-092-9/+14
|\|
| * QRandom: retry the use of RDRAND instruction as recommended by manualsThiago Macieira2019-09-081-7/+12
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-09-081-2/+2
| |\
| | * qFatal: make it so you cannot disable the messageThiago Macieira2019-09-041-2/+2
* | | Make Qt relocatableAlexandru Croitor2019-09-071-33/+175
* | | Remove QOperatingSystemVersion::WindowsVistaSona Kurazyan2019-09-052-9/+0
* | | Merge remote-tracking branch 'origin/5.13' into 5.14Liang Qi2019-09-042-2/+4
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-311-1/+1
| |\|
| | * Remove hardcoded qt_instdate field from binaryFredrik Orderud2019-08-301-1/+1
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-221-1/+3
| |\|
| | * Fix qErrnoWarning() printing no error in some conditionsThiago Macieira2019-08-191-1/+3
* | | QtCore: port all QMutexLocker users to qt_{scoped,unique}_lockMarc Mutz2019-08-252-11/+13
* | | Port away from QMutexLocker in public headersMarc Mutz2019-08-251-1/+2
* | | Add high-DPI scale factor rounding policy C++ APIMorten Johan Sørvig2019-08-232-0/+32
* | | Add support for the Islamic Civil calendarSoroush Rabiei2019-08-221-0/+2
* | | Goodbye showYellowThingTor Arne Vestbø2019-08-221-4/+0
* | | Add support for the Jalali (Solar Hijri or Persian) calendarSoroush Rabiei2019-08-211-0/+1
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-162-9/+15
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-152-9/+15
| |\|
| | * QSysInfo: Use the Apple IOKit API to get the machine's UUIDThiago Macieira2019-08-141-8/+12
| | * Add the detection of MSVC 2019 for QLibraryInfoFriedemann Kleint2019-08-141-1/+3
* | | Introduce a new feature called easingcurveTasuku Suzuki2019-08-161-0/+1