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.4.3
6.5
6.5.0
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
/
tests
/
auto
/
corelib
/
tools
/
qmap
/
tst_qmap.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
tst_QMap: remove unused std::as_const clone
Marc Mutz
2022-11-18
1
-6
/
+0
*
Port from container::count() and length() to size() - V5
Marc Mutz
2022-11-03
1
-29
/
+29
*
Port from container.count()/length() to size()
Marc Mutz
2022-10-04
1
-29
/
+29
*
tst_QMap: avoid tripping MSVC debug-mode iterator assertions
Thiago Macieira
2022-08-28
1
-1
/
+6
*
tst_qmap: port away from deprecated APIs
Ivan Solovev
2022-08-27
1
-70
/
+110
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-27
/
+2
*
QMap: add operator+ and - for iterators
Giuseppe D'Angelo
2021-07-27
1
-0
/
+46
*
QMultiMap: extend unit tests
Ivan Solovev
2021-07-16
1
-143
/
+581
*
QMap: extend unit tests
Ivan Solovev
2021-07-15
1
-4
/
+301
*
Replace QtTest headers with QTest
David Skoland
2020-12-22
1
-1
/
+1
*
QMultiMap: fix remove(Key, T) when key/value belong to the map
Giuseppe D'Angelo
2020-08-19
1
-0
/
+171
*
QMap: fix insert() rvalue overloads
Giuseppe D'Angelo
2020-08-06
1
-0
/
+97
*
Long Live QMap as a refcounted std::map!
Giuseppe D'Angelo
2020-08-06
1
-38
/
+33
*
Disable deprecation warnings in some tests
Tor Arne Vestbø
2020-07-29
1
-0
/
+1
*
Port Q_STATIC_ASSERT(_X) to static_assert
Giuseppe D'Angelo
2020-06-19
1
-1
/
+1
*
Merge remote-tracking branch 'origin/5.15' into dev
Lars Knoll
2020-03-04
1
-0
/
+6
|
\
|
*
Add operator-> to the key-value iterator for QHash and QMap
Ivan Čukić
2020-03-03
1
-0
/
+6
*
|
Merge remote-tracking branch 'origin/5.15' into dev
Liang Qi
2020-01-04
1
-0
/
+96
|
\
\
|
|
/
|
*
Add QMap::insert(const QMap &map)
Mårten Nordheim
2019-12-12
1
-0
/
+96
*
|
Get rid of QT_STRICT_ITERATORS
Lars Knoll
2019-11-04
1
-10
/
+9
*
|
Get rid of unsharable containers
Lars Knoll
2019-10-30
1
-63
/
+0
|
/
*
Remove handling of missing Q_COMPILER_INITIALIZER_LISTS
Allan Sandfeld Jensen
2019-05-02
1
-4
/
+0
*
Implement key-value iterator
Samuel Gaist
2017-05-05
1
-0
/
+54
*
QMap, QHash: make key_iterator satisfy the DefaultConstructible concept
Anton Kudryavtsev
2017-03-20
1
-0
/
+4
*
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-21
1
-17
/
+12
*
|
tests/auto/corelib: Remove some placeholder formatting.
Friedemann Kleint
2015-10-22
1
-1
/
+1
*
|
Tests: Use QCOMPARE() with QLatin1String() for QString values.
Friedemann Kleint
2015-10-14
1
-34
/
+34
|
/
*
Introduce QMap key iterators
Sérgio Martins
2015-07-28
1
-0
/
+29
*
QMap: add const equal_range() overload
Marc Mutz
2015-06-19
1
-0
/
+34
*
Update copyright headers
Jani Heikkinen
2015-02-11
1
-7
/
+7
*
Update license headers and add new license files
Matti Paaso
2014-09-24
1
-19
/
+11
*
tst_QHash: check which of several equal keys is inserted
Marc Mutz
2014-08-05
1
-0
/
+33
*
tst_QMap: replace QVERIFY(x == y) with QCOMPARE(x,y)
Marc Mutz
2014-07-25
1
-2
/
+2
*
tst_QMap: verify that {}-style initialization drops duplicates
Marc Mutz
2014-07-25
1
-1
/
+6
*
Deprecate setSharable in Qt containers
Thiago Macieira
2014-04-24
1
-3
/
+5
*
Make sure all containers compile in strict-iterator mode
Thiago Macieira
2014-02-22
1
-2
/
+0
*
Add first/last accessors to QMap
Mathias Hasselmann
2013-09-08
1
-0
/
+29
*
QMap - fix erase with iterator when the map is shared
Thorbjørn Martsum
2013-08-24
1
-0
/
+57
*
QMap - add multiInsert with hint
Thorbjørn Martsum
2013-03-06
1
-0
/
+66
*
QMap - add insert overload that provide a hint
Thorbjørn Lund Martsum
2013-03-06
1
-0
/
+65
*
Added initializer list constructors for Qt associative containers.
Roman Pasechnik
2013-01-24
1
-0
/
+30
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
1
-1
/
+1
*
QMap - improve QMap stl-map ctor
Thorbjørn Lund Martsum
2012-10-29
1
-0
/
+25
*
QMap 5.0 - keep track of leftmost node (BIC)
Thorbjørn Lund Martsum
2012-10-27
1
-1
/
+93
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Fix loop conditions, after warnings from clang
João Abecasis
2012-03-28
1
-2
/
+4
*
Rewrite QMap to use a RB tree
Lars Knoll
2012-03-23
1
-4
/
+162
*
containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()
Marc Mutz
2012-03-17
1
-0
/
+2
[next]