Reshuffle code between qglobal, qlogging
[profile/ivi/qtbase.git] / src / corelib / global / qglobal.h
2012-02-13 Kai KoehneReshuffle code between qglobal, qlogging
2012-02-13 Olivier GoffartFix qmake compilation
2012-02-10 Olivier GoffartForce -fPIE on ELF if Qt is built with reduced relocations
2012-02-08 Oswald Buddenhagenfix msvc 2008 warning about downcasting to bool
2012-02-08 Bradley T. HughesAdd qprocessordetection.h
2012-02-06 Bradley T. HughesChange #include "qlogging.h" to <QtCore/qlogging.h...
2012-02-06 Bradley T. HughesMove compiler detection from qglobal.h to a separate...
2012-02-06 Bradley T. HughesMove operating system detection from qglobal.h to a...
2012-02-05 Lars KnollMove QtConcurrent into its own module
2012-02-01 Kai KoehneQtDebug: Include file, line, function information
2012-01-30 Xizhi ZhuRemove Symbian specific code from QtCore.
2012-01-30 Jason McDonaldRemove "All rights reserved" line from license headers.
2012-01-29 Jędrzej NowackiFix compilation warnings on MSVC.
2012-01-29 Jędrzej NowackiIntroduce QTypeInfo::sizeOf.
2012-01-26 Stephen KellyMark the single argument containers as movable.
2012-01-26 Olivier GoffartWrap unimplemented clang feature in __has_feature
2012-01-25 Gunnar SlettaRemove use of QT_MODULE from library
2012-01-24 Olivier GoffartRemove Q_COMPILER_FINAL
2012-01-23 Jason McDonaldUpdate obsolete contact address.
2012-01-23 Jason McDonaldUpdate contact information in license headers.
2012-01-20 David FaureRemove QBool and use bool instead.
2012-01-19 Robin BurchellRemove Q_CC_MWERKS.
2012-01-19 Robin BurchellRemove Q_CC_NOKIAX86.
2012-01-16 Olivier Goffartqglobal: Remove symbian specific features
2012-01-12 Bradley T. HughesAdd Q_COMPILER_* defines for C++11 features supported...
2012-01-11 Harald FernengelFix Q_ASSERT_X to handle QT_FORCE_ASSERTS
2012-01-10 Stephen KellyAdd defines for explicit virtual overrides.
2012-01-10 Stephen KellyRemove symbian debug macro definition.
2012-01-09 Stephen KellyAdd define for C++11 explict delete methods
2012-01-08 Stephen KellyRemove the Q_TYPENAME define.
2012-01-05 Jonas M. GastalMake socket descriptors qintptr.
2012-01-05 David FaureFix compile error with qWarning() << myDateTime and...
2012-01-05 Jason McDonaldUpdate copyright year in license headers.
2012-01-02 Holger Hans Peter... corelib: Introduce Q_ALLOC_SIZE and use it on qMalloc...
2012-01-02 Denis DzyubenkoDo not unconditionally define QT_BEGIN_MOC_NAMESPACE
2011-12-29 Stephen KellyEnable variadic macros if building in c++0x mode.
2011-12-22 Harald FernengelRemove QT_NO_STL_WCHAR hack
2011-12-19 Olivier GoffartQ_STATIC_ASSERT: fix C style cast
2011-12-13 Jędrzej NowackiAdd specialization for QTypeInfo<void>
2011-12-05 Bradley T. HughesFix QT_DEPRECATED_SINCE evaluation
2011-12-01 Jędrzej NowackiImprove Q_CONSTRUCTOR_FUNCTION and Q_DESTRUCTOR_FUNCTIO...
2011-11-23 Olivier GoffartFix QT_DEPRECATED_SINCE on windows.
2011-11-11 Harald FernengelAdd a -force-asserts option to configure
2011-11-10 João AbecasisFix Q_STATIC_ASSERT on Mac
2011-11-03 Olivier GoffartEnable deprecated feature for now
2011-11-02 Olivier GoffartUse C++11 static_assert
2011-11-01 Jędrzej NowackiFix broken build.
2011-10-27 Friedemann KleintFix compiler warnings.
2011-10-24 Friedemann Kleintcorelib: Remove Q_WS-macros.
2011-10-22 David FaureFix two typos: docu for "deprecated since" and Q_DEPR...
2011-10-21 Jan-Arve SaetherExpand QT_TR_NOOP("str") to "str", not ("str").
2011-10-19 Jędrzej NowackiIntroduce Q_STATIC_ASSERT
2011-10-19 alexRemove Sensors and Location related macros/defines...
2011-10-11 Casper van DonderenRemove stale documentation and fix qdoc errors.
2011-10-10 Morten SorvigClean-up a macro for Cocoa
2011-10-03 Thiago MacieiraMake all uses of QBasicAtomicInt and Pointer use load...
2011-10-03 Lars KnollRemove the remaining traces of QT3_SUPPORT
2011-09-14 Rohan McGovernWindows: fixed compile of libQtPlatformSupport
2011-09-13 Gunnar SlettaMerge branch 'master' of codereview.qt-project.org...
2011-09-13 Gunnar SlettaMerge branch 'refactor'
2011-09-12 Bernhard RosenkraenzerFix building the OpenVG graphicssystem on Linux with...
2011-09-12 Gunnar SlettaMerge branch 'master' into refactor
2011-09-06 Paul Olav TveteMerge "Merge remote branch 'gerrit/master' into HEAD...
2011-09-06 Samuel RødalMerge remote branch 'gerrit/master' into HEAD
2011-09-02 Bradley T. HughesRemove the build-key from the plugin verification data
2011-08-31 Friedemann KleintIntroduce Q_QTQUICK1_EXPORT fixing exports in declarative.
2011-08-31 Gunnar SlettaMerge branch 'master' into refactor
2011-08-30 Samuel RødalMerge remote branch 'gerrit/master' into refactor
2011-08-29 Samuel RødalMerge remote branch 'gerrit/master' into refactor
2011-08-25 Gunnar SlettaMerge branch 'master' into refactor
2011-08-19 Friedemann KleintFix build.
2011-08-04 Jørgen LindMerge "Merge remote branch 'gerrit/master' into refacto...
2011-08-03 Samuel RødalMerge remote branch 'gerrit/master' into refactor
2011-07-28 Jason McDonaldFix obsolete contact email
2011-07-25 Kim Motoyoshi KallandChanged QLibrary::resolve() to return a function pointer.
2011-07-21 Samuel RødalMerge remote branch 'gerrit/master' into refactor
2011-07-20 Thiago MacieiraCleanup qRound and qRound64: provide overloads for...
2011-07-13 Lars KnollMerge remote-tracking branch 'origin/master' into refactor
2011-07-12 Olivier GoffartFix compilation with icc 11
2011-07-12 Lars KnollMerge "Merge remote branch 'gerrit/master' into refacto...
2011-07-12 Thiago MacieiraAdd the #defines for C++0x features in GCC 4.6
2011-07-12 Samuel RødalMerge remote branch 'gerrit/master' into refactor
2011-07-12 Olivier GoffartIntroduce QT_DEPRECATED_SINCE
2011-07-11 Thiago MacieiraRemove the definition of QT_NO_FPU based on the process...
2011-07-06 Olivier GoffartUse Q_DECL_CONSTEXPR in QFlags
2011-07-06 Olivier GoffartAdd Q_DECL_CONSTEXPR
2011-07-06 Lars KnollMerge branch 'refactor' of scm.dev.nokia.troll.no:qt...
2011-07-06 Lars KnollMerge remote branch 'gerrit/master' into refactor
2011-07-06 Lars KnollUnicode strings are supported from gcc 4.4 onwards
2011-07-06 Morten SorvigStart porting the Mac menu system to QPA.
2011-07-05 Olivier GoffartMake use of deleted members in Q_DISABLE_COPY
2011-06-29 Lars KnollRemove QT3_SUPPORT in src/corelib/global
2011-06-27 Jørgen LindMerge remote-tracking branch 'base/master' into refactor
2011-06-10 Jørgen LindMerge remote-tracking branch 'base/master' into refactor
2011-06-08 Olli WerwolffUse Q_WIDGETS_EXPORT for widgets library
2011-06-01 Jørgen LindMerge branch 'refactor' of scm.dev.nokia.troll.no:qt...
2011-06-01 Jørgen LindMerge remote-tracking branch 'base/master' into refactor
2011-05-26 Olivier GoffartFix typo in comment
2011-05-26 Olivier GoffartMSVC do not really support initilizer_list
2011-05-26 Olivier GoffartSupport of lambdas in QtConcurrent::run
next