dxx-rebirth/common/include
Kp fcb6beb3e8 Add check that d_array<E> is not unsigned int or unsigned long
`std::size_t` is `unsigned int` on i686-pc-linux-gnu, but is `unsigned
long` on x86_64-pc-linux-gnu.  This mismatch allows d_array<E =
std::size_t> to be well-formed on x86_64, but trigger a duplicate
definition of operator[](E) on i686.  Add a requires() check that
forbids both types for E, so that code which would break the i686 build
is also diagnosed in the x86_64 build.
2022-10-09 23:15:20 +00:00
..
editor Pass LevelSharedRobotInfoState to various functions that need it 2022-07-09 13:39:29 +00:00
3d.h Remove unnecessary explicit definition of tmap_drawer_type::operator!= 2022-10-09 23:15:19 +00:00
adlmidi_dynamic.h
args.h
byteutil.h Combine DXX_HAVE_BUILTIN_BSWAP, DXX_HAVE_BUILTIN_BSWAP16 2022-04-17 22:27:19 +00:00
compiler-cf_assert.h
compiler-poison.h Use std::span for poison helper functions 2022-09-24 17:47:51 +00:00
compiler-range_for.h
compiler-static_assert.h
console.h Use std::array for console_buffer::line 2022-09-24 17:47:52 +00:00
countarray.h
cpp-valptridx.h
d_gl.h
d_underlying_value.h Change underlying_value to use a deleted function for the bad case 2022-06-11 15:00:02 +00:00
digi_audio.h
digi_mixer.h
digi_mixer_music.h
dsx-ns.h
dxxerror.h Pass std::span to msgbox_warning 2022-09-24 17:47:53 +00:00
event.h Move joystick interpretation to happen after the event loop 2022-02-27 14:23:53 +00:00
fmtcheck.h
func.h
fwd-event.h Move joystick interpretation to happen after the event loop 2022-02-27 14:23:53 +00:00
fwd-gr.h Use enum class for gr fade_level 2021-09-19 10:53:48 +00:00
fwd-partial_range.h Propagate T::index_type through partial_range 2021-09-04 12:17:14 +00:00
fwd-valptridx.h Add check that d_array<E> is not unsigned int or unsigned long 2022-10-09 23:15:20 +00:00
fwd-vecmat.h Use enum class for vm_magnitude_squared 2022-05-24 02:32:58 +00:00
fwd-window.h Move window_is_visible,window_set_visible to be window methods 2021-11-01 03:37:18 +00:00
gr.h Remove unnecessary explicit definition of screen_mode::operator!= 2022-10-09 23:15:19 +00:00
grdef.h
hash.h
hmp.h Store Windows HMP MIDIHDR inline in hmp_file 2022-08-22 01:24:49 +00:00
iff.h
ignorecase.h
internal.h
interp.h Pass std::span to g3_validate_polygon_model 2022-09-24 17:47:52 +00:00
joy.h
jukebox.h
key.h
loadgl.h
makesig.h
maths.h Remove quadint members low, high 2022-05-24 02:32:58 +00:00
messagebox.h Pass std::span to msgbox_warning 2022-09-24 17:47:53 +00:00
mouse.h Use enum class for MBTN_* constants 2022-02-27 14:23:53 +00:00
ntstring.h Remove unnecessary explicit definition of ntstring::operator!= 2022-10-09 23:15:19 +00:00
null_sentinel_iterator.h Remove unnecessary explicit definition of null_sentinel_iterator::operator!= 2022-10-09 23:15:19 +00:00
ogl_extensions.h
ogl_init.h Pass std::span to _g3_draw_tmap_2 2022-09-24 17:47:52 +00:00
ogl_sync.h
pack.h Add constexpr to SConf operator== test 2022-10-09 23:15:20 +00:00
palette.h Use explicitly defaulted rgb_t::operator== 2022-10-09 23:15:19 +00:00
partial_range.h Simplify partial_range check_range_index_type_vs_provided_index_type 2022-10-02 19:51:36 +00:00
pcx.h
physfs-serial.h
physfs_list.h Explicitly require support for C++11 constructor inheritance 2022-01-09 15:25:42 +00:00
physfsx.h Pass std::span to PHYSFSX_puts 2022-10-02 19:51:36 +00:00
pstypes.h
rbaudio.h
reverse.h
rle.h Use std::span for poison helper functions 2022-09-24 17:47:51 +00:00
serial.h Use compiler std::endian instead of union-based punning 2022-09-24 17:47:52 +00:00
strutil.h Test whether change_filename_extension succeeded before using its output 2022-10-09 23:15:20 +00:00
texmap.h Pass std::span to draw_tmap, draw_tmap_flat 2022-09-24 17:47:52 +00:00
timer.h
u_mem.h Restrict RAIIdmem to use on integral types 2022-07-02 18:10:45 +00:00
ui.h Return std::unique_ptr from d_strdup 2022-10-09 23:15:20 +00:00
valptridx.h Make valptridx comparison operators constexpr 2022-10-09 23:15:19 +00:00
varutil.h Make cstring_tie inherit from array 2022-09-24 17:47:53 +00:00
vecmat.h Use explicitly defaulted operator== for vms_vector 2022-10-09 23:15:19 +00:00
window.h Move window_is_visible,window_set_visible to be window methods 2021-11-01 03:37:18 +00:00