| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove documentation of non-existing QWeakPointer members | Oleksii Zbykovskyi | 2025-07-30 | 1 | -54/+0 |
| * | Fix of files under tools prefix | Oleksii Zbykovskyi | 2025-07-29 | 1 | -8/+1 |
| * | QSharedPointer: fix uninit'ed field 'destroyer' | Marc Mutz | 2025-06-12 | 1 | -0/+1 |
| * | QPointer: fix data race on ExternalRefCountData | David Faure | 2025-04-10 | 1 | -1/+1 |
| * | Long live \constraints! | Marc Mutz | 2025-02-28 | 1 | -4/+2 |
| * | QSharedPointer: document rvalue overloads of various cast methods | Ivan Solovev | 2025-01-30 | 1 | -4/+104 |
| * | Create qdoc macros for C++ class docs 2.1: qHash() | Marc Mutz | 2024-11-27 | 1 | -4/+1 |
| * | Create qdoc macros for C++ class docs 1.2: member-swap(), simplified phrasing | Marc Mutz | 2024-11-08 | 1 | -6/+2 |
| * | Revert "Revert "QSharedPointer: Use new comparison helper macros"" | Ivan Solovev | 2024-07-17 | 1 | -44/+33 |
| * | Revert "QSharedPointer: Use new comparison helper macros" | Ivan Solovev | 2024-07-09 | 1 | -33/+44 |
| * | QSharedPointer: Use new comparison helper macros | Rym Bouabid | 2024-07-03 | 1 | -44/+33 |
| * | [docs] Remove references to C++11 feature availability | Marc Mutz | 2024-01-09 | 1 | -3/+2 |
| * | Doc: Remove references to Qt 4 in Qt 5.0 in Qt Core documentation | Kai Köhne | 2023-12-18 | 1 | -2/+1 |
| * | QSharedPointer: Remove support code for tracking weak-pointer | Fabian Kosmale | 2023-12-06 | 1 | -0/+4 |
| * | Doc: Fix template information in "qsharedpointer.cpp" | Luca Di Sera | 2023-11-17 | 1 | -19/+19 |
| * | QSP/QWP: introduce owner_before, owner_equal, owner_hash | Giuseppe D'Angelo | 2023-10-26 | 1 | -0/+43 |
| * | Corelib: s/Q_OS_MAC/Q_OS_DARWIN/wg except for doc and definition | Edward Welbourne | 2023-03-20 | 1 | -1/+1 |
| * | [doc] QSharedPointer: add some missing docs | Marc Mutz | 2022-12-22 | 1 | -0/+49 |
| * | Use SPDX license identifiers | Lucie Gérard | 2022-05-16 | 1 | -40/+4 |
| * | Doc: Use \deprecated instead of \obsolete | Paul Wicking | 2021-05-26 | 1 | -1/+1 |
| * | QSharedPointer: Use matching new/delete | Fabian Kosmale | 2021-05-25 | 1 | -2/+2 |
| * | 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 |