| Commit message (Expand) | Author | Age | Files | Lines |
* | Add operator< and qHash for QSharedPointer and fix operator-. | Thiago Macieira | 2010-02-15 | 1 | -0/+100 |
|
|
* | Merge branch '4.6' | Thiago Macieira | 2010-01-13 | 8 | -8/+8 |
|\ |
|
| * | Update copyright year to 2010 | Jason McDonald | 2010-01-06 | 8 | -8/+8 |
|
|
* | | Merge commit 'origin/4.6' | Olivier Goffart | 2009-12-15 | 1 | -0/+10 |
|\ \
| |/ |
|
| * | Autotest: ensure that QSharedPointer does proper autocasting through | Thiago Macieira | 2009-12-08 | 1 | -0/+10 |
|
|
* | | small simplification of code to run the platform make tool in an autotest | Thierry Bastian | 2009-11-17 | 1 | -8/+2 |
|/ |
|
* | Autotest: fix false positives with MSVC.NET 2003 | Thiago Macieira | 2009-10-09 | 1 | -1/+19 |
|
|
* | Autotest: fix forward-declaration test. | Thiago Macieira | 2009-10-09 | 1 | -1/+5 |
|
|
* | Autotest: disable the forwardDeclared1 test in WinSCW too. | Thiago Macieira | 2009-10-05 | 1 | -1/+1 |
|
|
* | Autotest: Don't run 15 and 35 threads on Windows CE. | Thiago Macieira | 2009-10-05 | 1 | -1/+2 |
|
|
* | Enabled the QTEST_NO_RTTI flag for WindowsCE | ninerider | 2009-09-25 | 2 | -1/+4 |
|
|
* | Update license headers again. | Jason McDonald | 2009-09-09 | 8 | -32/+32 |
|
|
* | Update tech preview license header for files that are new in 4.6. | Jason McDonald | 2009-08-31 | 5 | -65/+65 |
|
|
* | Merge branch '4.5' into 4.6 | Thiago Macieira | 2009-08-31 | 3 | -39/+39 |
|\ |
|
| * | Update tech preview license header. | Jason McDonald | 2009-08-31 | 3 | -39/+39 |
|
|
| * | Update license headers. | Jason McDonald | 2009-08-11 | 3 | -3/+3 |
|
|
* | | Mark the QSharedPointer with Qt::Uninitialized explicit | Thiago Macieira | 2009-08-28 | 1 | -0/+12 |
|
|
* | | make moc, qregion and qsharedpointer autotest compile with namespaces | hjk | 2009-08-21 | 2 | -0/+5 |
|
|
* | | Merge commit 'qt/master' | Jason Barron | 2009-08-20 | 1 | -15/+1 |
|\ \ |
|
| * | | Autotest: remove unreliable test. | Thiago Macieira | 2009-08-20 | 1 | -15/+0 |
|
|
| * | | Autotest: add one more check for operator== | Thiago Macieira | 2009-08-20 | 1 | -0/+1 |
|
|
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-08-19 | 1 | -4/+33 |
|\ \ \
| |/ / |
|
| * | | Autotest: Be very pedant about the tests. There's at least one compiler | Thiago Macieira | 2009-08-18 | 1 | -4/+33 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-18 | 1 | -0/+32 |
|\ \ \
| |/ / |
|
| * | | Reimplement qSwap and Q_DECLARE_SHARED differently. | Thiago Macieira | 2009-08-14 | 1 | -0/+32 |
|
|
* | | | Merge commit 'qt/master' | Jason Barron | 2009-08-13 | 8 | -8/+25 |
|\ \ \
| |/ / |
|
| * | | Autotest: make sure we can't create QWeakPointer from a QObject in destruction. | Thiago Macieira | 2009-08-12 | 1 | -0/+15 |
|
|
| * | | Update contact URL in license headers. | Jason McDonald | 2009-08-12 | 8 | -8/+8 |
|
|
| * | | tst_QSharedPointer fixed for Windows CE | Joerg Bornemann | 2009-08-10 | 1 | -0/+2 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-10 | 1 | -0/+145 |
|\ \ \
| |/ / |
|
| * | | tst_qsharedpointer compile fix for Windows CE | Joerg Bornemann | 2009-08-06 | 1 | -0/+4 |
|
|
| * | | Restore symmetry between QSharedPointer and QWeakPointer on QObjects. | Thiago Macieira | 2009-08-05 | 1 | -0/+31 |
|
|
| * | | Add support for using QWeakPointer with QObject, replacing QPointer. | Thiago Macieira | 2009-08-05 | 1 | -0/+110 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-08-04 | 4 | -43/+380 |
|\ \ \
| |/ / |
|
| * | | Ensure that we never increase the strong reference count up from zero. | Thiago Macieira | 2009-08-03 | 1 | -1/+124 |
|
|
| * | | Change the pointer-tracking code to work everywhere. | Thiago Macieira | 2009-08-03 | 4 | -2/+145 |
|
|
| * | | Don't forget to delete the deleter object too in QSharedPointer. | Thiago Macieira | 2009-08-03 | 1 | -0/+13 |
|
|
| * | | Remove the need for internal API in QSharedPointer. | Thiago Macieira | 2009-08-03 | 2 | -41/+55 |
|
|
| * | | Autotest: add a way to ensure that there are no safety-check pointers leaking | Thiago Macieira | 2009-08-03 | 1 | -0/+42 |
|
|
| * | | Merge branch '4.5' | Thiago Macieira | 2009-08-03 | 1 | -0/+2 |
| |\ \
| | |/ |
|
| | * | Autotest: disable the pointer-tracking tests in 4.5 | Thiago Macieira | 2009-08-03 | 1 | -0/+2 |
|
|
| | * | Autotest: add a newline after the user program headers. | Thiago Macieira | 2009-07-30 | 1 | -0/+1 |
|
|
| | * | Fix a running external tests: user program headers must come first. | Thiago Macieira | 2009-07-26 | 1 | -2/+2 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-30 | 1 | -0/+4 |
|\ \ \
| |/ / |
|
| * | | Disable the forwardDeclared1 test with SunCC: it doesn't work | Thiago Macieira | 2009-07-28 | 1 | -0/+4 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-28 | 2 | -14/+176 |
|\ \ \
| |/ / |
|
| * | | Fix a running external tests: user program headers must come first. | Thiago Macieira | 2009-07-25 | 1 | -2/+2 |
|
|
| * | | Add support for debugging and valgrinding external tests | Thiago Macieira | 2009-07-25 | 1 | -10/+74 |
|
|
| * | | Revert "Revert "Add support for creating the object alongside the Data struct... | Thiago Macieira | 2009-07-24 | 1 | -2/+100 |
|
|
* | | | Merge commit 'qt/master-stable' | Jason Barron | 2009-07-27 | 8 | -12/+347 |
|\ \ \
| |/ / |
|