aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/id.cpp
Commit message (Expand)AuthorAgeFilesLines
* Id: Remove redundant const modifiers from by-value argumentsOrgad Shaneh2024-11-041-4/+4
* Utils: fix conflict of withSuffix(int) and withSuffix(qsizetype)Pino Toscano2024-11-011-3/+7
* Utils: Fix compiler warning in IdOrgad Shaneh2024-09-231-1/+1
* Utils: Replace Id ctor from char * with char(&)[]hjk2024-09-181-3/+4
* Utils: Fix buildChristian Stenger2024-09-021-1/+1
* Utils: Make Id::name() return a QByteArrayViewhjk2024-09-021-7/+13
* Fix some deprecation warningsOrgad Shaneh2024-08-281-1/+1
* Add `const char` overload for Id::withSuffixEike Ziller2024-07-291-0/+17
* Utils: Use more views in Id setuphjk2024-07-261-17/+12
* Utils: Remove unused Id::versionedId()hjk2024-07-251-12/+0
* Utils: Add convenience function for generating a unique IdChristian Kandeler2024-07-121-0/+6
* Utils: Remove the non-QTC_USE_STORE casehjk2023-08-311-4/+0
* Utils: Temporarily introdce Key Id::toKey()hjk2023-08-291-0/+10
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Merge remote-tracking branch 'origin/9.0'Eike Ziller2022-11-101-7/+23
|\
| * Utils::Id: Make access to internal cache thread safeJarek Kobus2022-11-071-7/+23
* | Utils: Add sorted() functionChristian Kandeler2022-10-251-3/+1
|/
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Utils: More forward declarations / drop unused headers [H-K]Jarek Kobus2022-05-251-7/+7
* Utils lib: Remove unneeded includes from cpp filesJarek Kobus2022-05-191-2/+0
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-061-17/+13
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-201-1/+1
* Move Id from Core to UtilsEike Ziller2020-06-181-0/+363