1
0
Fork 0
flightgear/tests
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 add al-info 2006-02-05 16:41:47 +00:00
al-info.c Oops - I think I introduced some dos line endings - this should fix it 2006-02-22 20:27:00 +00:00
est-epsilon.c Migrate FlightGear code to use "#include SG_GL*" defined in 2004-11-18 19:53:00 +00:00
gl-info.c Migrate FlightGear code to use "#include SG_GL*" defined in 2004-11-18 19:53:00 +00:00
Makefile.am Add a gl-info equivalent for OpenAL. 2006-01-31 18:20:49 +00:00
test-env-map.cxx Migrate FlightGear code to use "#include SG_GL*" defined in 2004-11-18 19:53:00 +00:00
test-gethostname.cxx Initial revision. 2001-03-22 04:19:12 +00:00
test-mktime.cxx Martin Spott: Use standardized Sun directive. 2005-10-06 11:08:26 +00:00
test-text.cxx Type consistency. 2007-05-16 16:47:13 +00:00
test-up.cxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00