summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Allow Q_CHECK_PTR when asserts are forcedAlex Trotsenko2015-12-081-1/+1
* Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2015-12-081-1/+1
|\
| * Q_UNIMPLEMENTED: remove explicit file, line and funcinfo informationMarc Mutz2015-12-071-1/+1
* | Add GHS toolchain architecture macros.Rolland Dudemaine2015-12-041-4/+5
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-12-022-2/+2
|\|
| * Fix overflow-checking additions and multiplication on MinGWMatt Hoosier2015-12-021-1/+1
| * Doc: Omit default argument in describing a function callTopi Reinio2015-11-301-1/+1
* | Aarch64: fix Q_PROCESSOR_ARM_V8 detection.Erik Verbruggen2015-11-261-1/+3
* | Remove remaining support for BlackberryLouai Al-Khanji2015-11-213-33/+12
* | Long live qUtf16Printable()Marc Mutz2015-11-212-0/+32
* | Add {add,sub,mul}_overflow for signed integers.Erik Verbruggen2015-11-201-1/+92
* | Reimplement qt_inf/qt_snan/qt_qnan using std::numeric_limits.Erik Verbruggen2015-11-191-70/+14
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-182-1/+9
|\|
| * Add support for the C++11 features fixed in MSVC 2015 Update 1Thiago Macieira2015-11-181-0/+7
| * Docs: Add a note clarifying that Q_MOVABLE_TYPE is not about move semanticsOlivier Goffart2015-11-131-1/+2
* | foreach: remove implementations not using decltypeOlivier Goffart2015-11-161-64/+2
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-11-048-36/+56
|\|
| * Workaround part 2: don't use the version tagging symbols on AndroidThiago Macieira2015-11-041-1/+1
| * Update high-DPI scaling enablers.Morten Johan Sørvig2015-11-042-3/+16
| * Fix C++11 compiler detection for QNX.Rafael Roquetto2015-10-291-7/+9
| * Workaround: don't create ELF version scripts for AndroidThiago Macieira2015-10-291-1/+1
| * Move pointer size detection entirely to qprocessordetection.hThiago Macieira2015-10-263-23/+28
* | Implement qt_is_{inf,nan,finite} using std. library functions.Erik Verbruggen2015-10-301-40/+59
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-235-61/+142
|\|
| * Add an automatic use of the ELF-versioned QtCore symbolThiago Macieira2015-10-203-1/+89
| * Update qversiontagging.cpp not to use too much assembler magicThiago Macieira2015-10-202-57/+50
| * winrt: use correct winapi family defines in mkspecs and system detectionAndrew Knight2015-10-201-1/+1
| * Move the official Qt version from qglobal.h to .qmake.confThiago Macieira2015-10-141-2/+2
* | Define QTypeInfo for char16_t, char32_t and wchar_t in Qt 5Thiago Macieira2015-10-231-1/+13
* | Add the QT_HAS_xxx macros for post-C++11 feature testingThiago Macieira2015-10-164-24/+39
* | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-10-145-6/+33
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-131-0/+3
| |\
| | * ICC on Windows: Disable ref-qualified member functions in MSVC <= 2013Thiago Macieira2015-09-231-0/+3
| * | Add static assert checking QT_POINTER_SIZE.Friedemann Kleint2015-10-071-1/+3
| * | Add missing "We mean it" comments to private headers.Friedemann Kleint2015-10-051-0/+11
| * | Remove extra semicolon in declaration of QMacAutoReleasePoolTor Arne Vestbø2015-10-021-1/+1
| * | Merge "Merge remote-tracking branch 'origin/5.5' into 5.6" into refs/staging/5.6Liang Qi2015-10-021-0/+11
| |\ \
| | * | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-021-0/+11
| | |\|
| | | * Doc: Added enums in qnamespace.qdocNico Vertriest2015-09-041-0/+11
| * | | Doc: replace \target with \keyword if at start of pageNico Vertriest2015-10-021-1/+1
| * | | Doc: Update obsolete URLs to external documentationTopi Reinio2015-10-021-1/+1
| * | | Doc: Use correct image in Qt::BusyCursor documentationTopi Reinio2015-10-021-1/+1
| |/ /
| * | Remove QT_WARNING_DISABLE_GCC for ClangThiago Macieira2015-09-251-1/+1
* | | Merge remote-tracking branch 'origin/5.6' into devLiang Qi2015-09-258-104/+395
|\| |
| * | Add code to perform overflow-checking additions and multiplicationThiago Macieira2015-09-232-0/+120
| * | Clean up some Apple-related includes and declarations.Jake Petroules2015-09-221-23/+0
| * | Fix QtCore compilation with clangThiago Macieira2015-09-212-6/+37
| * | Use the proper macro to detect the compiler as part of the NDKAleix Pol2015-09-151-1/+1
| * | Add a qt_version_tag symbol to QtCore that uses ELF versionsThiago Macieira2015-09-132-1/+64
| * | Fix QSysInfo::windowsVersion() for good.Jake Petroules2015-09-061-83/+56