Go to file
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
common Add PHYSFS_read wrapper support 2017-07-26 03:15:58 +00:00
contrib Add Gentoo ebuilds for beta 2017-04-08 16:48:19 +00:00
d1x-rebirth Make wclip::num_frames uint16_t 2017-06-17 23:05:16 +00:00
d2x-rebirth Make wclip::num_frames uint16_t 2017-06-17 23:05:16 +00:00
Documentation Require support for reference qualified methods 2016-12-10 17:51:07 +00:00
similar Move dsx::segment -> dcx::segment 2017-07-26 03:15:58 +00:00
.gitattributes Add .gitattributes to control EOL conversion 2017-04-08 16:48:18 +00:00
.gitignore ignore XCode user data 2014-12-06 22:43:12 -08:00
COPYING.txt corrected typo in COPYING.txt (it's to its) 2014-06-06 13:18:52 +02:00
GPL-3.txt Changed custom D1X license to GPLv3 2014-06-01 19:55:23 +02:00
INSTALL.markdown Fix Ubuntu package name in INSTALL.markdown 2016-12-23 02:56:55 +00:00
SConstruct Add PHYSFS_read wrapper support 2017-07-26 03:15:58 +00:00