aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/smallstring.h
Commit message (Expand)AuthorAgeFilesLines
* Utils: Use [[likely]] and [[unlikely]]Marco Bubke2025-03-101-6/+6
* QmlDesigner: Adapt comparisons to C++20Marco Bubke2025-02-251-1/+1
* QmlDesigner: Use ranges::findMarco Bubke2024-08-191-0/+9
* Utils: rename SmallString::countOccurrence to countMarco Bubke2024-07-241-24/+35
* Merge remote-tracking branch 'origin/14.0' into qds/devTim Jenßen2024-07-101-2/+0
|\
| * Merge remote-tracking branch 'origin/qds/dev'Tim Jenssen2024-04-231-36/+77
| |\
| * \ Merge remote-tracking branch 'origin/qds/dev' into HEADTim Jenssen2024-03-141-0/+19
| |\ \
| * | | Remove unneeded version checksEike Ziller2024-03-041-2/+0
* | | | Utils: Improve tests for small stringMarco Bubke2024-06-111-0/+1
* | | | Utils: Fix small stringMarco Bubke2024-06-101-2/+4
* | | | QmlDesigner: Move includes to string layoutMarco Bubke2024-06-101-6/+0
* | | | Utils: Optimize smallstring a little moreMarco Bubke2024-06-101-79/+16
| |_|/ |/| |
* | | QmlDesigner: Integrate item library entries from project storageMarco Bubke2024-04-221-0/+8
* | | QmlDesigner: Add more tracing to project storageMarco Bubke2024-03-201-5/+5
* | | Utils: Add char append to SmallStringMarco Bubke2024-03-201-3/+27
* | | Utils: Add number Smallstring::appendMarco Bubke2024-03-201-22/+40
* | | Sqlite: Improve tracingMarco Bubke2024-03-201-12/+3
| |/ |/|
* | QmlDesigner: Use property name as trace nameMarco Bubke2024-02-281-0/+19
|/
* Utils: Fix build before Qt6.4Christian Stenger2024-02-011-0/+3
* Nanotrace: Use large SmallString for argumentsMarco Bubke2023-10-191-0/+2
* Sqlite: Make SmallString::number locale independentMarco Bubke2023-10-111-3/+16
* Utils: Modernize SmallStringMarco Bubke2023-10-021-12/+2
* Utils: Remove disabled warningMarco Bubke2023-09-271-9/+0
* Utils: Workaround warning about missing disabled warningMarco Bubke2023-09-271-4/+3
* Utils: Improve union layoutMarco Bubke2023-09-111-0/+3
* Utils: Add more conversion operators to SmallStringMarco Bubke2023-09-071-0/+9
* Utils: Add some more noexceptsMarco Bubke2023-08-241-106/+76
* Utils: remove a copy from the SmallString default constructorMarco Bubke2023-08-241-8/+4
* Utils: Fix SmallString::containsMarco Bubke2023-07-201-4/+2
* Utils: Skip one temporary string in constructorMarco Bubke2023-07-201-9/+3
* Utils: Fix SmallString::append(QStringView string)Marco Bubke2023-07-201-1/+1
* QmlDesigner: use GTEST_INTERNAL_HAS_STRING_VIEW for str compareTim Jenssen2023-05-081-6/+1
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: Remove code duplication in SmallStringMarco Bubke2022-08-181-26/+11
* Utils: Remove null termination from SmallStringMarco Bubke2022-08-161-12/+4
* Utils: Improve memory layout codeMarco Bubke2022-08-161-40/+36
* Utils: SmallString trades copies for branchesMarco Bubke2022-08-161-13/+20
* Utils: Make take of SmallString explicitMarco Bubke2022-08-161-7/+7
* Drop Qt5: Utils: Remove code below Qt 6.0.0Jarek Kobus2022-07-251-7/+0
* Merge remote-tracking branch 'origin/qmlprojectstorage'Tim Jenssen2022-06-211-3/+27
* SmallString: Replace manual itoa implementation with std::to_charsThiago Macieira2022-06-021-53/+21
* Utils: Improve string conversion for Qt6Marco Bubke2021-09-211-6/+45
* Utils: Remove std::initializer_list contructorMarco Bubke2021-05-311-8/+1
* Utils: Rebase SmallStringView on std::string_viewMarco Bubke2021-03-241-4/+5
* Utils: Add iterator constructors to small stringMarco Bubke2021-03-091-4/+11
* Utils: Modernize SmallStringMarco Bubke2020-05-271-20/+19
* Utils: SmallString swap cannot throwMarco Bubke2020-05-271-2/+1
* Clang: Improve file path cacheMarco Bubke2019-08-271-3/+3
* ClangPchManager: Update PCHs if time stamps of dependencies changedMarco Bubke2019-08-271-2/+2