summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* qcompilerdetection.h: retract Q_COMPILER_DEFAULT_MEMBERS for MSVC < 2015Marc Mutz2016-09-031-1/+3
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-122-52/+52
* Update for the newest Darwin-family operating systems.Jake Petroules2016-06-153-16/+59
* Move __cpp_constexpr check inside Q_COMPILER_CONSTEXPR checkJames McDonnell2016-06-131-10/+12
* Merge remote-tracking branch 'origin/5.6.1' into 5.6Liang Qi2016-06-022-10/+43
|\
| * Replace qUnaligned{Load,Store} with the existing q{To,From}Unalignedv5.6.1-1v5.6.1Thiago Macieira2016-05-252-10/+43
* | Add Interix OS system detection definesRalf Nolden2016-05-301-0/+4
* | Force the use of the C++11 alignof keyword instead of an extensionThiago Macieira2016-05-291-1/+2
* | Disable thread_local on clang for FreeBSDRalf Nolden2016-05-271-1/+3
* | Restore the -fno-lto build of qversiontagging.cppThiago Macieira2016-05-231-2/+21
|/
* Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTSThiago Macieira2016-05-081-0/+3
* Fix UB (data race) in Q_GLOBAL_STATICMarc Mutz2016-05-011-1/+1
* Use C++11 alignas() for Q_DECL_ALIGN, if possibleThiago Macieira2016-04-281-0/+5
* Silence MSVC warnings when using certain std algorithmsMarc Mutz2016-04-261-0/+12
* QMessagePattern: Fix indentation and use QVector for a large structThiago Macieira2016-04-231-3/+6
* Fix build on Linux/x32 systems (x86-64 ILP32)Thiago Macieira2016-04-191-2/+2
* Fix QSysInfo::windowsVersion() on WinCETobias Koenig2016-04-141-0/+5
* Fix build when Qt is used in an automatic reference-counted environmentTor Arne Vestbø2016-04-131-5/+1
* Don't indicate which versions of OS X are supported in QSysInfo docs.Jake Petroules2016-04-111-7/+7
* Qt Meta macros: Allow tools to define annotationsOlivier Goffart2016-04-061-2/+0
* Fix qSetMessagePattern to have many time/backtrace partsM. Moellney2016-03-251-20/+49
* Docs of qSetMessagePattern missing relation to qCDebug and co.M. Moellney2016-03-211-2/+4
* QTypeInfoQuery: Add public inheritance specifiersGabriel de Dietrich2016-03-171-2/+2
* Android: Fix compilation with NDK r11BogDan Vatra2016-03-171-0/+5
* Clean up WINVER, _WIN32_WINNT macros for MinGW.Friedemann Kleint2016-03-071-14/+6
* QNX: Fix logging of QtDebugMsg in slog2 backendKai Koehne2016-03-071-1/+1
* Check if WINAPI_FAMILY_PC_APP is defined before using itOliver Wolff2016-03-041-0/+3
* Track target widget when wheel events are receivedGabriel de Dietrich2016-02-292-1/+4
* Win: Prevent crash in qt_message_fatal()Kai Koehne2016-02-261-1/+2
* Search for libsystemd first, fall back to libsystemd-journalHeiko Becker2016-02-151-1/+4
* Merge remote-tracking branch 'origin/5.6.0' into 5.6Liang Qi2016-02-151-5/+1
|\
| * Work around Clang < 3.7 integrated assembler bug PC-relative relocsThiago Macieira2016-02-021-5/+1
* | Deconfuse some heavy use of the preprocessor.Edward Welbourne2016-02-021-6/+6
* | Correct usage of Apple-related #if-ery.Edward Welbourne2016-02-021-4/+4
|/
* Bump copyright year to 2016Kai Koehne2016-01-291-1/+1
* 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
* Doc: mention that Qt::AA_X11InitThreads isn't used anymoreDavid Faure2016-01-111-3/+1
* 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
* Q_UNIMPLEMENTED: remove explicit file, line and funcinfo informationMarc Mutz2015-12-071-1/+1
* 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
* 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
* 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