| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix building with Sun CC 5.10: missing :: for the QWeakPointer declaration | Thiago Macieira | 2010-03-01 | 1 | -2/+2 |
|
|
* | Add an extra operator delete() to QSharedPointer's internals. | Thiago Macieira | 2010-02-24 | 1 | -0/+1 |
|
|
* | Merge remote branch 'origin/4.6' into integration-master-from-4.6 | Rohan McGovern | 2010-02-18 | 1 | -2/+2 |
|\ |
|
| * | Change all ptrdiff_t to qptrdiff. | Thiago Macieira | 2010-02-17 | 1 | -2/+2 |
|
|
* | | Add operator< and qHash for QSharedPointer and fix operator-. | Thiago Macieira | 2010-02-15 | 1 | -2/+47 |
|/ |
|
* | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 1 | -1/+1 |
|
|
* | Fixed qsharedpointer auto test build break for Symbian OS. | Janne Anttila | 2009-09-28 | 1 | -1/+1 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 1 | -4/+4 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 1 | -13/+13 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 1 | -13/+13 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 1 | -1/+1 |
|
|
| * | Disable the pointer tracking feature in Qt 4.5. | Thiago Macieira | 2009-07-27 | 1 | -6/+0 |
|
|
* | | Add an opt-in QWeakPointer::operator->. | Thiago Macieira | 2009-08-31 | 1 | -0/+4 |
|
|
* | | Mark the QSharedPointer with Qt::Uninitialized explicit | Thiago Macieira | 2009-08-28 | 1 | -1/+1 |
|
|
* | | compile when bootstrapping Qt | Harald Fernengel | 2009-08-20 | 1 | -0/+2 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 1 | -20/+56 |
|\ \ |
|
| * | | Reimplement qSwap and Q_DECLARE_SHARED differently. | Thiago Macieira | 2009-08-14 | 1 | -2/+17 |
|
|
| * | | Internal doc: explain how QSharedPointer works | Thiago Macieira | 2009-08-13 | 1 | -18/+39 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Jason Barron | 2009-08-13 | 1 | -2/+2 |
|\ \ \ |
|
| * | | | Worked around RVCT scoping issues by making scope explicit in places that | Miikka Heikkinen | 2009-08-13 | 1 | -2/+2 |
|
|
* | | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 1 | -1/+22 |
|\ \ \ \
| |/ / /
|/| / /
| |/ / |
|
| * | | Add the typedefs to QSharedPointer and QWeakPointer to make template | Thiago Macieira | 2009-08-12 | 1 | -0/+21 |
|
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 1 | -1/+1 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-10 | 1 | -49/+51 |
|\ \ \
| |/ / |
|
| * | | Restore symmetry between QSharedPointer and QWeakPointer on QObjects. | Thiago Macieira | 2009-08-05 | 1 | -0/+3 |
|
|
| * | | Performance improvements by avoiding creation of temporary QSharedPointers wi... | Thiago Macieira | 2009-08-05 | 1 | -43/+25 |
|
|
| * | | Add support for using QWeakPointer with QObject, replacing QPointer. | Thiago Macieira | 2009-08-05 | 1 | -5/+23 |
|
|
| * | | Fix compilation for compilers that don't have template friends. | Thiago Macieira | 2009-08-05 | 1 | -1/+0 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-06 | 1 | -0/+1 |
|\ \ \
| |/ / |
|
| * | | Add QWeakPointer::data, which thread-unsafely returns the tracked pointer | Thiago Macieira | 2009-08-04 | 1 | -0/+1 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 1 | -35/+62 |
|\ \ \
| |/ / |
|
| * | | Ensure that we never increase the strong reference count up from zero. | Thiago Macieira | 2009-08-03 | 1 | -4/+14 |
|
|
| * | | Change the pointer-tracking code to work everywhere. | Thiago Macieira | 2009-08-03 | 1 | -10/+28 |
|
|
| * | | Don't forget to delete the deleter object too in QSharedPointer. | Thiago Macieira | 2009-08-03 | 1 | -0/+3 |
|
|
| * | | Cleanup old code in QSharedPointer | Thiago Macieira | 2009-08-03 | 1 | -18/+16 |
|
|
| * | | Remove the need for internal API in QSharedPointer. | Thiago Macieira | 2009-08-03 | 1 | -3/+1 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-30 | 1 | -17/+20 |
|\ \ \
| |/ / |
|
| * | | Implement a new pointer-tracking mechanism for QSharedPointer. | Thiago Macieira | 2009-07-28 | 1 | -15/+18 |
|
|
| * | | Work around weird issue with Sun CC 5.9: Self was the wrong class. | Thiago Macieira | 2009-07-28 | 1 | -2/+2 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-28 | 1 | -6/+100 |
|\ \ \
| |/ / |
|
| * | | Fix compilation with older GCC versions: need a constructor. | Thiago Macieira | 2009-07-25 | 1 | -0/+5 |
|
|
| * | | Adapt the contiguous-creator code to use the new custom deleter code. | Thiago Macieira | 2009-07-24 | 1 | -26/+27 |
|
|
| * | | Revert "Revert "Add support for creating the object alongside the Data struct... | Thiago Macieira | 2009-07-24 | 1 | -0/+47 |
|
|
| * | | Remove the old specialised deleter implementation from QSharedPointer. | Thiago Macieira | 2009-07-24 | 1 | -12/+0 |
|
|
| * | | Implement a new custom deleter implementation for QSharedPointer | Thiago Macieira | 2009-07-24 | 1 | -1/+54 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 1 | -1/+52 |
|\ \ \
| |/ / |
|
| * | | Revert "Add support for creating the object alongside the Data structure in Q... | Thiago Macieira | 2009-07-02 | 1 | -47/+0 |
|
|
| * | | Experimental: allow QSharedPointer to be used with forward declarations that ... | Thiago Macieira | 2009-07-02 | 1 | -1/+1 |
|
|
| * | | Add support for creating the object alongside the Data structure in | Thiago Macieira | 2009-07-02 | 1 | -0/+47 |
|
|
| * | | Add qobject_cast for QSharedPointer. | Thiago Macieira | 2009-07-02 | 1 | -0/+51 |
|
|