summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qsharedpointer_impl.h
Commit message (Expand)AuthorAgeFilesLines
...
| * | Restore symmetry between QSharedPointer and QWeakPointer on QObjects.Thiago Macieira2009-08-051-0/+3
| * | Performance improvements by avoiding creation of temporary QSharedPointers wi...Thiago Macieira2009-08-051-43/+25
| * | Add support for using QWeakPointer with QObject, replacing QPointer.Thiago Macieira2009-08-051-5/+23
| * | Fix compilation for compilers that don't have template friends.Thiago Macieira2009-08-051-1/+0
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-061-0/+1
|\ \ \ | |/ /
| * | Add QWeakPointer::data, which thread-unsafely returns the tracked pointerThiago Macieira2009-08-041-0/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-35/+62
|\ \ \ | |/ /
| * | Ensure that we never increase the strong reference count up from zero.Thiago Macieira2009-08-031-4/+14
| * | Change the pointer-tracking code to work everywhere.Thiago Macieira2009-08-031-10/+28
| * | Don't forget to delete the deleter object too in QSharedPointer.Thiago Macieira2009-08-031-0/+3
| * | Cleanup old code in QSharedPointerThiago Macieira2009-08-031-18/+16
| * | Remove the need for internal API in QSharedPointer.Thiago Macieira2009-08-031-3/+1
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-17/+20
|\ \ \ | |/ /
| * | Implement a new pointer-tracking mechanism for QSharedPointer.Thiago Macieira2009-07-281-15/+18
| * | Work around weird issue with Sun CC 5.9: Self was the wrong class.Thiago Macieira2009-07-281-2/+2
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-281-6/+100
|\ \ \ | |/ /
| * | Fix compilation with older GCC versions: need a constructor.Thiago Macieira2009-07-251-0/+5
| * | Adapt the contiguous-creator code to use the new custom deleter code.Thiago Macieira2009-07-241-26/+27
| * | Revert "Revert "Add support for creating the object alongside the Data struct...Thiago Macieira2009-07-241-0/+47
| * | Remove the old specialised deleter implementation from QSharedPointer.Thiago Macieira2009-07-241-12/+0
| * | Implement a new custom deleter implementation for QSharedPointerThiago Macieira2009-07-241-1/+54
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-1/+52
|\ \ \ | |/ /
| * | Revert "Add support for creating the object alongside the Data structure in Q...Thiago Macieira2009-07-021-47/+0
| * | Experimental: allow QSharedPointer to be used with forward declarations that ...Thiago Macieira2009-07-021-1/+1
| * | Add support for creating the object alongside the Data structure inThiago Macieira2009-07-021-0/+47
| * | Add qobject_cast for QSharedPointer.Thiago Macieira2009-07-021-0/+51
* | | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-61/+25
|\ \ \ | |/ /
| * | Clean up QSharedPointer cast implementations.Thiago Macieira2009-06-261-57/+19
| |/
| * Change QSharedPointer to track (or not) pointers when the #define isThiago Macieira2009-06-251-2/+4
| * 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/+12
|\ \ | |/
| * Fix handling of dynamic casts in QSharedPointer.Thiago Macieira2009-05-181-9/+12
| * Long live Qt 4.5!Lars Knoll2009-03-231-0/+585
* Long live Qt for S60!axis2009-04-241-0/+597