]> git.mxchange.org Git - simgear.git/commit
IRIX/MipsPro patches from Erik Hofman:
authordavid <david>
Mon, 30 Dec 2002 21:33:56 +0000 (21:33 +0000)
committerdavid <david>
Mon, 30 Dec 2002 21:33:56 +0000 (21:33 +0000)
commita0a0c8e3085732d6a5914f34e77670f6c7375f6e
tree9480377ed75940d2c3880a0f8b504aceb3f24d51
parente5814dad73b90cb82adb7c5734bb51c82d395bc3
IRIX/MipsPro patches from Erik Hofman:

This patch adds some missing default ISO C++ headers to SimGear,
especially usefull for Irix/MipsPro. To the best of my knowledge this
only affects the Irix/MipsPro compiler combination although it might be
usefull for others as well.

This patch does not yet remove any compiler specific code, but that
would be my next task. The powerfull macros as defined in the compiler.h
file allowed me to split it up into multiple patches.
27 files changed:
configure.ac
simgear/compatibility/README [new file with mode: 0644]
simgear/compatibility/cassert [new file with mode: 0644]
simgear/compatibility/cctype [new file with mode: 0644]
simgear/compatibility/cerrno [new file with mode: 0644]
simgear/compatibility/cfloat [new file with mode: 0644]
simgear/compatibility/climits [new file with mode: 0644]
simgear/compatibility/clocale [new file with mode: 0644]
simgear/compatibility/cmath [new file with mode: 0644]
simgear/compatibility/csetjmp [new file with mode: 0644]
simgear/compatibility/csignal [new file with mode: 0644]
simgear/compatibility/cstdarg [new file with mode: 0644]
simgear/compatibility/cstddef [new file with mode: 0644]
simgear/compatibility/cstdio [new file with mode: 0644]
simgear/compatibility/cstdlib [new file with mode: 0644]
simgear/compatibility/cstring [new file with mode: 0644]
simgear/compatibility/ctime [new file with mode: 0644]
simgear/compatibility/cwchar [new file with mode: 0644]
simgear/compatibility/cwctype [new file with mode: 0644]
simgear/compatibility/fstream [new file with mode: 0644]
simgear/compatibility/iomanip [new file with mode: 0644]
simgear/compatibility/iostream [new file with mode: 0644]
simgear/compatibility/istream [new file with mode: 0644]
simgear/compatibility/iterator [new file with mode: 0644]
simgear/compatibility/streambuf [new file with mode: 0644]
simgear/compatibility/strstream [new file with mode: 0644]
simgear/compiler.h