index
:
delta/qt5/qtbase.git
5.10
5.10.0
5.10.1
5.11
5.11.0
5.11.1
5.11.2
5.11.3
5.12
5.12.0
5.12.1
5.12.10
5.12.11
5.12.12
5.12.2
5.12.3
5.12.4
5.12.5
5.12.6
5.12.7
5.12.8
5.12.9
5.13
5.13.0
5.13.1
5.13.2
5.14
5.14.0
5.14.1
5.14.2
5.15
5.15.0
5.15.1
5.15.2
5.3
5.3.0
5.3.1
5.3.2
5.4
5.4.0
5.4.1
5.4.2
5.5
5.5.0
5.5.1
5.6
5.6.0
5.6.1
5.6.2
5.6.3
5.7
5.7.0
5.7.1
5.8
5.8.0
5.9
5.9.0
5.9.1
5.9.2
5.9.3
5.9.4
5.9.5
5.9.6
5.9.7
5.9.8
6.0
6.0.0
6.1
6.1.0
6.1.1
6.1.2
6.1.3
6.2
6.2.0
6.2.1
6.2.2
6.2.3
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
api_changes
baserock/morph
baserock/v5.3.0
cli_parser
compiledb
containers
dev
ios
old/5.0
old/5.1
old/5.1.1
old/5.2
qstring-utf8
release
stable
winrt
wip/cmake
wip/direct2d-painter
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/qbs
wip/qbs-5.5
wip/qbs2
wip/qstring-utf8
wip/qt6
wip/qt6_snapshot
wip/remac
wip/tizen
wip/webassembly
wip/yaml-dependencies
code.qt.io: qt/qtbase.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
corelib
/
tools
/
qarraydatapointer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
QList: add STL-style assign()
Dennis Oberst
2023-05-16
1
-0
/
+47
*
QArrayDataPointer: skip deallocate detour
Fabian Kosmale
2023-03-23
1
-1
/
+1
*
QContainerTools: add q_points_into_range overload
Ahmad Samir
2022-12-11
1
-1
/
+1
*
Use SPDX license identifiers
Lucie GĂ©rard
2022-05-16
1
-38
/
+2
*
QArrayDataPointer: don't overload qSwap(), provide ADL-swap()
Marc Mutz
2022-01-21
1
-1
/
+1
*
QtCore: replace qSwap with std::swap/member-swap where possible
Marc Mutz
2022-01-20
1
-3
/
+3
*
QString::toLatin1_helper_inplace: simplify the code
Thiago Macieira
2022-01-17
1
-0
/
+22
*
QList: do some minor cleanups in the internal code
Andrei Golubev
2021-05-27
1
-1
/
+0
*
QArrayData: store the right flag type, not an int
Giuseppe D'Angelo
2021-05-17
1
-1
/
+1
*
Resurrect data moves in QList
Andrei Golubev
2021-04-27
1
-13
/
+121
*
Fix crash on reallocateAndGrow
Michal Klocek
2020-12-21
1
-1
/
+1
*
Move the iterator from QTypedArrayData to QList
Lars Knoll
2020-11-17
1
-8
/
+6
*
Remove destructor calls from insert()
Lars Knoll
2020-11-17
1
-3
/
+0
*
Simplify reallocation handling in QList
Lars Knoll
2020-11-17
1
-42
/
+46
*
Smaller code cleanups in QList
Lars Knoll
2020-11-17
1
-3
/
+3
*
Avoid crashes when calling squeeze()
Lars Knoll
2020-11-09
1
-1
/
+1
*
Rename AllocationPosition enum and its members
Lars Knoll
2020-11-04
1
-5
/
+5
*
Introduce QADP::reallocateGrow()
Andrei Golubev
2020-11-04
1
-0
/
+19
*
Clean up out allocation handling
Lars Knoll
2020-11-04
1
-42
/
+11
*
Avoid expensive iterator calculations in append()
Lars Knoll
2020-11-04
1
-0
/
+31
*
QArrayDataPointer: redesign (and simplify) growth policy
Andrei Golubev
2020-11-04
1
-15
/
+10
*
Make QVersionNumber and QArrayDataPointer comparisons hidden
Allan Sandfeld Jensen
2020-10-27
1
-12
/
+10
*
Refine QADP::pass_parameter_by_value evaluation
Andrei Golubev
2020-10-24
1
-1
/
+4
*
Make QADP capacity functions use qsizetype instead of size_t
Andrei Golubev
2020-10-08
1
-3
/
+3
*
Centralize the implementation of move assignment operators
Giuseppe D'Angelo
2020-10-03
1
-6
/
+1
*
Replace Q_REQUIRED_RESULT with [[nodiscard]]
Allan Sandfeld Jensen
2020-09-25
1
-1
/
+1
*
Update allocation interface of QArrayDataPointer
Andrei Golubev
2020-08-27
1
-0
/
+6
*
Support GrowsBackwards flag in QArrayDataPointer
Andrei Golubev
2020-08-27
1
-0
/
+27
*
Port QXmlStreamReader from QStringRef to QStringView
Karsten Heimrich
2020-08-19
1
-0
/
+1
*
Add QArrayDataPointer::freeSpace*() functions
Andrei Golubev
2020-08-18
1
-1
/
+15
*
QArrayDataPointer: use move and swap in move assignment
Giuseppe D'Angelo
2020-07-10
1
-1
/
+2
*
Make QArrayDataPointer::size a qsizetype
Lars Knoll
2020-07-06
1
-6
/
+6
*
Add a couple of noexcept
Lars Knoll
2020-07-06
1
-6
/
+6
*
Get rid of QArrayData::sharedNull()
Lars Knoll
2020-07-06
1
-3
/
+0
*
Simplify Q_ARRAY_LITERAL
Lars Knoll
2020-07-06
1
-2
/
+17
*
Get rid of shared null for QByteArray, QString and QVector
Lars Knoll
2020-07-06
1
-34
/
+27
*
Move the reallocate() method from QArrayDataPointer to the Ops class
Lars Knoll
2020-07-02
1
-6
/
+0
*
MSVC: Fix integer conversion warnings in containers
Friedemann Kleint
2020-01-03
1
-2
/
+2
*
Convert QString to use QArrayDataPointer
Lars Knoll
2019-12-16
1
-0
/
+2
*
Use QArrayDataPointer to implement QByteArray
Lars Knoll
2019-12-08
1
-0
/
+7
*
Use <type_traits> to properly have QVector<T>::parameter_type
Thiago Macieira
2019-12-08
1
-2
/
+5
*
Inline the size and begin pointer in QVector
Thiago Macieira
2019-12-08
1
-1
/
+1
*
Various cleanups in qarraydataops and qarraydatapointer
Thiago Macieira
2019-12-08
1
-56
/
+53
*
Start moving QArrayData's size and data pointer to the main class
Thiago Macieira
2019-12-08
1
-32
/
+86
*
Add reference-count manipulation functions to QArrayData and hide ref
Thiago Macieira
2019-12-08
1
-2
/
+2
*
Introduce the Mutable flag and move QArrayDataPointer::needsDetach
Thiago Macieira
2019-12-08
1
-6
/
+1
*
Rename QArrayData::AllocateOptions enum and update some flags
Thiago Macieira
2019-12-07
1
-1
/
+1
*
Get rid of unsharable containers
Lars Knoll
2019-10-30
1
-17
/
+0
*
Thou Shalt Not Specialize std Function Templates
Marc Mutz
2019-08-03
1
-12
/
+1
*
Remove handling of missing Q_COMPILER_RVALUE_REFS
Allan Sandfeld Jensen
2019-04-08
1
-2
/
+0
[next]