summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* Deprecate Qt::WFlags.Stephen Kelly2012-08-142-0/+4
* QtGlobal: (new) qEnvironmentVariableIs{Set,Empty}()Marc Mutz2012-08-092-0/+59
* Logging: mark qt_assert()/qt_assert_x()/qFatal() as nothrowMarc Mutz2012-08-094-7/+55
* 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
* Q_DECL_NOTHROW: stronger and more widely available version of Q_DECL_NOEXCEPTMarc Mutz2012-08-072-4/+73
* QMessageLogger: mark default ctor as constexpr, tooMarc Mutz2012-08-071-2/+2
* Remove extra Q_COMPILER_xxx defines from the MSVC section.Thiago Macieira2012-08-061-11/+0
* MSVC's throw() behaviour matches the C++11 noexcept, so use itThiago Macieira2012-08-061-1/+5
* Logging: mark qEmergencyOut() noexceptMarc Mutz2012-08-061-1/+1
* Fix order of QT_END_NAMESPACE and QT_END_HEADER macrosSergio Ahumada2012-08-031-1/+1
* string.h is needed for memcpy()Oswald Buddenhagen2012-08-021-0/+2
* Fix some syncqt warnings.Lars Knoll2012-08-011-0/+6
* Mark the QFlag and QIncompatibleFlag as primitive.Stephen Kelly2012-07-281-0/+3
* Introduce QTypeInfoMerger.Jędrzej Nowacki2012-07-271-0/+32
* Fix q_check_ptr typo in QtGlobal documentation.Mitch Curtis2012-07-231-1/+1
* Logging: Simplify message handler logic for windowsKai Koehne2012-07-211-24/+13
* QFlags: complete constexpr'ifcationMarc Mutz2012-07-211-4/+4
* fix "No such ..." doc error for Qt::WindowType WindowOverridesSystemGesturesJeremy Katz2012-07-191-1/+1
* fix "No such ..." error in qnamespace.qdocJeremy Katz2012-07-191-3/+0
* Make the QIncompatibleFlag constexpr.Stephen Kelly2012-07-181-3/+3
* undocument enums as part of Qt3Support removalJeremy Katz2012-07-161-124/+1
* Undocument Qt::AnchorAttributeJeremy Katz2012-07-161-12/+0