aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/utils/id.h
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-1/+3
* Utils: Replace Id ctor from char * with char(&)[]hjk2024-09-181-1/+5
* Utils: Make Id::name() return a QByteArrayViewhjk2024-09-021-1/+2
* Add `const char` overload for Id::withSuffixEike Ziller2024-07-291-0/+2
* Utils: Remove Id::uniqueIdentifier()hjk2024-07-261-2/+1
* Utils: Use more views in Id setuphjk2024-07-261-3/+3
* Utils: Remove unused Id::versionedId()hjk2024-07-251-2/+0
* Utils: Add convenience function for generating a unique IdChristian Kandeler2024-07-121-0/+2
* Utils: Temporarily introdce Key Id::toKey()hjk2023-08-291-0/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: Remove remaining includes of porting.hJarek Kobus2022-07-201-2/+0
* Utils: Collapse most of porting,hhjk2022-07-131-1/+1
* Utils: More forward declarations / drop unused headers [H-K]Jarek Kobus2022-05-251-3/+4
* Make some qHash and comparison operators overloads hidden friendshjk2021-12-061-8/+5
* Fix qHash-related size compatibility warnings by MSVCOrgad Shaneh2021-10-201-1/+2
* Fix buildEike Ziller2020-07-061-0/+1
* Move Id from Core to UtilsEike Ziller2020-06-181-0/+92