summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Remove all calls to, and deprecate qMalloc, qRealloc and qFree.Robin Burchell2012-03-311-7/+5
* | Remove the -no-stl option from configureThiago Macieira2012-03-284-12/+0
* | Remove WA_PaintOutsidePaintEventDebao Zhang2012-03-282-6/+0
* | Remove AutoCompatConnectionDebao Zhang2012-03-282-8/+0
* | Merge master into api_changesKent Hansen2012-03-274-66/+188
|\|
| * Remove old code that was for the MIPSpro compilerThiago Macieira2012-03-261-14/+1
| * Fix qtnamespace compile break on Mac.Sarah Smith2012-03-261-6/+0
| * Remove the use of a template qUnused function for ICCThiago Macieira2012-03-251-1/+1
| * Add macros for assuming and unreachable codeThiago Macieira2012-03-243-0/+71
| * Update the C++11 support macrosThiago Macieira2012-03-242-45/+115
* | Enable endianness conversions on q(u)int8João Abecasis2012-03-251-0/+16
* | Fallback implementation of Q_ALIGNOFJoão Abecasis2012-03-231-0/+50
* | Merge "Merge master into api_changes" into refs/staging/api_changesKent Hansen2012-03-234-12/+28
|\ \
| * | Merge master into api_changesKent Hansen2012-03-234-12/+28
| |\|
| | * support relative Sysroot specification in qt.confOswald Buddenhagen2012-03-221-5/+3
| | * make unspecified/empty HostPrefix fall back to PrefixOswald Buddenhagen2012-03-221-0/+6
| | * Show correct origin of Q_ASSERT in Windows dialogKai Koehne2012-03-221-3/+3
| | * permit explicitly empty qt.conf entriesOswald Buddenhagen2012-03-211-4/+4
| | * Add IDENTITYPROXYMODEL featuresh kim2012-03-192-0/+12
* | | Remove QWorkspace.Debao Zhang2012-03-236-24/+0