dxx-rebirth/common
Kp df9a2bacf1 Handle gcc-10 truncation warnings in net_udp.cpp
gcc-10 warns that the game information text may be truncated, because it
overestimates the maximum possible length of some strings.  Handle the
warning by changing the format string to explicitly truncate these
strings at their maximum legal lengths.
2020-05-17 23:35:25 +00:00
..
2d Refer to <memory> directly, not through "compiler-make_unique.h" 2020-05-02 21:18:43 +00:00
3d Use runtime check for instance_stack overrun 2020-05-02 21:18:43 +00:00
arch Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
editor Qualify uses of std::array 2020-05-02 21:18:42 +00:00
include Use C++17 fold expressions to simplify serialization code 2020-05-17 23:35:25 +00:00
main Handle gcc-10 truncation warnings in net_udp.cpp 2020-05-17 23:35:25 +00:00
maths Qualify uses of std::array 2020-05-02 21:18:42 +00:00
mem Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
misc Refer to <memory> directly, not through "compiler-make_unique.h" 2020-05-02 21:18:43 +00:00
music Rework ADL dynamic loader 2018-10-15 00:51:53 +00:00
texmap Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
ui Refer to <memory> directly, not through "compiler-make_unique.h" 2020-05-02 21:18:43 +00:00
unittest Add unit tests for serialization code 2020-05-17 23:35:25 +00:00