summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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.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
* | Core: Replace LGPL21 with LGPL license headerKai Koehne2017-03-281-13/+19
* | 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
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-03-131-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-131-1/+1
| |\|
| | * Use QT_CONFIG(library) instead of QT_NO_LIBRARYUlf Hermann2017-03-061-1/+0
| | * Properly use the "process" featureUlf Hermann2017-02-271-0/+1
* | | Suppress -Wfloat-equal when defining float16 equality operatorsUlf Hermann2017-03-131-0/+6
* | | Doc: Add links to the signal-slot syntaxes pageSze Howe Koh2017-03-131-3/+6
|/ /
* | Document QT_DEPRECATED_WARNINGSKai Koehne2017-03-081-0/+13
* | Do not include qfloat16 tables in arm64 buildsAllan Sandfeld Jensen2017-02-281-10/+13
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-241-956/+0
|\|
| * add configure -list-featuresOswald Buddenhagen2017-02-221-956/+0
* | make TabletMove hover events conditional on QWidget::tabletTrackingShawn Rutledge2017-02-232-0/+5
* | QTypeInfo: record whether it was specializedMarc Mutz2017-02-231-0/+7
* | QTypeInfo: don't treat enums and (extended) integral types as complexMarc Mutz2017-02-221-1/+1
* | Build fix for -no-feature-datestringPaul Olav Tvete2017-02-171-1/+3
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-161-1/+1
|\|
| * Doc: fixed explanation in Qt::Tool documentationSamuel Gaist2017-02-151-1/+1
* | Use native support for fp16 where availableAllan Sandfeld Jensen2017-02-161-0/+19
* | Fix is_iec559 assert on GHS compilerKimmo Ollila2017-02-151-0/+13
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-142-1/+5
|\|
| * announce 'temporaryfile' feature in bootstrap libraryOswald Buddenhagen2017-02-131-0/+1
| * Avoid unnecessary creation of some Q_GLOBAL_STATICThiago Macieira2017-02-091-1/+4
* | Don't include qfloat.h in the QtCore master includeThiago Macieira2017-02-091-0/+1
* | Add QDataStream streaming operator for QFlagsThiago Macieira2017-02-091-0/+4
* | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-02-083-43/+8
|\|
| * qnumeric_p.h: Simplify code to match currently-supported platformsThiago Macieira2017-01-311-9/+2
| * Doc: Normalize \since usageTopi Reinio2017-01-311-3/+3
| * Re-fix Clang-cl and ICC support on WindowsThiago Macieira2017-01-301-31/+3
* | New qfloat16 classGlen Mabey2017-01-314-0/+451
* | Streamline #include <type_traits>Giuseppe D'Angelo2017-01-312-3/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-302-11/+21
|\|
| * Remove use of deprecated QRegExp from QLibraryInfoSamuel Gaist2017-01-241-8/+18
| * Fix MIPS32 processor detectionAllan Sandfeld Jensen2017-01-241-3/+3
* | Use std::enable_if instead of QEnableIfAlexander Volkov2017-01-272-3/+3
* | Merge "Merge remote-tracking branch 'origin/5.8' into dev" into refs/staging/devLiang Qi2017-01-267-116/+58
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2017-01-257-116/+58
| |\|