1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2026-01-30 07:48:26 +00:00
openmw/apps/esmtool
elsid 921a22fb73
Use target_precompile_headers for the most expensive headers
Only for MSVC. Ccache doesn't work out of the box with precompiled headers but
usually gives less build time for Clang and GCC. Also GCC builds code slower
with precompiled headers for unknown reason.
2022-07-01 13:02:13 +02:00
..
.gitignore Moved esmtool to apps/ 2010-07-21 13:52:28 +02:00
arguments.hpp Fix uninitialized coverity warnings 2022-05-01 18:36:16 +02:00
CMakeLists.txt Use target_precompile_headers for the most expensive headers 2022-07-01 13:02:13 +02:00
esmtool.cpp Convert esmtool from const std::string& to std::string_view 2022-05-21 21:39:26 +02:00
labels.cpp Print record flags in esmtool 2022-04-17 09:00:58 +02:00
labels.hpp Print record flags in esmtool 2022-04-17 09:00:58 +02:00
record.cpp Use unique_ptr for ESM records 2022-01-29 21:09:27 +02:00
record.hpp Use unique_ptr for ESM records 2022-01-29 21:09:27 +02:00
tes4.cpp Support TES4 in esmtool dump 2022-04-25 17:35:26 +02:00
tes4.hpp Support TES4 in esmtool dump 2022-04-25 17:35:26 +02:00