summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix crash when running QtCore: Stack is misaligned on x86-64Thiago Macieira2019-10-031-1/+5
* Fix QRandomGenerator initialization on AMD CPUsDmitry Kazakov2019-09-262-51/+2
* 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
* | 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
* | 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
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-08-053-4/+19
|\|
| * macOS: Add system detection and version defines for macOS Catalina (10.15)Tor Arne Vestbø2019-08-013-4/+19
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-131-15/+20
|\|
| * Optimize and fix handling of QtMessageHandlersMarc Mutz2019-07-111-15/+20
* | Fix MinGW cross-build with precompiled headers on LinuxJoerg Bornemann2019-07-101-0/+4
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-07-032-8/+18
|\|
| * QRandomGenerator: assert that bounded() calls have correct argumentsThiago Macieira2019-06-282-8/+18
* | Merge remote-tracking branch 'origin/5.13.0' into 5.13Liang Qi2019-06-111-0/+7
|\ \
| * | Doc: Add Q_OS_WASM documentationPaul Wicking2019-06-071-0/+7
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-06-072-13/+23
|\ \ \ | | |/ | |/|
| * | Automatically sysrootify $$[FOO/get] propertiesJoerg Bornemann2019-05-282-13/+23
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-122-0/+17
|\| |
| * | Work around VS2015/17 bitset + qfloat16.h compiler bugKeith Kyzivat2019-05-102-0/+17
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-092-0/+8
|\| | | |/ |/|
| * Define Q_OS_WINDOWS, make it an alias to Q_OS_WINSergio Martins2019-05-082-0/+8
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-021-1/+1
|\|
| * Don't pass scope args to _exit trace pointsMilian Wolff2019-04-301-1/+1
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-241-3/+2
|\|
| * Merge remote-tracking branch 'origin/5.12.3' into 5.12Qt Forward Merge Bot2019-04-171-3/+2
| |\
| | * Doc-fixes in QRandomGenerator::bounded(int...)Edward Welbourne2019-04-091-3/+2
* | | MinGW: Fix developer buildFriedemann Kleint2019-04-181-0/+3
* | | Update precompiled headersAllan Sandfeld Jensen2019-04-091-0/+6
* | | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-062-1/+19
|\| |
| * | Introduce Q_TRACE_SCOPE to simplify tracing of a function entry/exitMilian Wolff2019-04-051-1/+16
| * | Add tracepoint to qt_message_printMilian Wolff2019-04-051-0/+3
| |/
* | Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-03-261-1/+5
|\|
| * Accept that glibc's statx() falls back for usThiago Macieira2019-03-221-1/+5
* | Properly deprecate assorted enum membersEdward Welbourne2019-02-271-5/+7
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-261-1/+1
|\|
| * Make the qfloat16tables.cpp depend on the executable, not the commandThiago Macieira2019-02-251-1/+1
* | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* | wasm: fix build with emsdk 1.38.26Lorn Potter2019-02-131-1/+0
* | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-081-0/+6
|\|
| * Add doc note about Qt::MSWindowsFixedSizeDialogHint and High DPIFriedemann Kleint2019-01-271-0/+6
* | Enable deprecation warnings by defaultGiuseppe D'Angelo2019-02-022-8/+20
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-262-1/+3
|\|