| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTS | Thiago Macieira | 2016-05-08 | 1 | -3/+3 |
| * | Fix QArrayData::allocate() to guard against integer overflows | Thiago Macieira | 2016-04-28 | 1 | -3/+10 |
| * | Compile with !QT_SUPPORTS(UNSHARABLE_CONTAINERS) | Marc Mutz | 2015-07-08 | 1 | -0/+4 |
| * | Use QT_WARNING_.. instead of #pragma GCC diagnostic .. | Konstantin Ritt | 2015-04-07 | 1 | -7/+3 |
| * | Update copyright headers | Jani Heikkinen | 2015-02-11 | 1 | -7/+7 |
| * | Check for integer overflows in places where qAllocMore is used | Ulf Hermann | 2014-10-17 | 1 | -2/+14 |
| * | Don't dereference pointers on QArrayData deallocation | Ulf Hermann | 2014-10-17 | 1 | -1/+2 |
| * | Update license headers and add new license files | Matti Paaso | 2014-09-24 | 1 | -19/+11 |
| * | Unify all mid() functions in QtBase. | Jędrzej Nowacki | 2014-05-16 | 1 | -0/+29 |
| * | Merge remote-tracking branch 'origin/stable' into dev | Frederik Gladhorn | 2014-05-06 | 1 | -4/+9 |
| |\ |
|
| | * | Deprecate setSharable in Qt containers | Thiago Macieira | 2014-04-24 | 1 | -4/+9 |
| * | | Mark the QArrayData alloc/dealloc functions as nothrow | Thiago Macieira | 2014-02-19 | 1 | -2/+2 |
| |/ |
|
| * | Fix configure warnings on Windows 7 with MSVC2010. | Mitch Curtis | 2013-09-25 | 1 | -1/+1 |
| * | Update copyright year in Digia's license headers | Sergio Ahumada | 2013-01-18 | 1 | -1/+1 |
| * | Core: Silence gcc warnings about unitinialized members in qarraydata.cpp | Kai Koehne | 2012-09-26 | 1 | -0/+9 |
| * | Change copyrights from Nokia to Digia | Iikka Eklund | 2012-09-22 | 1 | -24/+24 |
| * | Add an assert simplifying debugging. | Jędrzej Nowacki | 2012-05-04 | 1 | -0/+1 |
| * | Fix MSVC conversion warnings in new bytearray code. | Friedemann Kleint | 2012-04-20 | 1 | -1/+1 |
| * | Make QArrayData::shared_null zero terminated. | Jędrzej Nowacki | 2012-03-29 | 1 | -3/+10 |
| * | Add AllocationOption::Grow | João Abecasis | 2012-02-29 | 1 | -2/+9 |
| * | Update license headers | João Abecasis | 2012-02-06 | 1 | -3/+3 |
| * | Move Q_CHECK_PTR to inline code | João Abecasis | 2012-01-18 | 1 | -1/+0 |
| * | Don't use qMalloc/qFree in non-inline code | João Abecasis | 2012-01-17 | 1 | -2/+4 |
| * | Rename QArrayData::AllocateOption to AllocationOption | João Abecasis | 2012-01-16 | 1 | -1/+1 |
| * | Enable QArrayData to reference external array data | João Abecasis | 2012-01-16 | 1 | -3/+6 |
| * | Add AllocateOptions to QArrayData | João Abecasis | 2012-01-09 | 1 | -4/+4 |
| * | Remove shared_empty and unsharable_empty from API | João Abecasis | 2012-01-06 | 1 | -5/+6 |
| * | Add setSharable support in QArrayData stack | João Abecasis | 2012-01-06 | 1 | -3/+9 |
| * | Retire the generic Q_REFCOUNT_INITIALIZER macro | João Abecasis | 2012-01-04 | 1 | -2/+2 |
| * | Get rid of assignment operators in RefCount | João Abecasis | 2012-01-04 | 1 | -1/+1 |
| * | Allocate/free support in QArrayData | João Abecasis | 2011-12-09 | 1 | -0/+44 |
| * | Introducing QArrayData | João Abecasis | 2011-12-06 | 1 | -0/+49 |