summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsharedpointer/tst_qsharedpointer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-12/+13
|\
| * Remove Q_ASSERT from QSharedPointer autotestJason McDonald2011-05-041-1/+2
| * 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-101-1/+1
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | 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-171-1/+1
|\ \ | |/ |/|
| * Update copyright year to 2011.Jason McDonald2011-01-101-1/+1
* | 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
* | 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-311-1/+1
|\ \ | |/
| * Autotest: don't allow choosing between debug/release mode.Thiago Macieira2010-03-301-1/+1
* | Add operator< and qHash for QSharedPointer and fix operator-.Thiago Macieira2010-02-151-0/+100
|/
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Autotest: ensure that QSharedPointer does proper autocasting throughThiago Macieira2009-12-081-0/+10
* 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-251-0/+3
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
* | Mark the QSharedPointer with Qt::Uninitialized explicitThiago Macieira2009-08-281-0/+12
* | make moc, qregion and qsharedpointer autotest compile with namespaceshjk2009-08-211-0/+2
* | Merge commit 'qt/master'Jason Barron2009-08-201-15/+1
|\ \
| * | Autotest: remove unreliable test.Thiago Macieira2009-08-201-15/+0
| * | Autotest: add one more check for operator==Thiago Macieira2009-08-201-0/+1
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-08-191-4/+33
|\ \ \ | |/ /
| * | Autotest: Be very pedant about the tests. There's at least one compilerThiago Macieira2009-08-181-4/+33
* | | Merge commit 'qt/master'Jason Barron2009-08-181-0/+32
|\ \ \ | |/ /
| * | Reimplement qSwap and Q_DECLARE_SHARED differently.Thiago Macieira2009-08-141-0/+32
* | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+18
|\ \ \ | |/ /
| * | Autotest: make sure we can't create QWeakPointer from a QObject in destruction.Thiago Macieira2009-08-121-0/+15
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| * | tst_QSharedPointer fixed for Windows CEJoerg Bornemann2009-08-101-0/+2
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-101-0/+145
|\ \ \ | |/ /
| * | tst_qsharedpointer compile fix for Windows CEJoerg Bornemann2009-08-061-0/+4
| * | Restore symmetry between QSharedPointer and QWeakPointer on QObjects.Thiago Macieira2009-08-051-0/+31
| * | Add support for using QWeakPointer with QObject, replacing QPointer.Thiago Macieira2009-08-051-0/+110
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-40/+257
|\ \ \ | |/ /
| * | Ensure that we never increase the strong reference count up from zero.Thiago Macieira2009-08-031-1/+124
| * | Change the pointer-tracking code to work everywhere.Thiago Macieira2009-08-031-0/+22