aboutsummaryrefslogtreecommitdiffstats
path: root/utils/Collections/ConcurrentSet.cs
Commit message (Collapse)AuthorAgeFilesLines
* Add ConcurrentSet tests and refactor core implementationKarsten Heimrich2025-10-021-3/+6
| | | | | | | | | | | * Add Test_ConcurrentSet.cs with functionality tests. * Implement IReadOnlyCollection<T> rather than IEnumerable<T> to expose Count property. * Remove Items property initializer cause it's ignored anyway. * Add Clear() method. Change-Id: I05a45253688cc6cabb57c5274a9d38990525ccbd Reviewed-by: Miguel Costa <miguel.costa@qt.io>
* Fix "duplicate placeholder" error in testsMiguel Costa2025-09-291-0/+1
| | | | | | | Resets the in-memory generator internal state for every run. Change-Id: I448d42354f47c248a62becbf89f0267ab23490c9 Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
* Add utility modulesMiguel Costa2025-07-021-0/+24
Change-Id: I3b15fccc69d4c45f60f8fd24fb1945b1528a22ba Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>