| Commit message (Expand) | Author | Age | Files | Lines |
| * | Deprecate the static int based API in QMetaType | Lars Knoll | 2020-08-24 | 1 | -2/+3 |
| * | QSharedPointer: do allow calling deleters on null pointers | Thiago Macieira | 2020-07-31 | 1 | -2/+9 |
| * | Another round of 0->nullptr cleanup | Allan Sandfeld Jensen | 2020-07-31 | 1 | -1/+1 |
| * | New QHash implementation | Lars Knoll | 2020-04-09 | 1 | -1/+1 |
| * | Doc: Correct non-link related qdoc compilation errors | Nico Vertriest | 2020-01-14 | 1 | -0/+2 |
| * | Port from QAtomic::load() to loadRelaxed() | Giuseppe D'Angelo | 2019-06-20 | 1 | -5/+5 |
| * | Deprecate QWeakPointer::data() | Giuseppe D'Angelo | 2019-05-16 | 1 | -6/+1 |
| * | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-05-15 | 1 | -8/+13 |
| |\ |
|
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-05-12 | 1 | -8/+13 |
| | |\ |
|
| | | * | QSharedPointer: fix threadsafety docs | Giuseppe D'Angelo | 2019-05-11 | 1 | -8/+13 |
| * | | | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-05-13 | 1 | -45/+34 |
| |\| | |
|
| | * | | Doc: replace even more null/0/nullptr with \nullptr macro | Christian Ehrlicher | 2019-05-08 | 1 | -45/+34 |
| * | | | Merge remote-tracking branch 'origin/5.13' into dev | Liang Qi | 2019-05-07 | 1 | -25/+2 |
| |\| | |
|
| | * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Liang Qi | 2019-05-03 | 1 | -25/+2 |
| | |\| |
|
| | | * | QSharedPointer: fix docs for create() | Giuseppe D'Angelo | 2019-05-02 | 1 | -25/+2 |
| * | | | Add qobject_cast operators for std::shared_ptr | Giuseppe D'Angelo | 2019-05-01 | 1 | -0/+51 |
| |/ / |
|
| * | | Merge remote-tracking branch 'origin/5.12' into 5.13 | Qt Forward Merge Bot | 2019-04-04 | 1 | -1/+1 |
| |\| |
|
| | * | Doc: Use the \nullptr macro instead of 0 | Venugopal Shivashankar | 2019-04-02 | 1 | -1/+1 |
| * | | Fix can not -> cannot | Robert Loehning | 2019-02-25 | 1 | -1/+1 |
| * | | QtCore: replace null and nullptr with \nullptr in documentation | Christian Ehrlicher | 2019-02-18 | 1 | -4/+4 |
| |/ |
|
| * | Optimize QSharedPointer::getAndRef with the three-operand testAndSet | Thiago Macieira | 2018-11-28 | 1 | -4/+7 |
| * | Merge remote-tracking branch 'origin/5.11' into 5.12.0 | Liang Qi | 2018-11-05 | 1 | -0/+3 |
| |\ |
|
| | * | Fix deleting of QSharedPointer internals in case QPointer loses the race | Thiago Macieira | 2018-10-29 | 1 | -0/+3 |
| * | | Doc: Move literal code block to a separate file | Cristian Maureira-Fredes | 2018-10-15 | 1 | -95/+13 |
| |/ |
|
| * | Doc: Add missing full stops in briefs | Paul Wicking | 2018-06-21 | 1 | -3/+3 |
| * | Doc: link to QEnableSharedFromThis from QSharedPointer docs | Mitch Curtis | 2018-04-18 | 1 | -1/+1 |
| * | doc: Correct remaining qdoc warnings in a few files | Martin Smith | 2018-01-05 | 1 | -1/+1 |
| * | doc: Add missing template parameters to \fn commands | Martin Smith | 2017-12-06 | 1 | -88/+88 |
| * | doc: Add class qualifiers to parameter types | Martin Smith | 2017-12-06 | 1 | -1/+5 |
| * | QSharedPointer: add get() for STL compatibility | Giuseppe D'Angelo | 2017-09-12 | 1 | -0/+9 |
| * | 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 |