summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qsharedpointer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Doc: Use \deprecated instead of \obsoletePaul Wicking2021-05-261-1/+1
* QSharedPointer: Use matching new/deleteFabian Kosmale2021-05-251-2/+2
* Deprecate the static int based API in QMetaTypeLars Knoll2020-08-241-2/+3
* QSharedPointer: do allow calling deleters on null pointersThiago Macieira2020-07-311-2/+9
* Another round of 0->nullptr cleanupAllan Sandfeld Jensen2020-07-311-1/+1
* New QHash implementationLars Knoll2020-04-091-1/+1
* Doc: Correct non-link related qdoc compilation errorsNico Vertriest2020-01-141-0/+2
* Port from QAtomic::load() to loadRelaxed()Giuseppe D'Angelo2019-06-201-5/+5
* Deprecate QWeakPointer::data()Giuseppe D'Angelo2019-05-161-6/+1
* Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-151-8/+13
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-121-8/+13
| |\
| | * QSharedPointer: fix threadsafety docsGiuseppe D'Angelo2019-05-111-8/+13
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-131-45/+34
|\| |
| * | Doc: replace even more null/0/nullptr with \nullptr macroChristian Ehrlicher2019-05-081-45/+34
* | | Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-071-25/+2
|\| |
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-05-031-25/+2
| |\|
| | * QSharedPointer: fix docs for create()Giuseppe D'Angelo2019-05-021-25/+2
* | | Add qobject_cast operators for std::shared_ptrGiuseppe D'Angelo2019-05-011-0/+51
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-04-041-1/+1
|\|
| * Doc: Use the \nullptr macro instead of 0Venugopal Shivashankar2019-04-021-1/+1
* | Fix can not -> cannotRobert Loehning2019-02-251-1/+1
* | QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-181-4/+4
|/
* Optimize QSharedPointer::getAndRef with the three-operand testAndSetThiago Macieira2018-11-281-4/+7
* Merge remote-tracking branch 'origin/5.11' into 5.12.0Liang Qi2018-11-051-0/+3
|\
| * Fix deleting of QSharedPointer internals in case QPointer loses the raceThiago Macieira2018-10-291-0/+3
* | Doc: Move literal code block to a separate fileCristian Maureira-Fredes2018-10-151-95/+13
|/
* Doc: Add missing full stops in briefsPaul Wicking2018-06-211-3/+3
* Doc: link to QEnableSharedFromThis from QSharedPointer docsMitch Curtis2018-04-181-1/+1
* doc: Correct remaining qdoc warnings in a few filesMartin Smith2018-01-051-1/+1
* doc: Add missing template parameters to \fn commandsMartin Smith2017-12-061-88/+88
* doc: Add class qualifiers to parameter typesMartin Smith2017-12-061-1/+5
* QSharedPointer: add get() for STL compatibilityGiuseppe D'Angelo2017-09-121-0/+9
* QSharedPointer/QWeakPointer/QScopedPointer: add comparison against nullptrGiuseppe D'Angelo2016-06-081-0/+84
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-05-231-11/+0
|\
| * QSharedPointer: move QDebug stream operators into qdebug.hGiuseppe D'Angelo2016-05-121-11/+0
* | Make QSharedPointer without custom deleters call the correct destructorThiago Macieira2016-04-281-0/+8
* | Add support for initializing QSharedPointer from nullptrThiago Macieira2016-04-191-2/+18
|/
* Merge remote-tracking branch 'origin/5.6' into devLiang Qi2016-02-111-2/+2
|\
| * Doc: correct minor typoGabriel Pannwitz2016-02-051-2/+2
* | Add Intel copyright to files that Intel has had non-trivial contributionThiago Macieira2016-01-211-0/+1
* | Updated license headersJani Heikkinen2016-01-151-14/+20
* | Make use of new QHash::erase(const_iterator) overloadMarc Mutz2015-12-191-4/+4
* | Use Q_UNLIKELY for every qFatal()/qCritical()Marc Mutz2015-11-291-4/+4
* | Implement QDebug support for QSharedPointerGiuseppe D'Angelo2015-09-031-0/+11
|/
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Doc: Use title case in section1 titlesNico Vertriest2014-09-301-1/+1
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Doc: corrected autolink errors qtbase/corelib/toolsNico Vertriest2014-09-241-1/+1
* Tidy up and expand QSharedPointer documentation.Mitch Curtis2014-07-031-3/+24
* Add QEnableSharedFromThis classRoman Pasechnik2014-06-291-0/+54