summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsharedpointer
Commit message (Expand)AuthorAgeFilesLines
* Update contact URL in license headers.Jason McDonald2009-08-128-8/+8
* 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-034-2/+145
* 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-032-41/+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
| * Autotest: add a newline after the user program headers.Thiago Macieira2009-07-301-0/+1
| * Fix a running external tests: user program headers must come first.Thiago Macieira2009-07-261-2/+2
* | Disable the forwardDeclared1 test with SunCC: it doesn't workThiago Macieira2009-07-281-0/+4
* | Fix a running external tests: user program headers must come first.Thiago Macieira2009-07-251-2/+2
* | Add support for debugging and valgrinding external testsThiago Macieira2009-07-251-10/+74
* | Revert "Revert "Add support for creating the object alongside the Data struct...Thiago Macieira2009-07-241-2/+100
* | Disable private unit tests when Qt is configured withoutRohan McGovern2009-07-091-0/+1
* | 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-028-12/+223
* | 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-163-6/+6
* Fix handling of dynamic casts in QSharedPointer.Thiago Macieira2009-05-181-9/+128
* Long live Qt 4.5!Lars Knoll2009-03-236-0/+1735