summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
...
| * Add Integrity ARMv8 detectionTero Alamäki2017-05-291-4/+5
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-292-16/+4
|\|
| * Doc: Replace "Macintosh" with something suitable or omit itLeena Miettinen2017-05-231-4/+4
| * Merge remote-tracking branch 'origin/5.9.0' into 5.9Liang Qi2017-05-191-12/+0
| |\
| | * Eliminate ambiguous casts involving qfloat16Glen Mabey2017-05-071-12/+0
* | | improve docs for qfloat16Glen Mabey2017-05-171-1/+5
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-05-077-11/+16
|\| |
| * | Fix description starting with a fullstopFrederik Schwarzer2017-05-051-1/+1
| * | QInternal::unregisterCallback: don't crash on unregistering during exitThiago Macieira2017-05-051-2/+4
| |/
| * alloca: detect whether alloca.h existsOswald Buddenhagen2017-05-031-0/+7
| * QSysInfo: Make use of the QT_WARNING_DISABLE_DEPRECATED macroThiago Macieira2017-04-271-5/+1
| * Fix Clang build: it does not have __attribute__((optimize(x)))Thiago Macieira2017-04-261-1/+1
| * Fix ICC build with Q_FALLTHROUGHThiago Macieira2017-04-261-1/+1
| * Make QT_ASCII_CAST_WARN more informativeTor Arne Vestbø2017-04-241-1/+1
* | Add an extra check for qssize_t's size and typeThiago Macieira2017-05-062-0/+8
* | Remove QAddConstMarc Mutz2017-05-031-5/+1
* | Introducing AA_CompressTabletEventsGabriel de Dietrich2017-05-012-1/+9
* | QFileDevice/QFileInfo: Add fileTime() and setFileTime()Nikita Krupenko2017-04-271-0/+3
* | Centralize the check that the floating point implementation follows IEEE754Giuseppe D'Angelo2017-04-212-18/+27
* | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-205-34/+44
|\|
| * Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-201-1/+6
| * Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-202-20/+14
| * Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-181-8/+12
| |\
| | * Restore compatibility with Qt 5.7.0 and 5.6.1Thiago Macieira2017-04-121-8/+12
| * | icc: thread_local in macOS is working since 10.7Thiago Macieira2017-04-171-4/+1
| * | Update the Clang usual versions for Apple's buildThiago Macieira2017-04-161-1/+5
| * | qfloat16: Fix GCC warning about use of old-style castThiago Macieira2017-04-151-0/+1
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-121-0/+4
| |\|
| | * Add more information about how to get a QString from qgetenvJesus Fernandez2017-04-081-0/+4
| * | QSysInfo: Bring back suppression of ICC warning #1478Thiago Macieira2017-04-121-0/+1
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-076-27/+35
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-062-8/+12
| |\|
| | * Fix qReallocAligned for reallocation when alignment > 2*sizeof(void*)Thiago Macieira2017-04-041-3/+8
| | * Use fallthrough attributes only in C++ modeGiuseppe D'Angelo2017-04-031-5/+4
| * | Fix detection of F16C for the Intel compiler (again) and Visual StudioThiago Macieira2017-04-061-2/+2
| * | f16c: Use the packed intrinsics instead of scalar onesThiago Macieira2017-04-061-2/+6
| * | QSysInfo: update the ICC warning that needs to be suppressedThiago Macieira2017-04-061-14/+9
| * | Consider ENXIO (No such device or address) reason to check isatty()Tor Arne Vestbø2017-04-051-1/+1
| * | Fix warnings for -no-feature-settingsStephan Binner2017-04-041-0/+2
| * | qfloat16: suppress warning caused by Clang macro we usedThiago Macieira2017-04-021-0/+3
* | | Mark some more functions with Q_DECL_CONST_FUNCTIONGiuseppe D'Angelo2017-04-054-39/+39
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-041-13/+19
|\| |
| * | Core: Replace LGPL21 with LGPL license headerKai Koehne2017-03-281-13/+19
* | | QtGlobal: add qssize_tMarc Mutz2017-03-292-0/+16
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-281-2/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-271-2/+2
| |\|
| | * Fix propagation of locale from widget to its childrenEdward Welbourne2017-03-241-2/+2
* | | Implement a counted QT_FATAL_WARNINGSThiago Macieira2017-03-212-6/+29
* | | Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-03-203-4/+13
|\| |
| * | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-131-1/+1
| |\ \