summaryrefslogtreecommitdiff
path: root/src/corelib/tools/qsharedpointer_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Change copyrights from Nokia to Digia4.6Sergio Ahumada2012-11-271-18/+18
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Fix a crash when recursing into QSharedPointer from QSharedPointer::clear()Thiago Macieira2010-07-091-14/+17
* Change all ptrdiff_t to qptrdiff.Thiago Macieira2010-02-171-2/+2
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Fixed qsharedpointer auto test build break for Symbian OS.Janne Anttila2009-09-281-1/+1
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Merge branch '4.5' into 4.6Thiago Macieira2009-08-311-13/+13
|\
| * Update tech preview license header.Jason McDonald2009-08-311-13/+13
| * Update license headers.Jason McDonald2009-08-111-1/+1
| * Disable the pointer tracking feature in Qt 4.5.Thiago Macieira2009-07-271-6/+0
* | Add an opt-in QWeakPointer::operator->.Thiago Macieira2009-08-311-0/+4
* | Mark the QSharedPointer with Qt::Uninitialized explicitThiago Macieira2009-08-281-1/+1
* | compile when bootstrapping QtHarald Fernengel2009-08-201-0/+2
* | Merge commit 'qt/master'Jason Barron2009-08-181-20/+56
|\ \
| * | Reimplement qSwap and Q_DECLARE_SHARED differently.Thiago Macieira2009-08-141-2/+17
| * | Internal doc: explain how QSharedPointer worksThiago Macieira2009-08-131-18/+39
* | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicJason Barron2009-08-131-2/+2
|\ \ \
| * | | Worked around RVCT scoping issues by making scope explicit in places thatMiikka Heikkinen2009-08-131-2/+2
* | | | Merge commit 'qt/master'Jason Barron2009-08-131-1/+22
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | 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
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-101-49/+51
|\ \ \ | |/ /
| * | 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
|\ \ \ | |/ /