summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* qFormatLogMessage: optimize %{backtrace}Olivier Goffart2015-02-141-3/+3
* Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-02-102-3/+10
|\
| * Fix compilation with Apple Clang 425Thiago Macieira2015-02-091-2/+10
| * Fix memory leak in qSetMessagePatternKai Koehne2015-02-021-2/+6
| * Correct the version of ICC that has the constexpr bug fixedThiago Macieira2015-01-291-1/+4
* | logging: Check if uClibc has backtrace supportFatih Aşıcı2015-02-091-4/+11
* | Merge remote-tracking branch 'origin/5.4.1' into 5.4Frederik Gladhorn2015-01-291-2/+2
|\|
| * Merge 5.4 into 5.4.1Oswald Buddenhagen2015-01-161-4/+3
| |\
| * | Bump copyright year to 2015Kai Koehne2015-01-151-2/+2
* | | Bump versionOswald Buddenhagen2015-01-191-2/+2
* | | Fix compilation with Apple Clang 425Thiago Macieira2015-01-171-2/+10
* | | Move enabling of C++11 Unicode Strings with ICC from 12.1 to 14.0Thiago Macieira2015-01-171-1/+1
| |/ |/|
* | de-duplicate and comment EffectivePaths presence detectionOswald Buddenhagen2015-01-091-2/+3
* | remove nonsensical conditionalOswald Buddenhagen2015-01-091-2/+0
|/
* Windows: Fix OS version determination for Windows >= 8Friedemann Kleint2015-01-071-10/+68
* Doc: Fixed date format doc bug in QDateTime/Qt namespaceOrgad Shaneh2015-01-061-1/+1
* Give ICC-as-Clang a Q_CC_CLANG version number tooThiago Macieira2015-01-061-0/+4
* Re-enable constexpr for ICC 15Thiago Macieira2015-01-061-0/+1
* Link against QMAKE_LIBS_EXECINFO when using backtrace(3).Raphael Kubo da Costa2015-01-031-0/+3
* 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
* 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
* 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
* | 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
* | 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
* | 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
* | Logging: Disable tracking of debug source info for release buildsKai Koehne2014-10-012-9/+28
* | Doc: Use title case in section1 titlesNico Vertriest2014-09-301-3/+3
* | Update the detection of when to log to stderrThiago Macieira2014-09-291-47/+57