summaryrefslogtreecommitdiffstats
path: root/tests/auto/qsharedpointer
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-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
|\ \
| * | 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-138-8/+25
|\| |
| * | 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-128-8/+8
| * | 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-044-43/+380
|\| |
| * | 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
* | | 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-282-14/+176
|\| |
| * | 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
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-278-12/+347
|\| |
| * | 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
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-303-10/+18
|\| |