summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* QNX: Fix build.Rafael Roquetto2014-12-311-2/+2
* Enable ELF .interp section on HurdPino Toscano2014-12-301-1/+1
* Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-12-292-25/+22
|\
| * Simplify use of __has_include in qlogging.cppThiago Macieira2014-12-201-12/+9
| * Use the GCC and Clang __builtin_bswap intrinsics in qbswapThiago Macieira2014-12-201-13/+13
* | Fix detection of C++11 Unicode strings with icl.exeThiago Macieira2014-12-202-3/+9
* | Unbreak the build with the Intel compiler on WindowsThiago Macieira2014-12-201-1/+11
* | Remove Q_NO_USING_KEYWORDThiago Macieira2014-12-201-12/+0
* | Display the QElapsedTimer reference time in %{time}Thiago Macieira2014-12-201-7/+12
* | Add the detection of MSVC 2015 for QLibraryInfoThiago Macieira2014-12-201-0/+2
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-183-9/+9
|\|
| * Change bugreports.qt-project.org -> bugreports.qt.ioAlex Blasche2014-12-181-1/+1
| * Fix constant "Qt" LOG_TAG in AndroidAndré Klitzing2014-12-151-2/+2
| * Bump version number to 5.4.1Thiago Macieira2014-12-131-2/+2
| * Fix the Apple build version numbers for ClangThiago Macieira2014-12-121-6/+6
* | Add the C++11 features supported by Visual Studio 2015Thiago Macieira2014-12-131-1/+18
* | Merge remote-tracking branch 'origin/5.4' into devSimon Hausmann2014-12-101-7/+11
|\|
| * Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-271-7/+11
| |\
| | * Fix the %{time} printing to *not* default to the process's timeThiago Macieira2014-11-211-7/+11
* | | Use the new warning enabling/disabling macros in qtbaseThiago Macieira2014-12-031-12/+12
* | | Add macros for enabling/disabling warningsThiago Macieira2014-12-031-1/+45
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-11-246-55/+75
|\| |
| * | Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-211-11/+12
| |\|
| | * Doc: Solved link and autolink errs qnamespace.qdocNico Vertriest2014-11-151-11/+12
| * | Doc: added NoGesture to GestureState enumNico Vertriest2014-11-191-1/+1
| |/
| * Define the Intel compiler and Microsoft C++ versions in the Q_CC_ macrosThiago Macieira2014-11-051-3/+3
| * Store the GCC version number in Q_CC_GNUThiago Macieira2014-11-052-13/+13
| * Define Q_CC_CLANG to be the version of upstream Clang that's in useTor Arne Vestbø2014-11-051-3/+22
| * Use __aarch64__ instead of __arm64__ to detect AArch64Tor Arne Vestbø2014-11-041-2/+2
| * Don't delete QLibrarySettings configuration in ~QCoreApplicationKai Koehne2014-11-041-9/+1
| * Enable C++11 atomics with ClangThiago Macieira2014-10-311-1/+3
| * Fix compilation of <atomic> with ICC and libc++Thiago Macieira2014-10-311-0/+7
| * Merge remote-tracking branch 'origin/5.3' into 5.4Oswald Buddenhagen2014-10-281-1/+1
| |\
| | * Add missing newline in fallback debug output.Volker Krause2014-10-281-1/+1
| * | Doc: Corrected autolink errors qtbaseNico Vertriest2014-10-271-1/+1
| * | Remove trailing '\n' in qFormatLogMessage outputKai Koehne2014-10-271-10/+9
* | | Make QSysInfo enum types available cross-platformhjk2014-11-192-11/+27
* | | Make the empty Q_ASSERT still check its argument for validityThiago Macieira2014-11-011-1/+1
* | | Use Q_DECL_RELAXED_CONSTEXPR in QFlagsOlivier Goffart2014-10-311-7/+7
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-271-7/+7
|\| |
| * | Add missing since info to ShareOpenGLContexts docsLaszlo Agocs2014-10-231-1/+2
| * | Fix software OpenGL DLL name in the enum docsLaszlo Agocs2014-10-231-1/+1
| * | Fix badly laid out docs for AA_UseHighDpiPixmapsLaszlo Agocs2014-10-221-5/+4
* | | Add Q_DECL_RELAXED_CONSTEXPR macroOlivier Goffart2014-10-242-1/+25
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-203-5/+11
|\| |
| * | logging: Fix qCleanupFuncinfo to not mangle Objective-C message namesTor Arne Vestbø2014-10-201-2/+3
| * | Android: Support QSysInfo::productVersion()Eskil Abrahamsen Blomfeldt2014-10-101-1/+3
| * | Gcc 4.5.* build fix.Tomasz Olszak2014-10-101-2/+5
* | | Merge remote-tracking branch 'origin/5.4' into devFrederik Gladhorn2014-10-094-60/+89
|\| |
| * | Logging: Disable tracking of debug source info for release buildsKai Koehne2014-10-012-9/+28