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
/
qlinkedlist.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Qt containers: use std::move in take*() methods
Marc Mutz
2017-05-23
1
-2
/
+2
*
Merge remote-tracking branch 'origin/5.7' into 5.8
Liang Qi
2016-08-29
1
-2
/
+2
|
\
|
*
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-08-18
1
-2
/
+2
|
|
\
|
|
*
QLinkedList: compile with -Wzero-as-null-pointer-constant
Marc Mutz
2016-08-16
1
-2
/
+2
*
|
|
QLinkedList: restore move special member functions for iterators
Marc Mutz
2016-08-17
1
-4
/
+12
|
/
/
*
|
Merge remote-tracking branch 'origin/5.6' into 5.7
Liang Qi
2016-05-19
1
-1
/
+1
|
\
\
|
|
/
|
*
Fix Clang -Wexpansion-to-defined warning by deprecating QT_SUPPORTS
Thiago Macieira
2016-05-08
1
-1
/
+1
*
|
Updated license headers
Jani Heikkinen
2016-01-15
1
-14
/
+20
|
/
*
QLinkedList/QSet: add {const_,}reverse_iterator, {c,}r{begin,end}()
Marc Mutz
2015-10-13
1
-6
/
+17
*
Make container move semantics consistent
Marc Mutz
2015-10-07
1
-4
/
+5
*
Containers: destroy previous state on move-assignment immediately
Marc Mutz
2015-07-19
1
-1
/
+1
*
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
*
Deprecate setSharable in Qt containers
Thiago Macieira
2014-04-24
1
-0
/
+2
*
expand tabs and related whitespace fixes in *.{cpp,h,qdoc}
Oswald Buddenhagen
2014-01-13
1
-1
/
+1
*
QLinkedList: implement missing initializer_list ctor
Marc Mutz
2013-09-20
1
-0
/
+11
*
Remove qCopy from QLinkedList / QVector
Giuseppe D'Angelo
2013-09-11
1
-2
/
+2
*
Remove qFind usages from QLinkedList
Giuseppe D'Angelo
2013-09-04
1
-1
/
+3
*
QLinkedList - fix insert with iterator when the list is shared.
Thorbjørn Martsum
2013-08-24
1
-0
/
+3
*
QLinkedList - fix erase with iterator when the list is shared.
Thorbjørn Martsum
2013-08-24
1
-2
/
+32
*
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
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Rename QLinkedList::free to freeData for consistency
Thiago Macieira
2012-08-09
1
-6
/
+6
*
Implement the move constructor for containers.
Olivier Goffart
2012-05-11
1
-0
/
+1
*
Remove references to QT_NO_STL from QtCore
Thiago Macieira
2012-04-07
1
-4
/
+0
*
Merge master into api_changes
Kent Hansen
2012-03-19
1
-0
/
+2
|
\
|
*
containers: add C++11-style c{begin,end}() as alias for const{Begin,End}()
Marc Mutz
2012-03-17
1
-0
/
+2
*
|
Don't expect null d-pointer in destructors
João Abecasis
2012-02-13
1
-2
/
+0
*
|
Merge remote-tracking branch 'gerrit/master' into containers
João Abecasis
2012-02-05
1
-3
/
+2
|
\
\
|
|
/
|
*
Remove "All rights reserved" line from license headers.
Jason McDonald
2012-01-30
1
-1
/
+1
|
*
Remove use of QT_MODULE from library
Gunnar Sletta
2012-01-25
1
-1
/
+0
|
*
Update contact information in license headers.
Jason McDonald
2012-01-23
1
-1
/
+1
*
|
Don't use RefCount int operators
João Abecasis
2012-01-23
1
-2
/
+2
*
|
Don't check reference count in QLinkedList<T>::free
João Abecasis
2012-01-17
1
-7
/
+7
*
|
Merge remote-tracking branch 'gerrit/master' into containers
João Abecasis
2012-01-16
1
-1
/
+1
|
\
\
|
|
/
|
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
*
|
Get rid of assignment operators in RefCount
João Abecasis
2012-01-04
1
-1
/
+1
|
/
*
Don't crash by modifying read-only shared_null
Bradley T. Hughes
2011-10-04
1
-1
/
+1
*
Make QLinkedListData::shared_null const
Bradley T. Hughes
2011-09-26
1
-4
/
+4
*
remove QT3_SUPPORT from corelib/tools
Lars Knoll
2011-06-29
1
-15
/
+0
*
Update licenseheader text in source files for qtbase Qt module
Jyri Tahtela
2011-05-24
1
-17
/
+17
*
Initial import from the monolithic Qt.
Qt by Nokia
2011-04-27
1
-0
/
+525