dxx-rebirth/common
Kp 44cf8b83be Advise gcc to inline morph_data::operator new
This is only used in the file where it is defined, so it can be inlined
even though the definition is not in a header.  Enabling inlining
encourages gcc to see that the `operator new`/`operator delete` calls
are not mismatched.
2022-08-22 01:24:49 +00:00
..
2d Prefer C++20 std::span over internal span for decode_row 2022-07-30 17:42:59 +00:00
3d Move various static functions into anonymous namespace 2022-07-09 13:39:29 +00:00
arch Move various static functions into anonymous namespace 2022-07-09 13:39:29 +00:00
editor Move various static functions into anonymous namespace 2022-07-09 13:39:29 +00:00
include Store Windows HMP MIDIHDR inline in hmp_file 2022-08-22 01:24:49 +00:00
main Advise gcc to inline morph_data::operator new 2022-08-22 01:24:49 +00:00
maths Remove quadint members low, high 2022-05-24 02:32:58 +00:00
mem
misc Store Windows HMP MIDIHDR inline in hmp_file 2022-08-22 01:24:49 +00:00
music
texmap Require support for C++17 attribute [[fallthrough]] 2022-01-09 15:25:42 +00:00
ui Move various static functions into anonymous namespace 2022-07-09 13:39:29 +00:00
unittest Add unit tests for enumerate 2022-02-13 19:13:38 +00:00