| Commit message (Expand) | Author | Age | Files | Lines |
| * | QSharedPointer/QWeakPointer/QScopedPointer: add comparison against nullptr | Giuseppe D'Angelo | 2016-06-08 | 1 | -0/+84 |
| * | Merge remote-tracking branch 'origin/5.7' into dev | Liang Qi | 2016-05-23 | 1 | -11/+0 |
| |\ |
|
| | * | QSharedPointer: move QDebug stream operators into qdebug.h | Giuseppe D'Angelo | 2016-05-12 | 1 | -11/+0 |
| * | | Make QSharedPointer without custom deleters call the correct destructor | Thiago Macieira | 2016-04-28 | 1 | -0/+8 |
| * | | Add support for initializing QSharedPointer from nullptr | Thiago Macieira | 2016-04-19 | 1 | -2/+18 |
| |/ |
|
| * | Merge remote-tracking branch 'origin/5.6' into dev | Liang Qi | 2016-02-11 | 1 | -2/+2 |
| |\ |
|
| | * | Doc: correct minor typo | Gabriel Pannwitz | 2016-02-05 | 1 | -2/+2 |
| * | | Add Intel copyright to files that Intel has had non-trivial contribution | Thiago Macieira | 2016-01-21 | 1 | -0/+1 |
| * | | Updated license headers | Jani Heikkinen | 2016-01-15 | 1 | -14/+20 |
| * | | Make use of new QHash::erase(const_iterator) overload | Marc Mutz | 2015-12-19 | 1 | -4/+4 |
| * | | Use Q_UNLIKELY for every qFatal()/qCritical() | Marc Mutz | 2015-11-29 | 1 | -4/+4 |
| * | | Implement QDebug support for QSharedPointer | Giuseppe D'Angelo | 2015-09-03 | 1 | -0/+11 |
| |/ |
|
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Doc: Use title case in section1 titles | Nico Vertriest | 2014-09-30 | 1 | -1/+1 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Doc: corrected autolink errors qtbase/corelib/tools | Nico Vertriest | 2014-09-24 | 1 | -1/+1 |
| * | Tidy up and expand QSharedPointer documentation. | Mitch Curtis | 2014-07-03 | 1 | -3/+24 |
| * | Add QEnableSharedFromThis class | Roman Pasechnik | 2014-06-29 | 1 | -0/+54 |
| * | QSharedPointer: allow one create() argument in C++98, too | Marc Mutz | 2014-04-07 | 1 | -3/+9 |
| * | QWeakPointer: add member-swap | Marc Mutz | 2014-04-03 | 1 | -0/+8 |
| * | QWeakPointer: add lock() for std::weak_ptr compatibility | Marc Mutz | 2014-04-03 | 1 | -0/+9 |
| * | Doc: document QSharedPointer::swap() method | Marc Mutz | 2014-03-17 | 1 | -0/+8 |
| * | Doc: Adding mark-up to boolean default values. | Jerome Pasion | 2013-10-08 | 1 | -16/+16 |
| * | Repurpose the former Q_OS_MAC synonym "Q_OS_MACX" to mean "OS X". | Jake Petroules | 2013-05-09 | 1 | -1/+1 |
| * | Merge remote-tracking branch 'origin/stable' into dev | Frederik Gladhorn | 2013-01-22 | 1 | -1/+1 |
| |\ |
|
| | * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | | Doc: Update the info on the QSharedPointer internals | Thiago Macieira | 2013-01-15 | 1 | -31/+24 |
| * | | Fix the \since version for QSharedPointer::create(). | Stephen Kelly | 2013-01-07 | 1 | -1/+1 |
| * | | Add support for multiple arguments to QSharedPointer::create() | Thiago Macieira | 2012-12-23 | 1 | -0/+31 |
| |/ |
|
| * | Optimise the deletion of a QSharedPointer with no custom deleter | Thiago Macieira | 2012-10-10 | 1 | -0/+7 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Doc: Add \inmodule QtCore to all QtCore class doc bodies | Thiago Macieira | 2012-08-23 | 1 | -0/+2 |
| * | Record if a metatype is a smart pointer to a QObject derived. | Stephen Kelly | 2012-06-20 | 1 | -0/+2 |
| * | Add some internal API for extracting a QSharedPointer<T> from QVariant. | Stephen Kelly | 2012-06-20 | 1 | -0/+20 |
| * | Merge two internal classes of QSharedPointer and de-virtualise them | Thiago Macieira | 2012-06-12 | 1 | -83/+40 |
| * | Deprecate the use of QWeakPointer to track QObjects. | Stephen Kelly | 2012-06-07 | 1 | -48/+8 |
| * | QSharedPointer: add reset() member functions | Marc Mutz | 2012-03-16 | 1 | -0/+29 |
| * | QSharedPointer: remove two emtpy functions. | Debao Zhang | 2012-03-15 | 1 | -35/+2 |
| * | Make it possible to put QObject tracked with QWeakPointer inside QSharedPointer | Olivier Goffart | 2012-02-10 | 1 | -15/+13 |
| * | Remove "All rights reserved" line from license headers. | Jason McDonald | 2012-01-30 | 1 | -1/+1 |
| * | Update contact information in license headers. | Jason McDonald | 2012-01-23 | 1 | -1/+1 |
| * | Update copyright year in license headers. | Jason McDonald | 2012-01-05 | 1 | -1/+1 |
| * | Replace implicit QAtomic* casts with explicit load()/store() | Bradley T. Hughes | 2011-10-27 | 1 | -5/+6 |
| * | Make all uses of QBasicAtomicInt and Pointer use load() and store() | Thiago Macieira | 2011-10-03 | 1 | -3/+3 |
| * | Update licenseheader text in source files for qtbase Qt module | Jyri Tahtela | 2011-05-24 | 1 | -17/+17 |
| * | Initial import from the monolithic Qt. | Qt by Nokia | 2011-04-27 | 1 | -0/+1501 |