summaryrefslogtreecommitdiffstats
path: root/src/corelib/tools/qsharedpointer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headersAkseli Salovaara2015-03-311-13/+13
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-291-24/+24
* Update contact information in license headers.Sergio Ahumada2012-08-011-2/+2
* Update year in Nokia copyright messages.Jason McDonald2012-01-111-1/+1
* Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* Fix typos in QSharedPointer documentation.Jason McDonald2011-04-061-11/+11
* Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-10-251-3/+3
|\
| * Fixed grammar mistake.Jerome Pasion2010-10-081-3/+3
* | Merge remote branch 'origin/4.7' into qt-master-from-4.7Olivier Goffart2010-08-131-3/+3
|\|
| * QSharedPointer documentation: specify that it is not safe to operate on the s...Olivier Goffart2010-08-061-2/+2
| * Fixed spelling mistakes in documented functions, classes, etc. Part of QTBUG-...Jerome Pasion2010-07-291-1/+1
* | It is no longer necessary to check for QT_NO_MEMBER_TEMPLATESminiak2010-08-031-4/+0
|/
* doc: Corrected misspelled word.Martin Smith2010-01-271-1/+1
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* qdoc: Added \brief texts to all the since 4.6 functions.Martin Smith2009-09-211-0/+4
* 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-23/+5
* | Merge commit 'qt/master'Jason Barron2009-08-181-3/+267
|\ \
| * | fix includes to use lower-caseHarald Fernengel2009-08-171-1/+1
| * | Restructure the documentation, both on a file and on a content level.Volker Hilsheimer2009-08-171-2/+0
| * | Internal doc: explain how QSharedPointer worksThiago Macieira2009-08-131-0/+266
* | | Merge commit 'qt/master'Jason Barron2009-08-131-15/+108
|\| |
| * | Autotest: make sure we can't create QWeakPointer from a QObject in destruction.Thiago Macieira2009-08-121-0/+2
| * | Doc: explain the use of QWeakPointer for tracking QObjectsThiago Macieira2009-08-121-14/+95
| * | Update contact URL in license headers.Jason McDonald2009-08-121-1/+1
| * | Compile fix with namespaceshjk2009-08-101-0/+10
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-101-2/+52
|\| |
| * | Doc: fix qdoc errors in QSharedPointer documentation.Thiago Macieira2009-08-051-2/+2
| * | Restore symmetry between QSharedPointer and QWeakPointer on QObjects.Thiago Macieira2009-08-051-0/+23
| * | Add support for using QWeakPointer with QObject, replacing QPointer.Thiago Macieira2009-08-051-0/+27
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-061-2/+74
|\| |
| * | Add QWeakPointer::data, which thread-unsafely returns the tracked pointerThiago Macieira2009-08-041-2/+74
* | | Merge commit 'qt/master-stable'Jason Barron2009-08-041-1/+22
|\| |
| * | Autotest: add a way to ensure that there are no safety-check pointers leakingThiago Macieira2009-08-031-1/+22
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-301-26/+87
|\| |
| * | Implement a new pointer-tracking mechanism for QSharedPointer.Thiago Macieira2009-07-281-26/+87
* | | Merge commit 'qt/master-stable'Jason Barron2009-07-271-0/+59
|\| |
| * | Doc: add \since 4.6Volker Hilsheimer2009-07-201-0/+3
| * | doc: Corrected several qdoc warnings.Martin Smith2009-07-031-3/+3
| * | Add qobject_cast for QSharedPointer.Thiago Macieira2009-07-021-0/+56
| |/
* | Merge commit 'qt/master-stable' into 4.6-mergedJason Barron2009-06-301-2/+2
|\|
| * Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* | Make Qt exception safer.Robert Griebl2009-06-101-2/+7
|/
* Fix QSharedPointer crashing when it is used as a global static in an applicat...Thiago Macieira2009-03-251-5/+13