summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsharedpointer/tst_qsharedpointer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reimplement qSwap and Q_DECLARE_SHARED differently.Thiago Macieira2009-08-141-0/+32
* 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
* 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
* 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
* | Disable the forwardDeclared1 test with SunCC: it doesn't workThiago Macieira2009-07-281-0/+4
* | Revert "Revert "Add support for creating the object alongside the Data struct...Thiago Macieira2009-07-241-2/+100
* | 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
* | 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
* Fix handling of dynamic casts in QSharedPointer.Thiago Macieira2009-05-181-9/+128
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+915