summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Merge remote-tracking branch 'origin/5.12.0' into 5.12Liang Qi2018-11-164-6/+48
| |\ \
| | * | INTEGRITY: Fix missing uint/int 128 support for 64-bit ARMJanne Koskinen2018-11-071-0/+36
| | * | Doc: Document Qt::ScrollMomentumTopi Reinio2018-11-061-1/+5
| | * | Doc: Fix various documentation warningsTopi Reinio2018-11-062-5/+7
| * | | Fix compile issue with gcc 9Allan Sandfeld Jensen2018-11-141-0/+1
* | | | Logging: Explicitly cast Q_FUNC_INFO and __FILE__ to const char *Ulf Hermann2018-11-161-2/+2
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-131-4/+5
|\| | |
| * | | Add Windows Desktop arm64 target to QtbaseThomas Miller2018-11-111-4/+5
* | | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-11-102-1/+2
|\| | |
| * | | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-11-092-1/+2
| |\ \ \ | | |/ / | |/| / | | |/
| | * Modernize the "textcodec" featureLiang Qi2018-11-072-1/+2
* | | Fix use of deprecated ItemDataRoles Background/TextColorRoleChristian Ehrlicher2018-11-051-1/+3
* | | doc: Fix all clang parse errors in QtBase during PCH buildMartin Smith2018-11-051-2/+0
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-11-011-0/+26
|\| |
| * | qendian: Fix float conversionsIvan Komissarov2018-10-281-0/+26
* | | Simplify the Q_FOREACH macro when using C++17Olivier Goffart2018-10-311-1/+10
* | | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2018-10-257-134/+39
|\| |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-10-211-1/+6
| |\|
| | * Linux: Remove our use of syscall() for statx(2) and renameat2(2)Thiago Macieira2018-10-121-1/+6
| * | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-10-171-1/+0
| |\|
| | * Modernize the "codecs" featureLiang Qi2018-10-121-1/+0
| * | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-155-132/+33
* | | Avoid races on TZ in environment via tzset() callsEdward Welbourne2018-10-222-0/+38
* | | Qt namespace: Remove comment about stylesheet propagationPeter Hartmann2018-10-121-1/+1
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-10-011-3/+1
|\| |