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
/
qmap.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-4
/
+4
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-39
/
+3
*
Associative containers: add a way to obtain a key/value range
Giuseppe D'Angelo
2022-03-04
1
-0
/
+8
*
QtCore: replace qSwap with std::swap/member-swap where possible
Marc Mutz
2022-01-20
1
-2
/
+2
*
Q(Multi)Map: prevent dangling key/value after detach()
Giuseppe D'Angelo
2021-11-26
1
-3
/
+23
*
Fix docs for comparison/debug/data stream operators of Qt containers
Sona Kurazyan
2021-10-18
1
-0
/
+10
*
corelib: Fix typos in source code comments
Jonas Kvinge
2021-10-12
1
-1
/
+1
*
Fix compilation for recursive Qt containers
Sona Kurazyan
2021-09-07
1
-4
/
+4
*
Doc: Fix documentation issues for Qt Core
Topi Reinio
2021-08-24
1
-0
/
+16
*
QMap: add operator+ and - for iterators
Giuseppe D'Angelo
2021-07-27
1
-0
/
+80
*
Fix quadratic performance hit in Q(Multi)Map::insert() with hint
Edward Welbourne
2021-07-20
1
-9
/
+19
*
Associative containers: add erase_if
Giuseppe D'Angelo
2020-12-02
1
-0
/
+24
*
QMap: code tidies
Giuseppe D'Angelo
2020-12-01
1
-22
/
+22
*
Don't allow storing types that throw in the destructor in our containers
Lars Knoll
2020-11-17
1
-10
/
+15
*
Make QMap and QMultiMap comparisons hidden friends
Allan Sandfeld Jensen
2020-10-29
1
-59
/
+31
*
Make Q(Multi)Map equality operators documentation-friendly
Volker Hilsheimer
2020-10-23
1
-1
/
+14
*
Consistenly deprecate QMultiMap insert, add moving unite overload
Volker Hilsheimer
2020-10-17
1
-19
/
+26
*
Long live Q_IMPLICIT!
Giuseppe D'Angelo
2020-10-14
1
-2
/
+2
*
Fix qdoc warnings for QMap/QMultiMap
Volker Hilsheimer
2020-10-01
1
-16
/
+19
*
Remove some deprecation comments from qmap.h
Edward Welbourne
2020-09-21
1
-6
/
+0
*
QMultiMap: fix regression in find(Key, T)
Giuseppe D'Angelo
2020-08-19
1
-5
/
+12
*
QMultiMap: fix remove(Key, T) when key/value belong to the map
Giuseppe D'Angelo
2020-08-19
1
-3
/
+9
*
QMultiMap: add constructors from QMap
Giuseppe D'Angelo
2020-08-10
1
-0
/
+31
*
QMap/QMultiMap: use =default for their default constructors
Giuseppe D'Angelo
2020-08-07
1
-2
/
+2
*
QMultiMap: add range erase
Giuseppe D'Angelo
2020-08-06
1
-48
/
+61
*
QMap: fix insert() rvalue overloads
Giuseppe D'Angelo
2020-08-06
1
-0
/
+12
*
Long Live QMap as a refcounted std::map!
Giuseppe D'Angelo
2020-08-06
1
-1045
/
+1068
*
Constrain the comparison operators for our container classes
Lars Knoll
2020-07-08
1
-22
/
+22
*
Add type traits to safely determine the existence of comparison operators
Lars Knoll
2020-07-08
1
-0
/
+1
*
Use qsizetype for size related methods in QMap
Lars Knoll
2020-03-14
1
-28
/
+28
*
QHash/QMap: don't return const from value(), key()
Marc Mutz
2020-03-05
1
-4
/
+4
*
Merge remote-tracking branch 'origin/5.15' into dev
Lars Knoll
2020-03-04
1
-30
/
+23
|
\
|
*
QMap: undeprecate QMap::count(Key)
Mårten Nordheim
2020-03-03
1
-25
/
+18
|
*
QMap/QHash: Use versioned deprecation macro
Mårten Nordheim
2020-03-03
1
-6
/
+6
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-02-26
1
-19
/
+22
|
\
\
|
|
/
|
*
Doc: Fix documentation warnings for Qt Core
Topi Reinio
2020-02-25
1
-1
/
+5
|
*
QMultiMap: Work around compiler problem in MSVC 2017
Oliver Wolff
2020-02-20
1
-19
/
+18
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Qt Forward Merge Bot
2020-01-19
1
-146
/
+205
|
\
\
|
|
/
|
*
QMap: deprecate insertMulti, unite and friends
Mårten Nordheim
2020-01-17
1
-146
/
+205
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Liang Qi
2020-01-04
1
-0
/
+44
|
\
\
|
|
/
|
*
Add QMap::insert(const QMap &map)
Mårten Nordheim
2019-12-12
1
-0
/
+44
*
|
Get rid of QT_STRICT_ITERATORS
Lars Knoll
2019-11-04
1
-18
/
+3
*
|
Get rid of unsharable containers
Lars Knoll
2019-10-30
1
-11
/
+0
*
|
Replace Q_ALIGNOF usage in qtbase with C++11 alignof keyword
Volker Hilsheimer
2019-10-29
1
-2
/
+2
|
/
*
Remove handling of missing Q_COMPILER_INITIALIZER_LISTS
Allan Sandfeld Jensen
2019-05-02
1
-9
/
+2
*
Remove handling of missing =delete and =default support
Allan Sandfeld Jensen
2019-05-02
1
-1
/
+1
*
Remove handling of missing Q_COMPILER_RVALUE_REFS
Allan Sandfeld Jensen
2019-05-01
1
-4
/
+0
*
Replace Q_DECL_NOEXCEPT with noexcept in corelib
Allan Sandfeld Jensen
2019-04-03
1
-9
/
+9
*
implement non-member operator+ for iterators
Eric Lemanissier
2018-03-06
1
-0
/
+2
*
Merge remote-tracking branch 'origin/5.10' into dev
Lars Knoll
2018-01-02
1
-2
/
+2
|
\
[next]