summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* Split Q_COMPILER_DEFAULT_DELETE_MEMBERSBradley T. Hughes2012-05-151-6/+23
* clang: Use __has_feature() to detect C++11 featuresBradley T. Hughes2012-05-141-21/+74
* Use WChar method for reporting for WindowsAndreas Holzammer2012-05-111-3/+15
* Logging: Show pattern warning also on Windows GUI appsKai Koehne2012-05-111-5/+20
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-1/+1
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-3/+3
|\
| * Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-091-3/+3
* | Remove garbage.Stephen Kelly2012-05-091-1/+1
* | Revert "QtPrintSupport: Remove remaining LPR specific code"Rohan McGovern2012-05-087-2/+18
* | QtPrintSupport: Remove remaining LPR specific codeJohn Layt2012-05-077-18/+2
|/
* Make sure we export the non-inline qMalloc & friends functionsThiago Macieira2012-05-051-0/+10
* Document dependency of bearer management on network interfaceShane Kearns2012-05-051-1/+1
* Properly guard rand_r use with _POSIX_THREAD_SAFE_FUNCTIONS for Android.Robin Burchell2012-05-041-1/+1
* Merge remote-tracking branch 'origin/api_changes'Lars Knoll2012-05-033-87/+226
|\
| * Allow qDebug output to be configured by qSetMessagePattern()Kai Koehne2012-04-243-13/+86
| * Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-203-60/+126
* | Avoid macro re-definition warning for QT_NO_EXCEPTIONSStephen Kelly2012-05-021-1/+3
* | Avoid undefined macro warning for __GXX_EXPERIMENTAL_CXX0X__.Stephen Kelly2012-05-021-1/+1
* | Disable force_align_arg_pointer function attribute with MinGW-w64Jonathan Liu2012-04-301-1/+1
* | Fix Qt::MouseButton Documentation for Qt::ExtraButton24,stockton2012-04-302-6/+6
* | Mark that the Sun compiler includes the return type in the manglingThiago Macieira2012-04-271-0/+1
* | get rid of Q_*_EXPORT_INLINE macrosKonstantin Ritt2012-04-261-52/+0
* | get rid of QT_NO_IMAGE_TEXT switcherKonstantin Ritt2012-04-255-15/+0
* | Move Q_FUNC_INFO to qcompilerdetection.hThiago Macieira2012-04-232-13/+11
* | Move the QT_STRINGIFY macro to the top of qglobal.hThiago Macieira2012-04-231-10/+4
* | Ensure that qXXXdetection.h can be included directlyThiago Macieira2012-04-213-0/+12
* | Make the fallback Q_ASSUME and Q_UNREACHABLE be qt_noopThiago Macieira2012-04-211-2/+2
* | Move Q_DECL_{IMPORT,EXPORT,HIDDEN} to qcompilerdetection.hThiago Macieira2012-04-212-29/+29
* | Move some compiler macro definitions into the compiler sectionsThiago Macieira2012-04-211-26/+12
* | Move the compiler-related macros to qcompilerdetection.hThiago Macieira2012-04-212-109/+110
* | Mark qt_assert and qFatal as non-returning functions (excpt. MSVC)Thiago Macieira2012-04-193-0/+14
* | Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-193-160/+137
* | Change coreservices -> iosIan Dean2012-04-191-4/+4
|/
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-168-91/+162
|\
| * __builtin_unreachable was added to GCC in version 4.5, so fix macrosThiago Macieira2012-04-131-2/+4
| * Remove Q_CORE_EXPORT from the simple QFlag and QIncompatibleFlagThiago Macieira2012-04-131-2/+2
| * Move QFlags to qflags.hThiago Macieira2012-04-133-86/+142
| * Add OS version detection for windows 8Shane Kearns2012-04-122-0/+6
| * Bump some Qt 5 to-do's to Qt 6.Jason McDonald2012-04-102-2/+2
| * QTypeInfo: document Q_PRIMITIVE_TYPE existing practiceMarc Mutz2012-04-091-1/+8
* | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-114-21/+6
* | Merge remote-tracking branch 'origin/master' into api_changesOswald Buddenhagen2012-04-105-214/+237
|\|
| * Prepare category logging for Qt integrationWolfgang Beck2012-04-032-15/+25
| * Logging: Make sure documentation shows upKai Koehne2012-04-022-195/+199
| * Improve documentation for QMessageLoggerKai Koehne2012-04-021-3/+3
| * Add Mac OS 10.8 define.Morten Sorvig2012-03-301-1/+4
| * Add a Q_NORETURN macro to mark a function that never returnsThiago Macieira2012-03-271-0/+6
* | Remove references to QT_NO_STL from QtCoreThiago Macieira2012-04-072-12/+0
* | Enable variadic macros for MSVC >= 2005João Abecasis2012-04-051-0/+4
* | QHash security fix (1/2): add global QHash seedGiuseppe D'Angelo2012-04-031-1/+6