1
0
Fork 0
flightgear/src/Input
ehofman d9bfd5a425 This should apply, and everything should build cleanly, in isolation from the
SimGear change. It changes all the SG_xxxx to be the 'real' includes, and gets
rid of many #ifdef SG_HAVE_STD_INCLUDES. As an added bonus, rather than
replacing 'SG_USING_NAMESPACE(std)' with 'using namespace std', I just fixed
the small number of places to use std:: explicitly. So we're no longer polluting
the global namespace with the entire contents of std, in many cases.

There is one more 'mechanical' change to come - getting rid of SG_USING_STD(X),
but I want to keep that separate from everything else. (There's another
mechnical change, replacing <math.h> with <cmath> and so on *everywhere*, but
one step at a time)
2008-07-25 18:38:29 +00:00
..
.cvsignore -Removed .cvsignore from itself, since .cvsignore is now in the CVS 2001-12-12 04:15:23 +00:00
fgjs.cxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
input.cxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
input.hxx - export modifier bitmask 2008-04-26 13:25:08 +00:00
js_demo.cxx Add calls to jsInit() which is a noop on all platforms but Mac. 2004-05-04 19:02:19 +00:00
jsinput.cxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
jsinput.h Stefan Seifert: 2006-07-04 23:29:05 +00:00
jssuper.cxx new FSF address 2006-02-21 01:16:04 +00:00
jssuper.h new FSF address 2006-02-21 01:16:04 +00:00
Makefile.am cygwin related fixes, and some minor future release related maintenance 2008-02-04 20:03:52 +00:00