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
/
qstringview.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Mark the previously public qstringalgorithms.h functions private
Thiago Macieira
2017-10-29
1
-10
/
+10
*
QStringView: De-inline the length calculation so we can use SSE2
Thiago Macieira
2017-09-13
1
-10
/
+12
*
QStringView/QLatin1String: add trimmed()
Marc Mutz
2017-05-16
1
-0
/
+2
*
QStringView: add constructor from pointer pair
Marc Mutz
2017-05-16
1
-0
/
+4
*
QStringView: add startsWith(), endsWith()
Marc Mutz
2017-04-28
1
-0
/
+16
*
Disentangle string-related headers
Marc Mutz
2017-04-25
1
-12
/
+12
*
QStringView: mark as primitive type
Marc Mutz
2017-04-21
1
-1
/
+1
*
Use new Q_STDLIB_UNICODE_STRINGS and Q_COMPILER_UNICODE_STRINGS
Marc Mutz
2017-04-20
1
-1
/
+1
*
QStringView: fix position of Q_REQUIRED_RESULT macros
Marc Mutz
2017-04-20
1
-32
/
+32
*
QStringView: add internal qToStringViewIgnoringNull()
Marc Mutz
2017-04-19
1
-0
/
+6
*
QStringView: plaster API with Q_REQUIRED_RESULT
Marc Mutz
2017-04-18
1
-27
/
+27
*
QStringView: add chopped(), chop(), and truncate()
Marc Mutz
2017-04-18
1
-0
/
+7
*
Make QStringView::storage_type public
Marc Mutz
2017-04-10
1
-1
/
+1
*
Add qConvertTo{Utf8,Latin1,Local8Bit,Ucs4}() and corresponding QStringView me...
Marc Mutz
2017-04-07
1
-0
/
+4
*
QStringView: fix ambiguity between f(QString)/f(QStringView) with QString::nu...
Marc Mutz
2017-04-06
1
-4
/
+0
*
QStringView: use qssize_t as size_type
Marc Mutz
2017-04-06
1
-18
/
+19
*
QStringView: add an array ctor
Marc Mutz
2017-04-04
1
-6
/
+47
*
QStringView: add mid(), left(), right()
Marc Mutz
2017-03-31
1
-0
/
+9
*
QStringView: improve manual overload management
Marc Mutz
2017-03-29
1
-17
/
+10
*
Long live QStringView!
Marc Mutz
2017-03-24
1
-0
/
+226