dxx-rebirth/common/misc
Kp 8ccf0e5301 Add PHYSFS_read wrapper support
- Add wrappers for PHYSFS_read and its convenience functions.  Poison
  the memory before calling PHYSFS, so that any uninitialized bytes
  (likely caused by a short read) are reported if the caller tries to
  access the value anyway.
- Add SConstruct options to enable wrapping, so that users do not need
  to enumerate the wrapped functions manually.
- Fix link failure when using LTO+wrappers.
2017-07-26 03:15:58 +00:00
..
error.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
hash.cpp Uninline namespace dcx 2015-12-13 18:00:49 +00:00
hmp.cpp Use range_for for hmp reset_tracks 2016-10-29 23:16:18 +00:00
ignorecase.cpp Switch ignorecase.cpp to C++ static_cast 2016-09-04 00:02:52 +00:00
strutil.cpp Move strutil qsort comparator casts into function 2016-09-04 19:10:42 +00:00
vg-wrap-physfs.h Add PHYSFS_read wrapper support 2017-07-26 03:15:58 +00:00
vgrphys.cpp Add PHYSFS_read wrapper support 2017-07-26 03:15:58 +00:00
vgwphys.cpp Add PHYSFS_read wrapper support 2017-07-26 03:15:58 +00:00