summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
|\|
| * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-232-1/+3
| |\
| | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-084-7/+17
| | |\
| | * | Fix build in INTEGRITY: __mulh is not definedThiago Macieira2018-12-141-1/+1
| | * | Add "Mojave" to QSysInfo::prettyProductName()Thiago Macieira2018-12-141-0/+2
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-212-10/+16
|\| | |
| * | | Fix alignment-warnings about Q_DECLARE_PRIVATE's castsEdward Welbourne2019-01-151-4/+10
| * | | Increase sysctl argument buffer size to include null characterRoland Rossgotterer2019-01-091-5/+5
| * | | Always access the 64-bit registry key to read MachineGuidRoland Rossgotterer2019-01-091-1/+1
| | |/ | |/|
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-071-2/+2
|\| |
| * | Fix qbswap calls for Big Endian targetsVille Voutilainen2019-01-051-2/+2
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-043-5/+15
|\| |
| * | QtCore: Unify license headersKai Koehne2018-12-221-1/+1
| * | MSVC x86: implement add_overflow for quint64Thiago Macieira2018-12-211-3/+11
| * | Fix qfloat16 methods definition without declaration when using Q_QDOCAntonio Larrosa2018-12-211-0/+2
| * | Remove "x" that was clearly a typoThiago Macieira2018-12-151-1/+1
| |/
* | RCC: Add support for Zstandard compressionThiago Macieira2018-12-111-0/+4
* | QResource: add support for resources compressed with ZstandardThiago Macieira2018-12-111-0/+1
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-12-111-2/+2
|\|
| * Do not use arc4random_buf() on GNU/kFreeBSDDmitry Shachnev2018-12-091-2/+2
* | QTypeInfo: use C++11 type traits to deduce if a type is static or complexLars Knoll2018-12-102-4/+31
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-12-042-54/+32
|\|
| * Fix compilation of qendian's qswap specializations on gcc 4.8Ville Voutilainen2018-11-291-6/+6
| * Implement mul_overflow for MSVC arm64Thomas Miller2018-11-291-48/+26
* | Long live Q_DISABLE_COPY_MOVE!Friedemann Kleint2018-11-242-0/+33
* | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-228-14/+60
|\|
| * Unbreak the build with ICC on WindowsThiago Macieira2018-11-211-1/+1
| * Correct QT_FEATURE_settings in qconfig-bootstrapped.hLiang Qi2018-11-201-1/+0
| * Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-192-6/+10
| |\
| | * Modernize the "settings" featureLiang Qi2018-11-152-6/+10