index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
auto
/
corelib
/
tools
/
qsharedpointer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-2
/
+2
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
1
-1
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
1
-0
/
+3
*
CMake: Don't use PUBLIC_LIBRARIES for tests and test helpers
Alexandru Croitor
2022-07-28
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
9
-247
/
+22
*
QWeakPointer: befriend other QWeakPointers
Thiago Macieira
2022-03-04
1
-3
/
+52
*
Long live QVERIFY_THROWS_EXCEPTION!
Marc Mutz
2021-11-26
1
-1
/
+1
*
QtBase: replace windows.h with qt_windows.h
Yuhang Zhao
2021-11-23
1
-1
/
+1
*
Compile autotests for Integrity
Tatiana Borisova
2021-09-20
1
-2
/
+2
*
tests: fix some -Wvolatile
Marc Mutz
2021-07-28
2
-1
/
+4
*
tst_QSharedPointer: fix -Wsuggest-override warnings
Marc Mutz
2021-07-09
1
-7
/
+7
*
tst_QSharedPointer: Fix Clang warnings about self assignment
Tor Arne Vestbø
2021-05-19
1
-0
/
+7
*
Fix comparison between nullptr and QWeakPointer
Ville Voutilainen
2021-04-28
1
-0
/
+15
*
Resurrect tests for QSharedPointer
Ville Voutilainen
2021-04-27
2
-2
/
+15
*
Remove the qmake project files
Joerg Bornemann
2021-01-07
2
-23
/
+0
*
Replace QtTest headers with QTest
David Skoland
2020-12-22
3
-3
/
+5
*
Another round of replacing 0 with nullptr
Allan Sandfeld Jensen
2020-10-07
1
-2
/
+2
*
Rename QLibraryInfo::location() to path()
Lars Knoll
2020-09-12
1
-1
/
+1
*
QProcess/Unix: introduce setChildProcessModifier()
Thiago Macieira
2020-09-08
1
-15
/
+17
*
QWeakPointer: purge deprecated API
Edward Welbourne
2020-08-31
1
-196
/
+0
*
Replace Qt CONSTEXPR defines with constexpr
Allan Sandfeld Jensen
2020-08-14
1
-2
/
+2
*
QSharedPointer: do allow calling deleters on null pointers
Thiago Macieira
2020-07-31
1
-2
/
+31
*
Use QList instead of QVector in corelib tests
Jarek Kobus
2020-07-07
1
-2
/
+2
*
Port Q_STATIC_ASSERT(_X) to static_assert
Giuseppe D'Angelo
2020-06-19
1
-2
/
+2
*
Cleanup code where we mixed QHash and QMultiHash iterator code
Lars Knoll
2020-02-03
1
-13
/
+17
*
Merge remote-tracking branch 'origin/5.13' into 5.14
Qt Forward Merge Bot
2019-10-24
1
-0
/
+54
|
\
|
*
Q{Shared,Weak}Pointer: Reduce overload sets in implicit conversions
Milian Wolff
2019-10-11
1
-0
/
+54
*
|
Remove usages of deprecated APIs of corelib
Sona Kurazyan
2019-07-05
1
-8
/
+100
*
|
Port from QAtomic::load() to loadRelaxed()
Giuseppe D'Angelo
2019-06-20
1
-43
/
+43
*
|
Merge remote-tracking branch 'origin/5.13' into dev
Liang Qi
2019-06-14
1
-5
/
+17
|
\
\
|
|
/
|
*
Fix reference to a dead temporary
Allan Sandfeld Jensen
2019-05-22
1
-5
/
+17
*
|
Remove handling of missing Q_COMPILER_RVALUE_REFS
Allan Sandfeld Jensen
2019-05-01
1
-6
/
+0
*
|
Add qobject_cast operators for std::shared_ptr
Giuseppe D'Angelo
2019-05-01
1
-0
/
+55
*
|
Remove handling of missing very old compiler feature check
Allan Sandfeld Jensen
2019-04-06
1
-6
/
+0
*
|
Replace qMove with std::move
Allan Sandfeld Jensen
2019-04-06
1
-2
/
+2
|
/
*
Add cmdline feature to qmake
Joerg Bornemann
2019-02-18
1
-2
/
+1
*
tst_QSharedPointer: raise the timeout for running qmake and makespec
Thiago Macieira
2018-08-04
1
-7
/
+13
*
Add support for QSharedPointer<cv qualified>::create()
Thiago Macieira
2018-05-17
1
-0
/
+8
*
Merge remote-tracking branch 'origin/5.9' into 5.11
Liang Qi
2018-02-14
1
-2
/
+13
|
\
|
*
tst_QSharedPointer: Fix termination of external processes on Windows
Friedemann Kleint
2018-02-08
1
-2
/
+13
*
|
Merge remote-tracking branch 'origin/5.10' into dev
Liang Qi
2017-11-23
1
-3
/
+2
|
\
\
|
*
|
Change almost all other uses of qrand() to QRandomGenerator
Thiago Macieira
2017-11-08
1
-3
/
+2
|
|
/
*
|
QSharedPointer: add get() for STL compatibility
Giuseppe D'Angelo
2017-09-12
1
-0
/
+14
|
/
*
tst_QSharedPointer: Terminate hanging qmake-processes
Friedemann Kleint
2017-06-28
1
-0
/
+2
*
Fix autotest not to open too many files on a Unix
Tony Sarajärvi
2017-05-29
1
-0
/
+19
*
Fix undefined behavior in QSharedPointer::create()
5.8
Ihor Dutchak
2017-04-17
1
-0
/
+50
*
Properly use the "process" feature
Ulf Hermann
2017-02-27
1
-8
/
+10
*
QSharedPointer: clean up #ifdefs
Marc Mutz
2016-08-15
1
-6
/
+0
*
QSharedPointer/QWeakPointer/QScopedPointer: add comparison against nullptr
Giuseppe D'Angelo
2016-06-08
1
-1
/
+21
*
Make QSharedPointer without custom deleters call the correct destructor
Thiago Macieira
2016-04-28
1
-0
/
+78
[next]