summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.h
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-211-0/+8
* QT_NO_PROCESS for WinRTOliver Wolff2013-09-201-0/+4
* WinRT: Basic global supportAndrew Knight2013-09-201-1/+1
* Fix cross-compiling V4 for Android on WindowsEskil Abrahamsen Blomfeldt2013-09-091-0/+2
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-4/+0
|\
| * Revert "Fix compilation for Android ARMv5"Eskil Abrahamsen Blomfeldt2013-08-271-4/+0
| * Bump Qt version to 5.1.2Sergio Ahumada2013-07-231-2/+2
| * Bump Qt version to 5.1.1Sergio Ahumada2013-05-291-2/+2
* | Mark qFuzzy* and qIsNull as Q_REQUIRED_RESULTGiuseppe D'Angelo2013-08-211-0/+6
* | Add a Mach-O decoder to the QPluginLoaderThiago Macieira2013-07-201-0/+3
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-05-231-0/+4
|\|
| * Fix compilation for Android ARMv5Eskil Abrahamsen Blomfeldt2013-05-071-0/+4
* | Sanitize QT_COMPILER_SUPPORTS_xxx in qcompilerdetection.hTor Arne Vestbø2013-05-101-1/+1
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-04-031-2/+2
|\|
| * Reduce the likelihood of underflows in qFuzzyComparehjk2013-04-021-2/+2
* | Bump Qt version to 5.2.0Sergio Ahumada2013-03-291-2/+2
|/
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Introduce macros for simplifying platform checks on Mac OS and iOSTor Arne Vestbø2013-02-181-0/+10
* Add qunsetenv(), next to qputenv() and friends.David Faure2013-02-071-0/+1
* Add note about QT_{BEGIN,END}_HEADER removal for Qt 6Sergio Ahumada2013-02-061-0/+1
* Add QT_{BEGIN,END}_HEADER definition backSergio Ahumada2013-02-051-0/+3
* Remove QT_{BEGIN,END}_HEADER macro usageSergio Ahumada2013-01-291-6/+0
* Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\
| * Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
| |\
| | * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | | Add a new Q_GLOBAL_STATIC implementationThiago Macieira2013-01-221-119/+3
|/ /
* / Bump Qt version to 5.1.0Frederik Gladhorn2013-01-151-2/+2
|/
* Bump Qt version to 5.0.1Sergio Ahumada2012-12-211-2/+2
* Remove the TRUE and FALSE macrosDavid Faure2012-12-061-11/+0
* Ignore the QT_NAMESPACE for moc runsLars Knoll2012-09-251-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* don't require a fake qconfig.h for the configure bootstrapOswald Buddenhagen2012-09-191-1/+1
* Let qVersion() be extern "C" if this is not a namespace buildThiago Macieira2012-09-181-1/+13
* don't require (dummy) qconfig.h for qmake buildOswald Buddenhagen2012-09-111-1/+1
* Move the non-C++ parts of qglobal.h outside of __cplusplusThiago Macieira2012-09-101-135/+134
* Move the constructor and destruction function macros to the C++ partThiago Macieira2012-09-101-22/+22
* Make the default Qt API be Qt 5.0'sThiago Macieira2012-09-081-2/+1
* QtGlobal: mark qVersion() and qSharedBuild() as nothrowMarc Mutz2012-09-071-2/+2
* Remove the package macros from qglobal.hThiago Macieira2012-09-031-4/+0
* Fix warning when compliling with -Wconversion.Frederik Gladhorn2012-08-281-2/+2
* Do not consider sign in qIsNull.Mitch Curtis2012-08-221-4/+4
* QtGlobal: (new) qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-091-0/+3
* Logging: mark qt_assert()/qt_assert_x()/qFatal() as nothrowMarc Mutz2012-08-091-2/+9
* Remove unnecessary extra indentation in the EXPORT macrosThiago Macieira2012-08-091-23/+22
* Remove the Q_xxx_EXPORT macros of other modules from qglobal.hThiago Macieira2012-08-091-31/+0
* Clean up the EXPORT macros in qglobal.h.Thiago Macieira2012-06-291-56/+3
* Update the macros for shared/DLL and static buildsThiago Macieira2012-06-281-80/+42
* Fix compile-time error macro when building with -fPIEGabor Ballabas2012-06-201-1/+1
* Unconditionally enable Q_OF_ELF for any ELF platformPino Toscano2012-06-011-3/+1