1
0
Fork 0
flightgear/src/Airports
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 Ignore calc_loc program. 2003-06-07 13:54:35 +00:00
apt_loader.cxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
apt_loader.hxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
calc_loc.cxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
dynamicloader.cxx Initial attempt to establish a better integration between AI and ATC code. 2008-07-13 12:51:06 +00:00
dynamicloader.hxx Initial attempt to establish a better integration between AI and ATC code. 2008-07-13 12:51:06 +00:00
dynamics.cxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
dynamics.hxx Initial attempt to establish a better integration between AI and ATC code. 2008-07-13 12:51:06 +00:00
gnnode.cxx - Ground network XML parsing code reads the new attributes "holdPointType" 2007-08-08 06:09:58 +00:00
gnnode.hxx - Ground network XML parsing code reads the new attributes "holdPointType" 2007-08-08 06:09:58 +00:00
groundnetwork.cxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
groundnetwork.hxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
Makefile.am Initial attempt to establish a better integration between AI and ATC code. 2008-07-13 12:51:06 +00:00
parking.cxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
parking.hxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
runwayprefloader.cxx Fixes for compiling with gcc 4.3 2008-04-13 21:12:36 +00:00
runwayprefloader.hxx Thomas Foerster: Made FGParking a subclass of FGTaxiNode 2007-07-05 19:00:59 +00:00
runwayprefs.cxx Initial attempt to establish a better integration between AI and ATC code. 2008-07-13 12:51:06 +00:00
runwayprefs.hxx - Added ultra-light traffic is now a separate traffic class that can have its 2007-07-21 11:05:20 +00:00
runways.cxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
runways.hxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
simple.cxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
simple.hxx This should apply, and everything should build cleanly, in isolation from the 2008-07-25 18:38:29 +00:00
testair.cxx source tree reorganization prior to flightgear 0.7 2009-09-14 14:26:20 +02:00
xmlloader.cxx Thomas Foerster: Made FGParking a subclass of FGTaxiNode 2007-07-05 19:00:59 +00:00
xmlloader.hxx Thomas Foerster: Made FGParking a subclass of FGTaxiNode 2007-07-05 19:00:59 +00:00