summaryrefslogtreecommitdiffstats
path: root/tests/auto/corelib/tools/qsharedpointer
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-191-2/+4
|\
| * Fix UB in tst_QSharedPointer::basics()Marc Mutz2016-01-071-2/+4
* | Fix constructing a QSharedPointer<const> of a QEnableSharedFromThis typeThiago Macieira2015-12-081-6/+44
* | remove pointless conditional definesOswald Buddenhagen2015-11-161-1/+0
* | tst_QSharedPointer: Add jom.exe to the list of make tools to be searched.Friedemann Kleint2015-10-021-0/+1
|/
* fix usage of wince scopeOswald Buddenhagen2015-06-051-1/+1
* Update copyright headersJani Heikkinen2015-02-119-61/+61
* 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-249-169/+97
* 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
* Add QT_NO_PROCESS guards in tests where they are missingAndrew Knight2013-09-031-0/+10
* Whitespace cleanup: remove trailing whitespaceAxel Waggershauser2013-03-161-1/+1
* Merge remote-tracking branch 'origin/stable' into devFrederik Gladhorn2013-01-227-7/+7
|\
| * Update copyright year in Digia's license headersSergio Ahumada2013-01-187-7/+7
* | Output std error from qmake/make when the test fails.David Faure2013-01-171-1/+1
* | Merge branch 'stable' into devFrederik Gladhorn2013-01-074-0/+174
|\|
| * Don't increase the reference count if dynamic_cast failedThiago Macieira2013-01-044-0/+174
* | Add support for multiple arguments to QSharedPointer::create()Thiago Macieira2012-12-231-0/+120
|/
* tst_QSharedPointer: update application typesJ-P Nurmi2012-11-262-13/+11
* 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
* Use QStringList::join(QChar) overload where applicable [QtCore]Marc Mutz2012-09-231-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-227-172/+172
* QSharedPointer: make QT_SHAREDPOINTER_TRACK_POINTERS work with QObjectsGiuseppe D'Angelo2012-08-281-0/+7
* 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