summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qsharedpointer/tst_qsharedpointer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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