1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-12-01 18:34:31 +00:00
openmw/apps
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
..
benchmarks Fix clang-analyzer-deadcode.DeadStores 2025-04-05 12:55:17 +02:00
bsatool Use proper naming for BSA File and Hash members 2025-09-20 19:21:17 +02:00
bulletobjecttool Fix path handling for files in BSAs 2025-07-03 08:46:23 +02:00
components_tests Do not rely on std::string::reserve 2025-10-12 11:11:22 +02:00
esmtool Add and fix -Wshadow 2025-08-18 21:09:06 +02:00
essimporter Remove small translation units 2025-08-29 00:41:47 +02:00
launcher Merge branch 'formatcomponents' into 'master' 2025-08-31 17:59:35 +00:00
mwiniimporter Resolve a number of Coverity defects 2025-08-06 19:52:09 +02:00
navmeshtool Fix loads of warnings 2025-07-24 00:20:05 +01:00
niftest Fix and enforce local variable naming 2025-08-05 21:27:48 +02:00
opencs Merge branch 'rm_small_tu' into 'master' 2025-08-30 07:45:30 +00:00
opencs_tests Use temporary directory for tests output 2025-03-23 23:33:40 +01:00
openmw Merge branch 'solidlyrooted' into 'master' 2025-10-11 11:59:17 +03:00
openmw_tests Fix and enforce parameter naming 2025-08-27 12:45:09 +02:00
wizard Fix and enforce parameter naming 2025-08-27 12:45:09 +02:00
doc.hpp