summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Q_STATIC_ASSERT: use __COUNTER__ instead of __LINE__ if the compiler supports itMarc Mutz2013-09-221-0/+5
* Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-213-0/+54
* Added support for cover windows on BlackBerry platformBernd Weimer2013-09-202-0/+5
* Import qlogger frameworkKai Koehne2013-09-201-0/+11
* QT_NO_PROCESS for WinRTOliver Wolff2013-09-201-0/+4
* WinRT: Basic global supportAndrew Knight2013-09-205-11/+40
* Add support for baseline alignmentJan Arve Saether2013-09-202-2/+8
* Fix name of argument in documentationKai Koehne2013-09-171-1/+1
* Add support for ARMv8/ARM64 to qprocessordetection.hTor Arne Vestbø2013-09-161-3/+13
* ICC 13.0 supports atomicsThiago Macieira2013-09-141-0/+1
* Remove the empty definition of Q_PACKEDThiago Macieira2013-09-131-3/+0
* Remove Q_NO_PACKED_REFERENCEThiago Macieira2013-09-131-2/+0
* Add assert if a global static is used after deletion.Jędrzej Nowacki2013-09-131-2/+10
* Add detection for C++11 explicit conversion operators.Marcel Krems2013-09-091-0/+5
* Windows logging: Fix check for console applications.Friedemann Kleint2013-09-091-13/+32
* Fix cross-compiling V4 for Android on WindowsEskil Abrahamsen Blomfeldt2013-09-091-0/+2
* Fix unused static function randTLS() warningEskil Abrahamsen Blomfeldt2013-09-091-1/+1
* Android: Fix QString(char*) warnings in qlogging.cppEskil Abrahamsen Blomfeldt2013-09-091-2/+3
* Add C++11 features supported by the Intel Compiler 14.0Thiago Macieira2013-09-061-0/+9
* ICC supports __builtin_unreachable(), so use itThiago Macieira2013-09-051-1/+1
* Added applicationState() to QGuiApplication.Yoann Lopes2013-09-021-0/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-272-4/+7
|\
| * Revert "Fix compilation for Android ARMv5"Eskil Abrahamsen Blomfeldt2013-08-271-4/+0
| * Doc: Add Q_OS_ANDROID macroTakumi Asaki2013-08-231-0/+7
* | Define Q_PROCESSOR_X86 to the x86 familyThiago Macieira2013-08-221-2/+24
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Thiago Macieira2013-08-221-1/+1
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-211-1/+1
| |\|
| | * add configure -extprefix optionOswald Buddenhagen2013-08-151-1/+1
* | | Mark qFuzzy* and qIsNull as Q_REQUIRED_RESULTGiuseppe D'Angelo2013-08-211-0/+6
|/ /
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-08-164-17/+20
|\ \
| * | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-144-17/+20
| |\|
| | * Remove OS X unsupported warning.Jake Petroules2013-08-101-4/+0
| | * Merge branch 'release' into stableSergio Ahumada2013-08-091-1/+1
| | |\
| | | * Enable qsrand() on builds without thread-safe posixEskil Abrahamsen Blomfeldt2013-08-061-1/+1
| | * | Fix clang detection of thread_local variablesThiago Macieira2013-08-061-1/+1
| | * | Add support for Q_OS_FREEBSD_KERNEL and documentThiago Macieira2013-07-301-5/+16
| | * | Merge remote-tracking branch 'origin/release' into stableSergio Ahumada2013-07-261-6/+2
| | |\|
| | | * Doc: Update documentation of Qt::HANDLETopi Reinio2013-07-241-6/+2
| | * | Bump Qt version to 5.1.2Sergio Ahumada2013-07-231-2/+2
| | |/
* | / Replace QWheelEvent::Phase with revised Qt::ScrollPhaseJ-P Nurmi2013-08-152-0/+22
|/ /
* | Add the RFC2822Date formatKevin Ottens2013-07-242-1/+6
* | Add a Mach-O decoder to the QPluginLoaderThiago Macieira2013-07-201-0/+3
* | Merge branch 'stable' into devSergio Ahumada2013-07-113-5/+7
|\|
| * Clean up evaluation license logicTor Arne Vestbø2013-07-051-2/+4
| * Deal with unused functions, as found by the Intel compilerThiago Macieira2013-07-011-2/+2
| * Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-281-1/+1
| |\
| | * Fix win32-icc build: _CHAR16T is not an indication of C++11 supportThiago Macieira2013-06-261-1/+1
* | | Key mappings for more remote-control keysAllan Sandfeld Jensen2013-07-052-0/+14
* | | Add Q_OS_OSX and update the documentation to reflect usage intent.Jake Petroules2013-07-042-9/+12
* | | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-06-277-18/+35
|\| |