summaryrefslogtreecommitdiffstats
path: root/src/render/backend/stringtoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SPDX license identifiersLucie Gérard2022-06-221-38/+2
* Fix a number of MSVC int conversion warningsFriedemann Kleint2021-01-291-1/+1
* Fix some more compile warningsPaul Lemire2020-06-041-1/+1
* StringToInt: use std::shared_mutex instead of QReadWriteLockPaul Lemire2020-06-021-11/+12
* Shader: record standard uniform at loading timePaul Lemire2019-12-041-14/+25
* Fix StringToInt implementationLars Knoll2017-09-061-42/+19
* Fix deadlock in StringToIntMauro Persano2016-05-171-0/+3
* StringToInt: add an overload taking QLatin1StringMarc Mutz2016-05-141-0/+6
* StringToInt: use QReadWriteLock plus temporary vectorPaul Lemire2016-02-201-5/+38
* Add StringToInt classPaul Lemire2016-02-191-0/+80