summaryrefslogtreecommitdiffstats
path: root/src/corelib/global/qglobal.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Fix MinGW-w64 compilationJonathan Liu2012-07-021-1/+1
* Add qMove macro to support std::moveOlivier Goffart2012-06-201-0/+8
* Export qMemSet and qMemCopy properlyThiago Macieira2012-06-121-0/+5
* Add Mac OS 10.8 QSysInfo enumsMorten Sorvig2012-05-251-0/+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-031-3/+3
|\
| * Allow qDebug output to be configured by qSetMessagePattern()Kai Koehne2012-04-241-0/+33
| * Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-201-8/+8
* | Doc: Prepare for building modular QtCore docs.Casper van Donderen2012-04-191-146/+57
* | Change coreservices -> iosIan Dean2012-04-191-4/+4
|/
* Merge remote-tracking branch 'origin/master' into api_changesLars Knoll2012-04-161-1/+12
|\
| * Add OS version detection for windows 8Shane Kearns2012-04-121-0/+4
| * QTypeInfo: document Q_PRIMITIVE_TYPE existing practiceMarc Mutz2012-04-091-1/+8
* | Deprecate qMemCopy/qMemSet in favour of their stdlib equivilents.Robin Burchell2012-04-111-7/+0
|/
* Logging: Make sure documentation shows upKai Koehne2012-04-021-0/+199
* Add macros for assuming and unreachable codeThiago Macieira2012-03-241-0/+57
* Remove codecForTr().Robin Burchell2012-03-061-3/+1