summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsharedpointer/tst_qsharedpointer.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | Don't forget to delete the deleter object too in QSharedPointer.Thiago Macieira2009-08-031-0/+13
| * | Remove the need for internal API in QSharedPointer.Thiago Macieira2009-08-031-40/+55
| * | Autotest: add a way to ensure that there are no safety-check pointers leakingThiago Macieira2009-08-031-0/+42
| * | Merge branch '4.5'Thiago Macieira2009-08-031-0/+2
| |\|
| | * Autotest: disable the pointer-tracking tests in 4.5Thiago Macieira2009-08-031-0/+2
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-0/+4
|\| |
| * | Disable the forwardDeclared1 test with SunCC: it doesn't workThiago Macieira2009-07-281-0/+4
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-281-2/+100
|\| |
| * | Revert "Revert "Add support for creating the object alongside the Data struct...Thiago Macieira2009-07-241-2/+100
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-7/+158
|\| |
| * | Revert "Add support for creating the object alongside the Data structure in Q...Thiago Macieira2009-07-021-100/+2
| * | Experimental: allow QSharedPointer to be used with forward declarations that ...Thiago Macieira2009-07-021-7/+35
| * | Add support for creating the object alongside the Data structure inThiago Macieira2009-07-021-2/+100
| * | Add qobject_cast for QSharedPointer.Thiago Macieira2009-07-021-0/+123
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-6/+14
|\| |
| * | Autotest: Fix a few test names and allow me to see the compilation errorsThiago Macieira2009-06-261-3/+10
| |/
| * Change QSharedPointer to track (or not) pointers when the #define isThiago Macieira2009-06-251-1/+2
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-201-9/+128
|\|
| * Fix handling of dynamic casts in QSharedPointer.Thiago Macieira2009-05-181-9/+128
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+915