summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qsharedpointer/tst_qsharedpointer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersJani Heikkinen2015-02-111-7/+7
* Fix QSharedPointer::create and QEnableSharedFromThisThiago Macieira2015-01-211-0/+18
* tst_QSharedPointer: fix memleakMarc Mutz2014-10-191-1/+2
* Update license headers and add new license filesMatti Paaso2014-09-241-19/+11
* Add QEnableSharedFromThis classRoman Pasechnik2014-06-291-0/+223
* QWeakPointer: add member-swapMarc Mutz2014-04-031-0/+24
* QWeakPointer: add lock() for std::weak_ptr compatibilityMarc Mutz2014-04-031-0/+18
* tst_QSharedPointer: add more tests for forward-declared payloadsMarc Mutz2014-03-141-0/+20
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-221-1/+1
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-181-1/+1
* | Output std error from qmake/make when the test fails.David Faure2013-01-171-1/+1
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-071-0/+7
|\|
| * Don't increase the reference count if dynamic_cast failedThiago Macieira2013-01-041-0/+7
* | Add support for multiple arguments to QSharedPointer::create()Thiago Macieira2012-12-231-0/+120
|/
* Test: remove QSKIP in tst_QSharedPointer::lambdaCustomDeleterCaroline Chao2012-10-161-4/+5
* Add some tests for compatible and incompatible custom deletersThiago Macieira2012-09-241-0/+20
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-221-24/+24
* QSharedPointer: make QT_SHAREDPOINTER_TRACK_POINTERS work with QObjectsGiuseppe D'Angelo2012-08-281-0/+7
* Add some internal API for extracting a QSharedPointer<T> from QVariant.Stephen Kelly2012-06-201-0/+71
* Now merge the QtShared::ExternalRefCount class into QSharedPointerThiago Macieira2012-06-121-2/+2
* Remove "delete value" from QSharedPointerThiago Macieira2012-06-121-50/+16
* Add a unit test to QSharedPointer being deleted by a C++11 lambdaThiago Macieira2012-06-121-0/+32
* avoid redundant testsOswald Buddenhagen2012-06-011-6/+2
* QSharedPointer: hash autotest fixGiuseppe D'Angelo2012-04-131-1/+2
* tst_qsharedpointer: don't inherit from QSharedPointerMarc Mutz2012-03-231-8/+12
* Remove HP PA-RISC atomic implementation.Bradley T. Hughes2012-02-131-5/+0
* Make it possible to put QObject tracked with QWeakPointer inside QSharedPointerOlivier Goffart2012-02-101-8/+25
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-301-1/+1
* Update contact information in license headers.Jason McDonald2012-01-231-1/+1
* Avoid using 'check' in QSharedPointer test.Stephen Kelly2012-01-091-42/+42
* Update copyright year in license headers.Jason McDonald2012-01-051-1/+1
* Remove QMetaObject guards and deprecate QPointer.Bradley T. Hughes2011-12-101-2/+0
* Fix tst_QSharedPointer invalidConstructs:forward-declaration failureBradley T. Hughes2011-12-061-0/+6
* Remove cast and assignment operators from QAtomicInt and QAtomicPointerBradley T. Hughes2011-12-021-2/+2
* Fixed installation of corelib testsRohan McGovern2011-12-011-1/+1
* Cleanup corelib autotestsJason McDonald2011-11-251-9/+6
* Don't depend on moc to disable test functions.Jason McDonald2011-11-181-11/+7
* Remove warnings from deprecated atomic operators in autotestsBradley T. Hughes2011-11-161-1/+1
* Remove obsolete MSVC workarounds from autotests.Jason McDonald2011-10-271-19/+0
* Remove SkipMode parameter from QSKIP calls.Jason McDonald2011-10-211-2/+2
* Fail test in preference to calling qFatal.Jason McDonald2011-10-071-4/+2
* Avoid using QSKIP in lieu of compile-time checksJason McDonald2011-10-051-7/+11
* Make all uses of QBasicAtomicInt and Pointer use load() and store()Thiago Macieira2011-10-031-40/+40
* Remove Symbian-specific code from tests.Jason McDonald2011-09-291-4/+0
* Moving relevant tests to corelib/toolsHolger Ihrig2011-09-011-0/+1922