index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.5
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
/
qlist.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
QString/QByteArray/QList: de-pessimize op+ [2/2]: overload on rvalue LHS
Marc Mutz
2022-12-07
1
-2
/
+6
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-2
/
+2
*
QList: don't detach twice in operator[]
Mårten Nordheim
2022-08-28
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
QtCore: replace qSwap with std::swap/member-swap where possible
Marc Mutz
2022-01-20
1
-1
/
+1
*
Properly detect and declare contiguous iterators
Giuseppe D'Angelo
2022-01-13
1
-7
/
+4
*
QList: fix typo in QList(It, It)
Marc Mutz
2021-12-10
1
-1
/
+1
*
QList::count(T): remove the &* hack on iterators
Thiago Macieira
2021-11-30
1
-1
/
+1
*
Fix docs for comparison/debug/data stream operators of Qt containers
Sona Kurazyan
2021-10-18
1
-0
/
+9
*
QList: deprecate iterator<->pointer implicit conversions (3/3)
Giuseppe D'Angelo
2021-10-16
1
-2
/
+14
*
QList: deprecate iterator<->pointer implicit conversions (2/3)
Giuseppe D'Angelo
2021-10-16
1
-4
/
+20
*
QList: deprecate iterator<->pointer implicit conversions (1/3)
Giuseppe D'Angelo
2021-10-16
1
-8
/
+18
*
QList: add mixed comparison operators between (const_)iterators
Giuseppe D'Angelo
2021-10-15
1
-2
/
+15
*
QList: remove yet another iterator->pointer implicit conversion
Giuseppe D'Angelo
2021-10-13
1
-1
/
+5
*
QList: code tidies
Giuseppe D'Angelo
2021-10-13
1
-19
/
+19
*
QList::iterator: use templates for advancing operators
Thiago Macieira
2021-10-12
1
-10
/
+22
*
Remove checks for features available in C++17
Ievgenii Meshcheriakov
2021-10-02
1
-2
/
+0
*
Fix compilation for recursive Qt containers
Sona Kurazyan
2021-09-07
1
-6
/
+6
*
Resurrect data moves in QList
Andrei Golubev
2021-04-27
1
-11
/
+10
*
QList::(const_)iterator: protect element_type on GCC < 11
Giuseppe D'Angelo
2021-04-16
1
-2
/
+2
*
QList: Satisfy contiguous_range requirements
Fabian Kosmale
2021-04-06
1
-2
/
+15
*
QList: replace typedef with using
Fabian Kosmale
2021-03-30
1
-10
/
+10
*
Restore pre-Qt6 QList::fill() behavior
Andrei Golubev
2021-02-10
1
-1
/
+4
*
Mark places where we missed conversion to unicode character types
Edward Welbourne
2021-01-08
1
-0
/
+1
*
QList: make an indirect inclusion direct
Giuseppe D'Angelo
2020-12-04
1
-0
/
+1
*
Sequential general purpose containers: add erase/erase_if
Giuseppe D'Angelo
2020-12-01
1
-22
/
+22
*
Move the iterator from QTypedArrayData to QList
Lars Knoll
2020-11-17
1
-12
/
+78
*
Clean up QList(iterator, iterator)
Lars Knoll
2020-11-17
1
-11
/
+14
*
Fix signature of QArrayDataOps::erase()
Lars Knoll
2020-11-17
1
-3
/
+3
*
Remove the special code for emplaceFront/Back again
Lars Knoll
2020-11-17
1
-2
/
+2
*
Add a couple of noexcept to methods that can't throw
Lars Knoll
2020-11-17
1
-18
/
+18
*
Move emplaceFront/Back() implementation into QArrayDataOps
Lars Knoll
2020-11-17
1
-16
/
+2
*
Simplify the code for QList::emplace()
Lars Knoll
2020-11-17
1
-19
/
+1
*
Simplify reallocation handling in QList
Lars Knoll
2020-11-17
1
-70
/
+29
*
Smaller code cleanups in QList
Lars Knoll
2020-11-17
1
-11
/
+10
*
QList::append(QList) doesn't require a temp copy
Lars Knoll
2020-11-17
1
-3
/
+1
*
Fix error on MSVC when QList with disabled rvalues is instantiated
Lars Knoll
2020-11-16
1
-6
/
+32
*
Do not shrink on remove()
Lars Knoll
2020-11-09
1
-16
/
+5
*
Implement fast paths for removeFirst() and removeLast()
Lars Knoll
2020-11-09
1
-2
/
+20
*
Rename AllocationPosition enum and its members
Lars Knoll
2020-11-04
1
-6
/
+6
*
Properly implement emplaceBack/Front() in QArrayDataOps
Lars Knoll
2020-11-04
1
-4
/
+3
*
Introduce QADP::reallocateGrow()
Andrei Golubev
2020-11-04
1
-4
/
+16
*
Implement QList::emplaceBack as a proper function
Andrei Golubev
2020-11-04
1
-4
/
+18
*
Move insert() operation into QArrayDataOps
Lars Knoll
2020-11-04
1
-23
/
+1
*
Clean up out allocation handling
Lars Knoll
2020-11-04
1
-19
/
+17
*
Avoid expensive iterator calculations in append()
Lars Knoll
2020-11-04
1
-37
/
+29
*
Remove unused parameter
Lars Knoll
2020-11-04
1
-4
/
+4
*
Add QList::emplaceFront() that fixes huge performance issue in prepend
Andrei Golubev
2020-11-04
1
-9
/
+28
*
Hide QList comparisons from ADL
Allan Sandfeld Jensen
2020-10-30
1
-62
/
+48
*
QList: also default count()'s template parameter
Giuseppe D'Angelo
2020-10-26
1
-1
/
+1
[next]