1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-10-17 21:16:38 +00:00
openmw/apps/openmw_test_suite/misc
elsid 5dc612aa54
Replace ciCompareLen with ciStartsWith where possible
`ciCompareLen(a, b, b.size()) == 0` expression is an equivalent of checking for
equality of `a` prefix with size `b.size()` with `b`.

`ciCompareLen(a, b, a.size()) == 0` is also the same thing but `a` is a prefix
`b` should start with.
2022-08-22 09:32:22 +02:00
..
compression.cpp Add functions to compress/decompress vector of bytes 2021-10-18 20:46:22 +02:00
progressreporter.cpp Add progress reporter type 2021-10-18 01:26:10 +02:00
test_endianness.cpp Fix C4389 msvc warning 2022-07-01 18:47:47 +02:00
test_resourcehelpers.cpp Put tests output files to a separate dir 2022-05-30 01:34:23 +02:00
test_stringops.cpp Replace ciCompareLen with ciStartsWith where possible 2022-08-22 09:32:22 +02:00