summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add tracing to logging frameworkhjk2013-09-251-0/+4
* Add Mac type conversion functions to QtCoreMorten Johan Sørvig2013-09-211-0/+32
* WinRT: Basic global supportAndrew Knight2013-09-201-1/+20
* Fix unused static function randTLS() warningEskil Abrahamsen Blomfeldt2013-09-091-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-271-0/+7
|\
| * Doc: Add Q_OS_ANDROID macroTakumi Asaki2013-08-231-0/+7
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-08-141-1/+1
|\|
| * Enable qsrand() on builds without thread-safe posixEskil Abrahamsen Blomfeldt2013-08-061-1/+1
* | Merge branch 'stable' into devSergio Ahumada2013-07-111-2/+2
|\|
| * Deal with unused functions, as found by the Intel compilerThiago Macieira2013-07-011-2/+2
* | Add Q_OS_OSX and update the documentation to reflect usage intent.Jake Petroules2013-07-041-4/+6
|/
* Merge remote-tracking branch 'origin/release' into stableFrederik Gladhorn2013-06-251-3/+5
|\
| * Update for the newest Darwin-family operating systems.Jake Petroules2013-06-251-3/+5
* | Further followup to Q_OS_MACX changes.Jake Petroules2013-06-241-1/+1
* | Doc: there is no Q_OS_X11 (and has never been)Thiago Macieira2013-06-181-1/+1
|/
* Update support status for older Mac OS X platforms.Jake Petroules2013-06-121-3/+3
* Make QFlags enum flags (C++11 strict enums) friendlyAlbert Astals Cid2013-05-091-0/+6
* Utilize the new Q_OS_MACX define.Jake Petroules2013-05-091-3/+3
* Repurpose the former Q_OS_MAC synonym "Q_OS_MACX" to mean "OS X".Jake Petroules2013-05-091-9/+23
* Publish qEnvironmentVariableIs{Set,Empty}()Marc Mutz2013-03-301-7/+5
* Doc: Document Q_OS_WIN* macrosTopi Reinio2013-03-291-1/+16
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-03-051-0/+4
|\
| * Add snippet for QT_VERSION_CHECK.Mitch Curtis2013-02-271-0/+4
* | Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-02-201-2/+20
|\|
| * Document the qintptr for public usageLaszlo Papp2013-02-201-2/+20
* | Add qunsetenv(), next to qputenv() and friends.David Faure2013-02-071-0/+37
* | Remove left-overs of QT_{BEGIN,END}_HEADERSSergio Ahumada2013-01-311-2/+1
* | Merge "Merge remote-tracking branch 'origin/stable' into dev" into refs/stagi...Frederik Gladhorn2013-01-231-1/+1
|\|
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | VxWorks header only available in DKM mode and not in RTP mode.Pasi Petäjäjärvi2013-01-231-1/+1
|/
* Protect Q_UNREACHABLE and Q_ASSUME by Q_ASSERT.Jędrzej Nowacki2013-01-101-0/+4
* doc: Remove documentation for removed TRUE and FALSE macrosSergio Ahumada2012-12-061-20/+0
* Use slogger2 for logging on Blackberry instead of writing to stderrFabian Bumberger2012-10-041-5/+7
* QFlags: use unsigned int when the enum's underlying is unsignedMarc Mutz2012-09-281-1/+12
* [docs] QFlags: fix a whitespace errorMarc Mutz2012-09-261-1/+1
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* Fix build with QT_NO_EXCEPTIONSHarald Fernengel2012-09-121-0/+2
* Use setenv in qputenv if possible, since it won't leakThiago Macieira2012-09-071-0/+3
* QtGlobal: mark qVersion() and qSharedBuild() as nothrowMarc Mutz2012-09-071-2/+2
* Fix docs of qAbs to have the correct function signature.Jan-Arve Saether2012-09-031-1/+1
* QtGlobal: document Q_DECL_FINAL and Q_DECL_OVERRIDEMarc Mutz2012-08-261-0/+56
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-231-0/+3
* Fix more qdoc errorsLars Knoll2012-08-201-0/+3
* Fix a couple of qdoc errorsLars Knoll2012-08-181-1/+1
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-151-2/+4
* QtGlobal: (new) qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-091-0/+56
* Logging: mark qt_assert()/qt_assert_x()/qFatal() as nothrowMarc Mutz2012-08-091-2/+43
* Q_DECL_NOTHROW: stronger and more widely available version of Q_DECL_NOEXCEPTMarc Mutz2012-08-071-0/+63
* Fix q_check_ptr typo in QtGlobal documentation.Mitch Curtis2012-07-231-1/+1