summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-01-262-9/+11
|\
| * QNX: Fix -developer-buildRafael Roquetto2016-01-221-4/+4
| * Fix the use of R_X86_64_GOTPCREL on a 64-bit field: it should be 32-bitThiago Macieira2016-01-211-5/+7
* | [docs] Gently discourage use of Q_FOREACH/foreachMarc Mutz2016-01-261-2/+10
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-214-0/+4
* | Update the Intel copyright yearThiago Macieira2016-01-215-5/+5
* | Updated license headersJani Heikkinen2016-01-216-7/+7
* | Document qAsConst(), turning it into public API.Marc Mutz2016-01-211-0/+65
* | Updated license headersJani Heikkinen2016-01-1535-483/+693
* | Merge "Merge remote-tracking branch 'origin/5.6' into dev" into refs/staging/devSimon Hausmann2016-01-131-3/+1
|\ \
| * | Merge remote-tracking branch 'origin/5.6' into devSimon Hausmann2016-01-121-3/+1
| |\|
| | * Doc: mention that Qt::AA_X11InitThreads isn't used anymoreDavid Faure2016-01-111-3/+1
* | | QIODevice: handle incomplete readsAlex Trotsenko2016-01-121-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.6' into devFrederik Gladhorn2016-01-084-78/+31
|\|
| * winrt: Use winsock2 API for hostname resolution on WinRT/WinPhoneOliver Wolff2016-01-052-53/+2
| * WinRT: Add camera button events on Windows PhoneSamuel Nevala2016-01-051-2/+2
| * qprocessordetection.h: Fix detection of 32-bit ARMv8Thiago Macieira2015-12-211-20/+27
* | Print correct OS name if it is a server versionAndré Klitzing2016-01-041-7/+11
* | Print out "Service Pack" version of underlying WindowsAndré Klitzing2016-01-041-7/+27
* | Add qAsConstMarc Mutz2016-01-041-0/+9
* | Fix compilation of isnan/isinf for MSVC2012.Erik Verbruggen2015-12-111-2/+2
* | 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