summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Introduce Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6Marc Mutz2015-07-181-2/+11
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-175-10/+23
|\
| * Set Q_CC_INTEL to the ICC version when in MSVC compat modeThiago Macieira2015-07-161-1/+1
| * Improve ICC compatibility with older MSVC versions (up to 2010)Thiago Macieira2015-07-161-0/+10
| * Disable thread-safe statics for MSVC 2015: they're brokenThiago Macieira2015-07-161-1/+2
| * Fix the printing of the ms-since-boot in %{time boot}Thiago Macieira2015-07-151-2/+3
| * Fix change-of-sign warning with ICCThiago Macieira2015-07-151-1/+2
| * fix running libQtCore.so failureTasuku Suzuki2015-07-151-1/+1
| * QNX: Fix namespace Qt buildSérgio Martins2015-07-081-2/+4
| * remove Build date from qt_core_boilerplate()Tasuku Suzuki2015-07-081-2/+0
* | Fix typo in EnterKeyType documentation.Mitch Curtis2015-07-111-2/+2
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-014-32/+57
|\|
| * Replace MAC OS X with OS XNico Vertriest2015-06-301-2/+2
| * Bump versionOswald Buddenhagen2015-06-291-2/+2
| * Apple's 3.6.0svn based clang doesn't support -Winconsistent-missing-overrideGabriel de Dietrich2015-06-281-1/+1
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-274-3/+43
| |\
| | * Detect and set Xcode 6.3 clang versionGabriel de Dietrich2015-06-221-1/+3
| | * Compile on 10.7: Disable constexpr supportMorten Johan Sørvig2015-06-101-1/+1
| | * Update for the newest Darwin-family operating systems.Jake Petroules2015-06-103-1/+39
| * | Disable C++11 thread_local with ICC on OS XThiago Macieira2015-06-221-1/+4
| * | Refactor handling of environment variable QT_WINVER_OVERRIDE.Friedemann Kleint2015-06-101-28/+21
| * | Added support for Windows 10 in QSysInfo::productVersion()Marcel Krems2015-06-091-0/+4
| |/
* | QtCore: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-013-3/+4
* | Add a synthesized-by-application value to mouse event sourceLaszlo Agocs2015-06-152-1/+8
* | Fix Qt-in-namespace build breakage.Morten Johan Sørvig2015-06-121-0/+2
* | Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devSimon Hausmann2015-06-046-25/+120
|\ \
| * | Merge remote-tracking branch 'origin/5.5' into devSimon Hausmann2015-06-036-25/+120
| |\|
| | * Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-06-011-2/+3
| | |\
| | | * Merge remote-tracking branch 'origin/5.4.2' into 5.4Liang Qi2015-05-291-1/+2
| | | |\
| | | | * Make qglobal.h only complain for GCC >= 5 about -fPIEThiago Macieira2015-05-291-1/+2
| | | * | Merge remote-tracking branch 'origin/5.4.2' into 5.4Liang Qi2015-05-181-2/+2
| | | |\|
| | | | * Make qglobal.h complain if you use -fPIEThiago Macieira2015-05-131-2/+2
| | * | | Doc fix typo in QT_MESSAGE_PATTERNTasuku Suzuki2015-05-271-1/+1
| | * | | QMetaType: Fix compilation with non default constructible Q_GADGETOlivier Goffart2015-05-271-0/+21
| | * | | Doc: added doc to undocumented functionsNico Vertriest2015-05-181-0/+17
| | * | | Reorder member variables to avoid padding.Volker Krause2015-05-141-2/+2
| | * | | QSysInfo: Expand Linux distribution detectionCaroline Chao2015-05-131-10/+76
| | * | | Merge remote-tracking branch 'origin/5.4' into merge5.5Allan Sandfeld Jensen2015-05-081-2/+2
| | |\| |
| | | * | Merge remote-tracking branch 'origin/5.4.2' into 5.4Allan Sandfeld Jensen2015-05-081-2/+2
| | | |\|
| | | | * Require -fPIC instead of just -fPIE for -reduce-relocationsThiago Macieira2015-05-071-2/+2
| | | * | Bump versionOswald Buddenhagen2015-04-201-2/+2
| | | |/
| | * | Make it explicit that a few Qt::WindowFlags are overlappingTor Arne Vestbø2015-05-071-3/+6
* | | | Rename ReturnKey to EnterKeyKai Uwe Broulik2015-06-032-34/+35
|/ / /
* | | Fix QIODevice::errorString() and other places where we expose errnoSimon Hausmann2015-05-291-1/+1
* | | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-271-25/+39
* | | Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-072-2/+7
* | | Use macros for the OS X enums in QSysInfo::MacVersion.Jake Petroules2015-05-031-12/+12
* | | Update for the newest Darwin-family operating systems.Jake Petroules2015-05-033-1/+16
* | | Fix crashes when accessing environment variables concurrentlySimon Hausmann2015-04-301-0/+11
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-271-1/+1
|\| |