19dd92d3e0a90b39bff60c8071240d151423c6e5
In C++11, destructors are 'noexcept' by default -> remove useless throw() specifiers. There was one case that wasn't about a destructor: I replaced the 'throw()' with 'noexcept' because this use of 'throw()' is deprecated and 'noexcept' offers the intended meaning as far as I can guess (in C++17, 'throw()' will be equivalent to 'noexcept' anyway). For more info, see: http://en.cppreference.com/w/cpp/language/noexcept_spec https://akrzemi1.wordpress.com/2013/08/20/noexcept-destructors/
SimGear - Simulator Construction Tools ====================================== http://www.flightgear.org SimGear is a set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications. SimGear is developed by the FlightGear project and also provides the base for the FlightGear Flight Simulator. Source code for SimGear is released under the GNU Library General Public License (LGPL) - see COPYING for license details. See INSTALL file for help on building SimGear.
Description
Languages
C++
85.5%
C
13.1%
CMake
1.4%