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
6.5.1
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
/
qcontiguouscache.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
qgenericatomic.h: fix includes
Ahmad Samir
5 days
1
-0
/
+1
*
Break qglobal.h cyclic includes [3/3]
Ahmad Samir
5 days
1
-1
/
+6
*
Replace usages of Q_CLANG_QDOC with Q_QDOC
Luca Di Sera
2022-10-21
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
1
-38
/
+2
*
QtCore: replace qSwap with std::swap/member-swap where possible
Marc Mutz
2022-01-20
1
-1
/
+1
*
Fix docs for comparison/debug/data stream operators of Qt containers
Sona Kurazyan
2021-10-18
1
-0
/
+5
*
QContiguousCache: Remove redundant condition
Wang Yu
2021-03-05
1
-3
/
+1
*
Don't allow storing types that throw in the destructor in our containers
Lars Knoll
2020-11-17
1
-0
/
+2
*
Adjust code format, add space after 'if'
Zhang Sheng
2020-11-16
1
-2
/
+2
*
Centralize the implementation of move assignment operators
Giuseppe D'Angelo
2020-10-03
1
-2
/
+1
*
Constrain the comparison operators for our container classes
Lars Knoll
2020-07-08
1
-18
/
+19
*
Fix warnings when building with MSVC2017
Mitch Curtis
2020-03-19
1
-1
/
+2
*
Extend QContiguousCache to use qsizetype for size and indices
Lars Knoll
2020-03-14
1
-36
/
+36
*
Add move semantics to QContiguousCache
Lars Knoll
2020-03-14
1
-34
/
+60
*
Cleanup code in QContiguousCache
Lars Knoll
2020-03-14
1
-94
/
+74
*
Remove dead code
Lars Knoll
2020-02-10
1
-9
/
+1
*
Get rid of unsharable containers
Lars Knoll
2019-10-30
1
-3
/
+0
*
Replace Q_ALIGNOF usage in qtbase with C++11 alignof keyword
Volker Hilsheimer
2019-10-29
1
-1
/
+1
*
Port from QAtomic::load() to loadRelaxed()
Giuseppe D'Angelo
2019-06-20
1
-7
/
+7
*
QContiguousCache: add noexcept
Giuseppe D'Angelo
2019-05-15
1
-2
/
+2
*
Remove handling of missing Q_COMPILER_RVALUE_REFS
Allan Sandfeld Jensen
2019-04-08
1
-2
/
+0
*
Fix leak in QContiguousCache::setCapacity
Joni Poikelin
2018-10-30
1
-0
/
+1
*
QContiguousCache: add assertion to avoid negative capacity
Christian Ehrlicher
2018-05-04
1
-0
/
+2
*
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
|
/
*
Fix compilation of QContiguousCache::operator=
Thiago Macieira
2015-05-20
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
*
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
*
Make QContiguousCache with zero capacity not crash
Thiago Macieira
2012-10-19
1
-0
/
+6
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
1
-24
/
+24
*
Fixes possible memory leak in QContiguousCache
Fabian Bumberger
2012-08-30
1
-2
/
+4
*
Rename QContiguousCache allocate and free functions to say "Data"
Thiago Macieira
2012-08-09
1
-18
/
+18
*
Fallback implementation of Q_ALIGNOF
João Abecasis
2012-03-23
1
-4
/
+0
*
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
*
Update copyright year in license headers.
Jason McDonald
2012-01-05
1
-1
/
+1
*
Make all uses of QBasicAtomicInt and Pointer use load() and store()
Thiago Macieira
2011-10-03
1
-6
/
+6
*
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
/
+466