dxx-rebirth/common/misc
Kp 163a6222c2 Remove unnecessary endian instances in serial.h
The type aliases are sufficient.  Individual bytebuffer_t
implementations can define a `static constexpr` member `endian` from the
type alias and rely on `std::integral_constant<T, V>::operator()`
instead of defining a `static` method just to return an instance of the
`std::integral_constant`.
2022-05-05 02:59:11 +00:00
..
error.cpp Optimize out warn_printf on some targets 2021-09-12 16:20:52 +00:00
hash.cpp
hmp.cpp Remove unnecessary endian instances in serial.h 2022-05-05 02:59:11 +00:00
ignorecase.cpp
physfsrwops.cpp Return error code from PHYSFSRWOPS_openRead* 2021-07-25 23:00:56 +00:00
strutil.cpp Tighten type info for d_strdup 2022-04-24 20:42:01 +00:00
vg-wrap-physfs.h
vgrphys.cpp
vgwphys.cpp