simgear/simgear
James Turner abb73c566e Update to C++17.
This can be reverted easily, but let’s see if it goes.
2020-06-22 20:39:45 +01:00
..
bucket Simgear::test_bucket code coverage 2017-12-23 08:52:23 +00:00
bvh Update to C++17. 2020-06-22 20:39:45 +01:00
canvas Raise minimum OSG version to 3.4.1 2020-06-18 17:22:55 +01:00
debug Replace BOOST_FOREACH by C++ 11 for range loop. 2020-04-12 14:39:12 +01:00
embedded_resources
emesary Switch to C++11 threads, mutexes and lock_guards. Switching to C++11 condition_variables requires some more thought. 2020-01-22 13:44:47 +01:00
environment Statements following return, break, continue, goto or throw will never be executed. 2020-04-12 14:39:12 +01:00
ephemeris Use UTF8 paths in nearly all places, for OSG 2020-03-13 09:50:43 +00:00
hla C++17: use an OBJECT_LIBRARY to build HLA 2020-06-21 19:31:35 +01:00
io General boost cleanup 2020-04-22 14:04:21 +01:00
magvar
math New SGGeodesy::advance, taking degrees 2020-05-30 16:27:42 +01:00
misc API to reset the resource manager, and remove 2020-06-17 11:48:59 +01:00
nasal Update to C++17. 2020-06-22 20:39:45 +01:00
package Replace boost::function by std::function 2020-04-22 14:04:21 +01:00
props Update to C++17. 2020-06-22 20:39:45 +01:00
scene Update to C++17. 2020-06-22 20:39:45 +01:00
screen Remove jpeg-factory. 2014-01-27 09:19:11 +00:00
serial
sound Avoid various gcc warnings. 2020-06-17 22:56:33 +01:00
std cppbind: Refactor to use C++11+ type_traits 2018-01-21 13:21:55 +01:00
structure Update to C++17. 2020-06-22 20:39:45 +01:00
threads Clean up the threading code: remove the private classes. 2020-01-29 11:33:54 +01:00
timing Load time-zones from UTF-8 paths correctly 2020-03-13 16:48:12 +00:00
xml
.gitignore
CMakeLists.txt C++17: use an OBJECT_LIBRARY to build HLA 2020-06-21 19:31:35 +01:00
compiler.h
constants.h
sg_inlines.h
simgear_config_cmake.h.in Split up SIMD support in ENABLE_SIMD which enables sse2 support for the compiler and ENABLE_SIMD_CODE which enables the hand crafted SIMD math functions which defaults to OFF now since compilers have catched up on generating optimized vectorized SIMD code. 2019-01-15 10:36:23 +01:00
version.h.in