summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* [docs] QFlags: fix a whitespace errorMarc Mutz2012-09-261-1/+1
* Remove duplicate words and punctuation from documentation.Mitch Curtis2012-09-261-1/+1
* Ignore the QT_NAMESPACE for moc runsLars Knoll2012-09-251-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2230-703/+703
* QFlags: don't provide a constructor from void**Marc Mutz2012-09-221-1/+2
* don't require a fake qconfig.h for the configure bootstrapOswald Buddenhagen2012-09-191-1/+1
* Split the qt_message_output function in twoThiago Macieira2012-09-191-31/+74
* Introducing NoDropShadowWindowHint window flagGabriel de Dietrich2012-09-182-4/+5
* Let qVersion() be extern "C" if this is not a namespace buildThiago Macieira2012-09-181-1/+13
* throw() is C++, so don't use it in C modeThiago Macieira2012-09-141-1/+3
* Fix build with QT_NO_EXCEPTIONSHarald Fernengel2012-09-121-0/+2
* Doc: Fix misc. doc errors and document undocumented functionsaavit2012-09-121-0/+12
* don't require (dummy) qconfig.h for qmake buildOswald Buddenhagen2012-09-112-2/+1
* compile without CamelCase headersOswald 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
* Removing duplicate includesSergio Ahumada2012-09-091-2/+0
* Add support for the Intel Composer XE 2013.Thiago Macieira2012-09-081-0/+6
* Make the default Qt API be Qt 5.0'sThiago Macieira2012-09-081-2/+1
* Use setenv in qputenv if possible, since it won't leakThiago Macieira2012-09-071-0/+3
* Logging: Fix mingw32-gcc compiler warning about unused variableKai Koehne2012-09-071-4/+3
* QtGlobal: mark qVersion() and qSharedBuild() as nothrowMarc Mutz2012-09-072-4/+4
* Move enums that was part of the Qt namespace to qnamespace.hJan-Arve Saether2012-09-072-4/+9
* Need #include <string.h> to use memcpyShawn Rutledge2012-09-031-0/+1
* Fix docs of qAbs to have the correct function signature.Jan-Arve Saether2012-09-031-1/+1
* Remove the package macros from qglobal.hThiago Macieira2012-09-031-4/+0
* Logging: Remove mutex for OutputDebugStringKai Koehne2012-08-301-3/+0
* Fix warning when compliling with -Wconversion.Frederik Gladhorn2012-08-281-2/+2
* qcompilerdetection.h: set Q_DECL_OVERRIDE/Q_DECL_FINAL for 2005 <= MSVC <= 2010Marc Mutz2012-08-271-3/+18
* QtGlobal: document Q_DECL_FINAL and Q_DECL_OVERRIDEMarc Mutz2012-08-261-0/+56
* QtGlobal: remove Q_DECL_FINAL_CLASSMarc Mutz2012-08-261-6/+0
* qcompilerdetection.h: add MSVC 2012 featuresMarc Mutz2012-08-261-0/+7
* qcompilerdetection.h: stream-line MSVC feature detectionMarc Mutz2012-08-261-6/+9
* doc: Fix some qdoc warningsEskil Abrahamsen Blomfeldt2012-08-231-1/+1
* Doc: Add \inmodule QtCore to all QtCore class doc bodiesThiago Macieira2012-08-234-0/+7
* A few more random documentation fixesShawn Rutledge2012-08-231-0/+10
* Move Qt::CursorMoveStyle docs to the right file.Frederik Gladhorn2012-08-231-0/+15
* Logging: make qEmergencyOut() not allocate from the heapMarc Mutz2012-08-231-11/+38
* Do not consider sign in qIsNull.Mitch Curtis2012-08-221-4/+4
* Try to work around GCC 4.6's noexcept bugs, againThiago Macieira2012-08-211-6/+3
* doc: Added \relates command to some function qdoc commentsMartin Smith2012-08-211-0/+9
* Disable C++11 noexcept support in GCC 4.6.0 and 4.6.1Thiago Macieira2012-08-201-0/+5
* Fix processor detection for MSVC ARM compiler (WEC7).Janne Anttila2012-08-201-4/+7
* Fix more qdoc errorsLars Knoll2012-08-201-0/+3
* Fix a couple of qdoc errorsLars Knoll2012-08-181-1/+1
* QMessageLogger: mark noDebug() as nothrowMarc Mutz2012-08-182-2/+2
* QMessageLogger: make member functions constMarc Mutz2012-08-182-17/+17
* Fix QMessageLogger and associated qdoc errorsJeremy Katz2012-08-151-5/+100
* Make the "\internal" qdoc command stand on its own lineLaszlo Papp2012-08-152-3/+6
* QtCore: use new qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-141-2/+2