dxx-rebirth/common/include
Kp 5c88587c01 Encourage std::fill to become memset
gcc has a special case to devolve to memset if both the pointed-at data
and the value to fill are considered a byte.  All uses of
DXX_POISON_MEMORY pass a value that fits in a byte, so change the
signature to be a byte, to encourage gcc to activate the special case.
2020-05-17 23:35:26 +00:00
..
editor Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
3d.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
adlmidi_dynamic.h
args.h
byteutil.h
compiler-begin.h
compiler-cf_assert.h
compiler-lengthof.h
compiler-poison.h Encourage std::fill to become memset 2020-05-17 23:35:26 +00:00
compiler-range_for.h
compiler-span.h Move morph_data::morph_times into a trailing allocation 2020-02-26 05:07:34 +00:00
compiler-static_assert.h
console.h
countarray.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
cpp-valptridx.h Use C++11 user-defined literals to dispatch valptridx error style 2020-04-26 17:26:23 +00:00
digi_audio.h
digi_mixer.h Move digi functions to dcx; use bitset for channels 2020-04-04 19:30:22 +00:00
digi_mixer_music.h
dsx-ns.h
dxxerror.h
event.h Recompute automap subcanvas on window size change 2019-08-18 20:37:29 +00:00
fmtcheck.h
func.h
fwd-event.h
fwd-gr.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
fwd-partial_range.h
fwd-valptridx.h Fix valptridx build break in <gcc-7 2020-01-24 03:49:32 +00:00
fwd-vecmat.h
fwd-window.h Call arch_close before atexit hooks begin 2020-01-06 01:25:35 +00:00
gr.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
grdef.h
hash.h
hmp.h Qualify uses of std::array 2020-05-02 21:18:42 +00:00
iff.h Qualify uses of std::array 2020-05-02 21:18:42 +00:00
ignorecase.h
internal.h
interp.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
joy.h Added axis buttons 2019-09-01 13:11:14 -04:00
jukebox.h Qualify uses of std::array 2020-05-02 21:18:42 +00:00
key.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
loadgl.h
makesig.h
maths.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
messagebox.h
mouse.h
ntstring.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
null_sentinel_iterator.h Remove use of deprecated std::iterator 2020-05-02 21:18:43 +00:00
ogl_extensions.h
ogl_init.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
ogl_sync.h
pack.h
palette.h Delegate PCX loading to SDL_image 2020-05-17 23:35:26 +00:00
partial_range.h Require support for C++11 addressof 2020-05-02 21:18:43 +00:00
pcx.h Delegate bald_guy_load PCX to SDL image 2020-05-17 23:35:26 +00:00
physfs-serial.h
physfs_list.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
physfsx.h Use if constexpr instead of std::enable_if 2020-05-17 23:35:25 +00:00
pstypes.h
rbaudio.h indent fixes, improve comments, other code fixes 2019-10-27 03:11:15 +03:00
reverse.h
rle.h Qualify uses of std::array 2020-05-02 21:18:42 +00:00
serial.h Use C++17 fold expressions to simplify serialization code 2020-05-17 23:35:25 +00:00
strutil.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
texmap.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
timer.h
u_mem.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
ui.h Refer to <memory> directly, not through "compiler-make_unique.h" 2020-05-02 21:18:43 +00:00
valptridx.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
varutil.h Refer to <array> directly, not through "compiler-array.h" 2020-05-02 21:18:42 +00:00
vecmat.h
window.h