index
:
qt/qtbase.git
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
path:
root
/
src
/
corelib
/
kernel
/
qpointer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
QPointer: don't cause UB when checking for nullptr
Marc Mutz
2025-04-08
1
-1
/
+2
*
Rework comparison helper macros to get rid of conditional noexcept
Ivan Solovev
2024-07-16
1
-1
/
+1
*
QPointer: Use new comparison helper macros
Rym Bouabid
2024-05-30
1
-21
/
+16
*
QPointer: ensure construction from nullptr is constinit'able
Marc Mutz
2023-10-05
1
-0
/
+3
*
QPointer: mark the dereference operator noexcept, too
Marc Mutz
2023-10-05
1
-1
/
+1
*
QPointer: plaster API with noexcept
Marc Mutz
2023-10-05
1
-9
/
+9
*
QPointer: mark converting assignment operators noexcept
Marc Mutz
2023-10-05
1
-2
/
+2
*
QPointer: fix missing converting move-assignment operator
Marc Mutz
2023-10-05
1
-1
/
+8
*
QPointer: make swap(lhs, rhs) a hidden friend
Marc Mutz
2023-10-04
1
-4
/
+3
*
QPointer: also provide a converting assignment operator
Giuseppe D'Angelo
2023-09-23
1
-0
/
+7
*
Q(Shared|Weak|)Pointer: mark ctors [[nodiscard]]
Marc Mutz
2023-06-21
1
-0
/
+4
*
QPointer: also make conversion to pointer-to-const work
Marc Mutz
2023-05-11
1
-2
/
+4
*
Make QPointer<T> constructible from QPointer<X>
Marc Mutz
2023-04-29
1
-0
/
+10
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
Replace discouraged Q_MOVABLE_TYPE by Q_RELOCATABLE_TYPE
Andreas Buhr
2020-11-30
1
-1
/
+1
*
Make QPointer comparisons hidden friends
Allan Sandfeld Jensen
2020-10-23
1
-40
/
+22
*
Port Q_STATIC_ASSERT(_X) to static_assert
Giuseppe D'Angelo
2020-06-19
1
-1
/
+1
*
QPointer: add get()
Giuseppe D'Angelo
2020-06-09
1
-0
/
+2
*
QPointer: some simplifications
Marc Mutz
2019-09-13
1
-12
/
+3
*
QWeakPointer: use an alternative work-round for internalData() users
Marc Mutz
2019-06-11
1
-1
/
+2
*
Cleanup the fallout of QWeakPointer::data() deprecation
Giuseppe D'Angelo
2019-05-17
1
-2
/
+2
*
Deprecate QWeakPointer::data()
Giuseppe D'Angelo
2019-05-16
1
-1
/
+1
*
QPointer: fix swap()
Giuseppe D'Angelo
2019-05-13
1
-1
/
+5
*
Replace custom type traits with std one's
Kai Koehne
2016-11-08
1
-1
/
+1
*
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
*
Add #ifdef to avoid qdoc missing function warning
Louai Al-Khanji
2015-08-25
1
-0
/
+5
*
QPointer: remove user-declared empty destructor
Marc Mutz
2015-07-13
1
-1
/
+1
*
QPointer: add member-swap
Marc Mutz
2015-06-17
1
-0
/
+2
*
QPointer: add a static assertion to help the user when using a wrong template...
Giuseppe D'Angelo
2015-04-11
1
-0
/
+3
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Make it possible to use QPointer<const T>
Stephen Kelly
2013-02-13
1
-34
/
+22
*
Remove dead code from QPointer.
Stephen Kelly
2013-02-11
1
-40
/
+0
*
Remove QT_{BEGIN,END}_HEADER macro usage
Sergio Ahumada
2013-01-29
1
-4
/
+0
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Replace macro qdoc with Q_QDOC
Debao Zhang
2013-01-08
1
-1
/
+1
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Fix QPointer qdoc errors
Lars Knoll
2012-08-15
1
-1
/
+1
*
Add some internal API for extracting a QSharedPointer<T> from QVariant.
Stephen Kelly
2012-06-20
1
-0
/
+8
*
Deprecate the use of QWeakPointer to track QObjects.
Stephen Kelly
2012-06-07
1
-2
/
+2
*
Add clear() to QPointer for QWeakPointer compatibility.
Stephen Kelly
2012-06-01
1
-0
/
+5
*
QPointer: some optimisations
Marc Mutz
2012-03-22
1
-18
/
+40
*
Un-deprecate QPointer per mailing list discussion.
Robin Burchell
2012-03-15
1
-5
/
+1
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
*
Remove use of QT_MODULE from library
Gunnar Sletta
2012-01-25
1
-1
/
+0
*
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
*
Remove QMetaObject guards and deprecate QPointer.
Bradley T. Hughes
2011-12-10
1
-17
/
+20
*
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
/
+168