Go to file
Kp 0a2ef79242 Remove close_fds=True from StaticSubprocess
Per the documentation, on Linux, the default is true.  On Windows,
setting it to true causes a Python exception because Windows relies on
disabling inheritance as a hack to close all descriptors, but
inheritance needs to be enabled to capture the output of the child
process.

Reported-by: Mako88 <https://github.com/dxx-rebirth/dxx-rebirth/issues/173>
Fixes: bb3f414128 ("Cache scons subprocess calls")
2016-01-03 20:21:36 +00:00
common Simplify find_connect_side 2016-01-03 20:21:35 +00:00
contrib Add stub __attribute_always_inline to VS2013 header 2015-10-30 02:52:57 +00:00
d1x-rebirth Uninline namespace dsx 2015-12-13 18:00:49 +00:00
d2x-rebirth Use v*ptr* factories with highest_valid 2015-12-22 04:18:51 +00:00
Documentation Add TODO item for namespace changes 2015-12-18 04:08:24 +00:00
similar Remove sprintf from automap.cpp 2016-01-03 20:21:36 +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
INSTALL.markdown Add basic instructions on building Rebirth 2015-09-26 21:17:14 +00:00
SConstruct Remove close_fds=True from StaticSubprocess 2016-01-03 20:21:36 +00:00