summaryrefslogtreecommitdiffstats
path: root/tests/auto/exceptionsafety_objects/tst_exceptionsafety_objects.cpp
Commit message (Expand)AuthorAgeFilesLines
* Updated year in copyright headerKai Koehne2014-03-261-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-131-1/+1
* test: Mark tst_ExceptionSafety_Objects::objects() as QSKIPSergio Ahumada2012-11-131-0/+3
* 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
* Merge remote-tracking branch 'qt/4.8'Jyri Tahtela2011-05-181-38/+84
|\
| * Remove Q_ASSERT's from exceptionsafety_objects testJason McDonald2011-05-051-3/+6
| * Cosmetic changes to exceptionsafety_objects testJason McDonald2011-04-181-18/+15
| * Partially re-enable exception safety testJason McDonald2011-04-181-2/+44
| * Make test compile in namespaced build.Jason McDonald2011-04-181-0/+2
| * Rename test class.Jason McDonald2011-04-181-16/+16
| * Make tst_exceptionsafety_objects part of the test set.Jason McDonald2011-04-151-0/+2
| * Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
* | Update licenseheader text in source files for qt4.8Jyri Tahtela2011-05-131-17/+17
* | Update copyright year to 2011.Jason McDonald2011-01-111-1/+1
|/
* QTBUG-4887 and other exception safety fixesmread2010-04-071-0/+19
* Update copyright year to 2010Jason McDonald2010-01-071-1/+1
* Make exception safety test work with XML output and warningsmread2009-09-101-2/+26
* Getting text widget OOM tests working in Symbianmread2009-09-091-4/+8
* Update license headers again.Jason McDonald2009-09-091-4/+4
* exception safety fix for QList::operator+= (const QList&)mread2009-09-081-25/+92
* Update tech preview license header for files that are new in 4.6.Jason McDonald2009-08-311-13/+13
* Remove commented line.Frans Englich2009-08-191-1/+0
* Changed names and URLs to reflect name change.axis2009-08-191-1/+1
* disabled exceptions safety tests for Symbian 3.x as they always fail due to m...mread2009-08-181-1/+2
* QVector::insert is currently not strongly exception safeHarald Fernengel2009-08-071-1/+3
* Update license headers according to commit 858c70f768e.axis2009-08-061-2/+2
* refactor a bit, and add container testingHarald Fernengel2009-08-051-34/+272
* deleteing test objects for improved memory leak tracking. added test start pa...mread2009-08-041-5/+11
* Squashed commit of the topic/exceptions branch.Harald Fernengel2009-08-031-42/+215
* major rewrite - make it valgrind friendlyHarald Fernengel2009-06-161-61/+100
* add object exception test as wellHarald Fernengel2009-06-161-9/+53
* add an out of memory checkerHarald Fernengel2009-06-161-0/+149