summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qsharedpointer
Commit message (Expand)AuthorAgeFilesLines
* Set the Qt API level to compatibility mode in all tests.Thiago Macieira2012-08-011-0/+1
* 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-125-111/+38
* 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
* Mark tst_qsharedpointer as parallel-safe.Rohan McGovern2012-05-291-0/+1
* Removed CONFIG+=parallel_test from suspected parallel-unsafe tests [2]Rohan McGovern2012-05-231-1/+1
* QSharedPointer: hash autotest fixGiuseppe D'Angelo2012-04-131-1/+2
* tst_qsharedpointer: don't inherit from QSharedPointerMarc Mutz2012-03-231-8/+12
* tst_qsharedpointer: Fix auto test fail under Windows 7Debao Zhang2012-03-152-3/+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
* Fixed qsharedpointer unittest to run from installation directoryKurt Korbatits2012-02-101-1/+1
* Make "nmake check" pass for corelib tests in Windows.Miikka Heikkinen2012-02-091-0/+2
* Fixed qsharedpointer unittest on windowsKurt Korbatits2012-02-031-1/+5
* Remove "All rights reserved" line from license headers.Jason McDonald2012-01-308-8/+8
* Update contact information in license headers.Jason McDonald2012-01-238-8/+8
* Changed qsharedpointer unittest to use build qmake over system one.Kurt Korbatits2012-01-171-1/+12
* Avoid using 'check' in QSharedPointer test.Stephen Kelly2012-01-091-42/+42
* Update copyright year in license headers.Jason McDonald2012-01-058-8/+8
* Remove QMetaObject guards and deprecate QPointer.Bradley T. Hughes2011-12-101-2/+0
* Port externaltests.cpp to QTemporaryDirDavid Faure2011-12-071-69/+23
* 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-012-2/+2
* 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
* Cleanup corelib autotestsJason McDonald2011-11-111-5/+4
* Remove obsolete MSVC workarounds from autotests.Jason McDonald2011-10-271-19/+0
* corelib: eliminated usage of qttest_p4.prfRohan McGovern2011-10-251-2/+3
* 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-294-11/+2
* Fix the test caseLars Knoll2011-09-172-2/+3
* Disabled tests for refactor->master integrationJo Asplin2011-09-131-0/+2
* Moving relevant tests to corelib/toolsHolger Ihrig2011-09-0111-0/+3100