1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-02-01 05:45:33 +00:00
openmw-tes3mp/components/misc
scrawl a1939ae05f StringUtils: use the locale-unaware tolower function
There is no change in behaviour since we were using the C locale.

The locale-aware tolower is much slower than the locale-unaware one. At least on Linux/GCC it calls dynamic_cast's, and is overall slower by an order of magnitude.

(cherry picked from commit 27e669296e)
2015-12-05 18:11:21 +11:00
..
tests Changed standard C lib includes to C++ format 2012-07-17 09:44:24 +02:00
resourcehelpers.cpp Rewrite animated collision shape support (Fixes #2123) 2015-01-13 05:37:37 +01:00
resourcehelpers.hpp Rewrite animated collision shape support (Fixes #2123) 2015-01-13 05:37:37 +01:00
stringops.hpp StringUtils: use the locale-unaware tolower function 2015-12-05 18:11:21 +11:00
utf8stream.hpp Remove extra semicolons at the end of some lines. 2014-09-06 13:04:52 -05:00