index
:
qt-creator/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
11.0
12.0
13.0
14.0
15.0
16.0
17.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
3dfirst
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
unit
/
unittest
/
smallstring-test.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
QmlProject: Reorganize unittests
Burak Hancerli
2023-06-07
1
-1891
/
+0
*
QmlDesigner: use GTEST_INTERNAL_HAS_STRING_VIEW for str compare
Tim Jenssen
2023-05-08
1
-10
/
+10
*
Utils: Silence warning for GCC too
Marco Bubke
2023-05-03
1
-7
/
+4
*
QmlDesigner: Add module scanner
Marco Bubke
2023-04-19
1
-2
/
+0
*
Merge remote-tracking branch 'origin/10.0' into qds/dev
Tim Jenßen
2023-03-26
1
-1
/
+1
|
\
|
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
|
UnitTests: Disable warning for self assign overloaded
Marco Bubke
2023-02-23
1
-0
/
+9
*
|
UnitTests: Disable self move warnings
Marco Bubke
2023-02-23
1
-0
/
+9
|
/
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Utils: Remove null termination from SmallString
Marco Bubke
2022-08-16
1
-26
/
+12
*
Utils: SmallString trades copies for branches
Marco Bubke
2022-08-16
1
-6
/
+29
*
Utils: Optimze SmallString copies for larger sizes
Marco Bubke
2022-08-16
1
-0
/
+82
*
Utils: Make take of SmallString explicit
Marco Bubke
2022-08-16
1
-1
/
+23
*
Utils: Add endsWith to SmallStringView
Marco Bubke
2022-07-07
1
-0
/
+9
*
Utils: Improve string conversion for Qt6
Marco Bubke
2021-09-21
1
-1
/
+50
*
Utils: Remove std::initializer_list contructor
Marco Bubke
2021-05-31
1
-7
/
+7
*
Utils: Fix small string
Marco Bubke
2018-09-03
1
-0
/
+18
*
Utils: Improve SmallString
Marco Bubke
2018-04-04
1
-13
/
+2
*
Utils: Change SmallString::toView to SmallString::toStringView
Marco Bubke
2018-01-22
1
-1
/
+1
*
Clang: Handle native file in the file cache
Marco Bubke
2017-11-23
1
-0
/
+18
*
Utils: Fix smallstring move assignment
Marco Bubke
2017-10-20
1
-2
/
+2
*
Clang: Add file cache
Marco Bubke
2017-10-05
1
-6
/
+29
*
Utils: Add Utils::SmallStringView::empty
Marco Bubke
2017-09-21
1
-0
/
+6
*
Utils: Fix reverse iterators in SmallString
Marco Bubke
2017-09-21
1
-9
/
+276
*
Utils: Simplify SmallString reserve
Marco Bubke
2017-09-18
1
-4
/
+4
*
Utils: Add toView to SmallString
Marco Bubke
2017-08-28
1
-0
/
+10
*
Utils: Add compare function for string views
Marco Bubke
2017-08-28
1
-0
/
+21
*
Utils: Don't touch the data if nothing is replace in SmallString
Marco Bubke
2017-08-08
1
-0
/
+17
*
Utils: Fix replace function in SmallString
Marco Bubke
2017-08-04
1
-0
/
+36
*
Utils: Fix short string capacity
Marco Bubke
2017-08-04
1
-0
/
+7
*
Utils: Don't allocate new memory if it is fitting in the short string
Marco Bubke
2017-08-04
1
-0
/
+9
*
Utils: Fix replace crash
Marco Bubke
2017-08-04
1
-2
/
+2
*
Utils: Add startWith to string view
Marco Bubke
2017-08-01
1
-0
/
+13
*
Utils: Add isEmpty to string view
Marco Bubke
2017-08-01
1
-0
/
+6
*
Utils: Add + operator to SmallString
Marco Bubke
2017-08-01
1
-0
/
+18
*
Utils: Add number to string conversion
Marco Bubke
2017-08-01
1
-0
/
+13
*
Utils: Add replace for characters
Marco Bubke
2017-02-02
1
-0
/
+9
*
Utils: Add test that a longer path string is a short string
Marco Bubke
2017-02-01
1
-0
/
+9
*
Utils: Fix long small string
Marco Bubke
2017-01-31
1
-0
/
+10
*
Utils: Add intializer_list constructor in SmallString
Marco Bubke
2017-01-31
1
-0
/
+42
*
Utils: Improve and fix operators in SmallString
Marco Bubke
2017-01-31
1
-0
/
+57
*
Clang: Add ClangPchManager
Marco Bubke
2017-01-30
1
-0
/
+29
*
Revert "Revert "Utils: Remove old compiler support code""
Robert Loehning
2017-01-19
1
-4
/
+0
*
Revert "Utils: Remove old compiler support code"
Alessandro Portale
2017-01-19
1
-0
/
+4
*
Utils: Remove old compiler support code
Marco Bubke
2017-01-19
1
-4
/
+0
*
Utils: Fix SmallString reserve for read only references
Marco Bubke
2016-12-05
1
-5
/
+23
*
Utils: Reserve in smallstring was flaky
Marco Bubke
2016-11-30
1
-0
/
+27
*
Utils: Add carriage return strip method to SmallString
Marco Bubke
2016-11-28
1
-0
/
+9
*
Utils: Add const reverse iterators to SmallString
Marco Bubke
2016-11-17
1
-0
/
+23
*
UnitTest: Cleanup
Marco Bubke
2016-09-19
1
-0
/
+1029