index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.1
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
5.9.8
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
corelib
/
tools
/
qarraydata.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Q_REQUIRED_RESULT to its correct position
Thiago Macieira
2017-04-20
1
-8
/
+6
*
Add QArrayData::reallocateUnaligned for QString and QByteArray
Thiago Macieira
2016-09-07
1
-0
/
+11
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-05-19
1
-2
/
+2
|
\
|
*
Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTS
Thiago Macieira
2016-05-08
1
-2
/
+2
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
|
/
*
Compile with !QT_SUPPORTS(UNSHARABLE_CONTAINERS)
Marc Mutz
2015-07-08
1
-0
/
+2
*
QtCore: Use Q_NULLPTR instead of 0 in all public headers
Marc Mutz
2015-07-01
1
-2
/
+2
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
QtCore: mark some operations nothrow
Marc Mutz
2015-01-10
1
-2
/
+2
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
Don't track the sharable bit upon detach
João Abecasis
2014-07-28
1
-4
/
+0
*
Unify all mid() functions in QtBase.
Jędrzej Nowacki
2014-05-16
1
-0
/
+8
*
Merge remote-tracking branch 'origin/stable' into dev
Frederik Gladhorn
2014-05-06
1
-0
/
+4
|
\
|
*
Deprecate setSharable in Qt containers
Thiago Macieira
2014-04-24
1
-0
/
+4
*
|
Merge remote-tracking branch 'origin/stable' into dev
Simon Hausmann
2014-02-28
1
-2
/
+2
|
\
\
|
|
/
|
*
Make sure all containers compile in strict-iterator mode
Thiago Macieira
2014-02-22
1
-2
/
+2
*
|
Mark the QArrayData alloc/dealloc functions as nothrow
Thiago Macieira
2014-02-19
1
-2
/
+2
|
/
*
Work around a binary incompatibility in MSVC
Thiago Macieira
2014-01-23
1
-2
/
+2
*
Remove QT_{BEGIN,END}_HEADER macro usage
Sergio Ahumada
2013-01-29
1
-4
/
+0
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
Make sure functions returning iterators have an iterator as parameter
Thiago Macieira
2012-10-19
1
-6
/
+6
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
QArrayData: Fix gcc warning about parentheses in 'a + b & c'.
Friedemann Kleint
2012-07-06
1
-1
/
+1
*
Don't use the gcc extension for QStringLiteral & Q_ARRAY_LITERAL
Lars Knoll
2012-06-12
1
-8
/
+0
*
Fix the QVector build with C++11 initialiser lists
Thiago Macieira
2012-06-01
1
-2
/
+2
*
Make QVector compile with QT_STRICT_ITERATORS again
Thiago Macieira
2012-06-01
1
-6
/
+79
*
Implement QVector with QArrayData interface.
Jędrzej Nowacki
2012-05-30
1
-0
/
+12
*
Reuse QArray initializer macro in QByteArray
Jędrzej Nowacki
2012-05-04
1
-4
/
+7
*
Fix MSVC conversion warnings in new bytearray code.
Friedemann Kleint
2012-04-20
1
-1
/
+1
*
Introduce QArrayData::detachCapacity
João Abecasis
2012-04-02
1
-0
/
+7
*
Make QArrayData::shared_null zero terminated.
Jędrzej Nowacki
2012-03-29
1
-3
/
+3
*
Ensure QTypedArrayData is just a shim over QArrayData
João Abecasis
2012-03-28
1
-0
/
+4
*
Add AllocationOption::Grow
João Abecasis
2012-02-29
1
-3
/
+4
*
Remove use of QT_MODULE from QArrayData stack
João Abecasis
2012-02-06
1
-2
/
+0
*
Update license headers
João Abecasis
2012-02-06
1
-3
/
+3
*
Introducing Q_ARRAY_LITERAL
João Abecasis
2012-01-25
1
-0
/
+79
*
Enable use of QArrayDataPointer as a return type
João Abecasis
2012-01-25
1
-0
/
+7
*
Rename QArrayData::AllocateOption to AllocationOption
João Abecasis
2012-01-16
1
-10
/
+11
*
Enable QArrayData to reference external array data
João Abecasis
2012-01-16
1
-0
/
+23
*
Add AllocateOptions to QArrayData
João Abecasis
2012-01-09
1
-4
/
+33
*
Remove shared_empty and unsharable_empty from API
João Abecasis
2012-01-06
1
-14
/
+0
*
Add setSharable support in QArrayData stack
João Abecasis
2012-01-06
1
-4
/
+11
*
Retire the generic Q_REFCOUNT_INITIALIZER macro
João Abecasis
2012-01-04
1
-1
/
+1
*
template<class T> struct QTypedArrayData
João Abecasis
2011-12-11
1
-0
/
+42
*
Allocate/free support in QArrayData
João Abecasis
2011-12-09
1
-0
/
+5
*
Introducing QArrayData
João Abecasis
2011-12-06
1
-0
/
+97