summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove QT_NO_SIGNALMAPPER from featuresTasuku Suzuki2012-07-122-10/+0
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Use Q_DECL_CONSTEXPR for the QFlag's inline constructorLaszlo Papp2012-07-101-2/+2
* Speed up QCoreApplication construction a bitHarald Fernengel2012-07-101-1/+1
* Q_DECLARE_SHARED: mark the type movableMarc Mutz2012-07-101-0/+1
* QNX: QtGlobal: compile as a C header againMarc Mutz2012-07-091-1/+3
* Remove Library dependency on SettingsTasuku Suzuki2012-07-094-14/+6
* Q_DECLARE_SHARED: fix docs; require and use member-swapMarc Mutz2012-07-061-5/+5
* QNX: fix compilation with C++11 enabledMarc Mutz2012-07-031-0/+12
* buildsystem: Remove SXE from the configure and qconfig-*.h filesHolger Hans Peter Freyther2012-07-022-6/+0
* Fix MinGW-w64 compilationJonathan Liu2012-07-021-1/+1
* Add detection for C++11 noexceptThiago Macieira2012-06-291-0/+13
* 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
* define QT_NO_ICONV if QT_NO_TEXTCODECJeremy Katz2012-06-202-10/+25
* Merge "Merge branch 'buildsystem'" into refs/staging/masterOswald Buddenhagen2012-06-202-9/+59
|\
| * introduce /get property variantsOswald Buddenhagen2012-06-192-9/+57
| * clean up path normalization in configure.exe and QLibraryInfoOswald Buddenhagen2012-06-191-0/+2
* | Fix compile-time error macro when building with -fPIEGabor Ballabas2012-06-201-1/+1
* | Add qMove macro to support std::moveOlivier Goffart2012-06-202-0/+14
|/
* Make qurlinfo private, now that QFtp is private.David Faure2012-06-142-12/+2
* disable codecs for asian language when QT_NO_BIG_CODECS definedTasuku Suzuki2012-06-142-4/+6
* Remove unused static functions from qlogging.cpp, qstring.cpp.Friedemann Kleint2012-06-121-9/+0
* Export qMemSet and qMemCopy properlyThiago Macieira2012-06-122-2/+5
* Logging: Remove outdated QMessageHandlerKai Koehne2012-06-102-24/+0
* Fix endian detection for winceAndreas Holzammer2012-06-041-1/+1
* Unconditionally enable Q_OF_ELF for any ELF platformPino Toscano2012-06-011-3/+1
* QtPrintSupport: Add CUPS printsupport pluginJohn Layt2012-05-311-1/+0
* remove QT_NO_SOUND and QT_NO_RASTERCALLBACKSTasuku Suzuki2012-05-312-20/+0
* QtCore: remove \link usagesGiuseppe D'Angelo2012-05-291-3/+2
* Add Mac OS 10.8 QSysInfo enumsMorten Sorvig2012-05-252-1/+4
* Remove STL from qfeatures.txtTasuku Suzuki2012-05-221-7/+0