summaryrefslogtreecommitdiffstats
path: root/src/corelib/global
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix QtNetwork compilation for -qconfig largeTasuku Suzuki2012-05-192-2/+2
* Clean up some QT_HAVE_xxx macros in qcompilerdetection.hThiago Macieira2012-05-181-9/+0
* turn off exceptions by default where they aren't requiredLars Knoll2012-05-171-5/+4
* Split Q_COMPILER_DEFAULT_DELETE_MEMBERSBradley T. Hughes2012-05-151-6/+23
* clang: Use __has_feature() to detect C++11 featuresBradley T. Hughes2012-05-141-21/+74
* Use WChar method for reporting for WindowsAndreas Holzammer2012-05-111-3/+15
* Logging: Show pattern warning also on Windows GUI appsKai Koehne2012-05-111-5/+20
* Doc: Fix \sa usageMarius Storm-Olsen2012-05-111-1/+1
* Merge branch 'docs-refactoring' into masterMarius Storm-Olsen2012-05-101-3/+3
|\
| * Doc: Move some remaining files over for modularization.Casper van Donderen2012-05-091-3/+3
* | Remove garbage.Stephen Kelly2012-05-091-1/+1
* | Revert "QtPrintSupport: Remove remaining LPR specific code"Rohan McGovern2012-05-087-2/+18
* | QtPrintSupport: Remove remaining LPR specific codeJohn Layt2012-05-077-18/+2
|/
* Make sure we export the non-inline qMalloc & friends functionsThiago Macieira2012-05-051-0/+10
* Document dependency of bearer management on network interfaceShane Kearns2012-05-051-1/+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-033-87/+226
|\
| * Allow qDebug output to be configured by qSetMessagePattern()Kai Koehne2012-04-243-13/+86
| * Logging: Change arguments of message handler to avoid conversionsKai Koehne2012-04-203-60/+126
* | Avoid macro re-definition warning for QT_NO_EXCEPTIONSStephen Kelly2012-05-021-1/+3
* | Avoid undefined macro warning for __GXX_EXPERIMENTAL_CXX0X__.Stephen Kelly2012-05-021-1/+1
* | Disable force_align_arg_pointer function attribute with MinGW-w64Jonathan Liu2012-04-301-1/+1
* | Fix Qt::MouseButton Documentation for Qt::ExtraButton24,stockton2012-04-302-6/+6