summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qsharedpointer_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Reimplement qSwap and Q_DECLARE_SHARED differently.Thiago Macieira2009-08-141-2/+17
* Internal doc: explain how QSharedPointer worksThiago Macieira2009-08-131-18/+39
* Add the typedefs to QSharedPointer and QWeakPointer to make templateThiago Macieira2009-08-121-0/+21
* Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
* 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
* Add QWeakPointer::data, which thread-unsafely returns the tracked pointerThiago Macieira2009-08-041-0/+1
* 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
* 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
* 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
* 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
* 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
* Fix handling of dynamic casts in QSharedPointer.Thiago Macieira2009-05-181-9/+12
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+585