summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsharedpointer
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-3110-134/+134
* Updated year in copyright headerKai Koehne2014-03-2610-10/+10
* test: Mark tst_qsharedpointer as insignificant only on Mac OS XSergio Ahumada2013-05-121-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-138-8/+8
* Don't increase the reference count if dynamic_cast failedThiago Macieira2013-01-054-0/+174
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-298-197/+197
* QSharedPointer: make QT_SHAREDPOINTER_TRACK_POINTERS work with QObjectsGiuseppe D'Angelo2012-08-271-0/+7
* Update contact information in license headers.Sergio Ahumada2012-08-018-16/+16
* Fix bug that made some autotests unrunnable on INTEGRITY targetKalle Viironen2012-04-271-3/+1
* Update year in Nokia copyright messages.Jason McDonald2012-01-118-8/+8
* tests: allow unstable tests to be marked with CONFIG+=insignificant_testSergio Ahumada2011-12-281-0/+2
* Add specific INTEGRITY cases for autotests requiring a target path.Rolland Dudemaine2011-11-151-1/+6
* Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-182-16/+23
|\
| * Remove Q_ASSERT from QSharedPointer autotestJason McDonald2011-05-041-1/+2
| * Remove Q_ASSERT's from qsharedpointer autotestJason McDonald2011-05-041-4/+10
| * Reduce usage of Q_ASSERT in autotests.Jason McDonald2011-04-121-11/+11
| * Remove autotest code related to old Qt versionsJason McDonald2011-04-111-3/+1
| * Update copyright year to 2011.Jason McDonald2011-01-118-8/+8
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-138-141/+141
* | Remove autotest code related to old Qt versionsJason McDonald2011-04-181-3/+1
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2011-01-178-8/+8
|\ \ | |/ |/|
| * Update copyright year to 2011.Jason McDonald2011-01-118-8/+8
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-12-061-2/+2
|\|
| * Autotest: fix mistake in verifying pointersThiago Macieira2010-11-281-2/+2
* | QtCore autotests: make them paralelized.Olivier Goffart2010-11-101-0/+1
* | tst_qsharedpointer.cpp: fix compilationOlivier Goffart2010-08-041-2/+0
* | It is no longer necessary to check for QT_NO_PARTIAL_TEMPLATE_SPECIALIZATIONminiak2010-08-031-6/+0
|/
* Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-07-151-0/+56
|\
| * Fix a crash when recursing into QSharedPointer from QSharedPointer::clear()Thiago Macieira2010-07-091-0/+56
* | Merge remote branch 'origin/4.6' into qt-4.7-from-4.6Thiago Macieira2010-03-313-18/+4
|\|
| * Autotest: don't allow choosing between debug/release mode.Thiago Macieira2010-03-303-18/+4
* | Add operator< and qHash for QSharedPointer and fix operator-.Thiago Macieira2010-02-151-0/+100
* | Merge branch '4.6'Thiago Macieira2010-01-138-8/+8
|\|
| * Update copyright year to 2010Jason McDonald2010-01-078-8/+8
* | Merge commit 'origin/4.6'Olivier Goffart2009-12-151-0/+10
|\|
| * Autotest: ensure that QSharedPointer does proper autocasting throughThiago Macieira2009-12-081-0/+10
* | small simplification of code to run the platform make tool in an autotestThierry Bastian2009-11-171-8/+2
|/
* Autotest: fix false positives with MSVC.NET 2003Thiago Macieira2009-10-091-1/+19
* Autotest: fix forward-declaration test.Thiago Macieira2009-10-091-1/+5
* Autotest: disable the forwardDeclared1 test in WinSCW too.Thiago Macieira2009-10-051-1/+1
* Autotest: Don't run 15 and 35 threads on Windows CE.Thiago Macieira2009-10-051-1/+2
* Enabled the QTEST_NO_RTTI flag for WindowsCEninerider2009-09-252-1/+4
* Update license headers again.Jason McDonald2009-09-098-32/+32
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-315-65/+65
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-313-39/+39
|\
| * Update tech preview license header.Jason McDonald2009-08-313-39/+39
| * Update license headers.Jason McDonald2009-08-113-3/+3
* | Mark the QSharedPointer with Qt::Uninitialized explicitThiago Macieira2009-08-281-0/+12
* | make moc, qregion and qsharedpointer autotest compile with namespaceshjk2009-08-212-0/+5
* | Merge commit 'qt/master'Jason Barron2009-08-201-15/+1
|\ \