| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |