1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-06 16:10:54 +00:00
openmw/apps/components_tests/bsa
elsid ab4637f6c7
Do not rely on std::string::reserve
Passing an object with capacity through std::ostringstream may change
its capacity. Use malloc instead to make sure the memory is allocated.
2025-10-12 11:11:22 +02:00
..
operators.hpp Add tests for BSAFile 2025-10-06 00:02:32 +02:00
testbsafile.cpp Do not rely on std::string::reserve 2025-10-12 11:11:22 +02:00
testcompressedbsafile.cpp Add tests for BSAFile 2025-10-06 00:02:32 +02:00