.. |
bucket
|
Simgear::test_bucket code coverage
|
2017-12-23 08:52:23 +00:00 |
bvh
|
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 |
canvas
|
Fix compiler warning of different signedness
|
2020-06-16 12:11:24 +01:00 |
debug
|
Replace BOOST_FOREACH by C++ 11 for range loop.
|
2020-04-12 14:39:12 +01:00 |
embedded_resources
|
Rename the ResourceProxy class to EmbeddedResourceProxy
|
2017-10-07 16:36:49 +02:00 |
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
|
Fix a threads header
|
2020-03-09 14:56:08 +01:00 |
io
|
General boost cleanup
|
2020-04-22 14:04:21 +01:00 |
magvar
|
chance the WMM epic form 1 jan 2005 to 1 jan 2015
|
2015-09-02 10:37:01 +02:00 |
math
|
New SGGeodesy::advance, taking degrees
|
2020-05-30 16:27:42 +01:00 |
misc
|
Add simgear::optional
|
2020-04-25 18:05:59 +01:00 |
nasal
|
Nasal: improve message for non-object member access
|
2020-04-28 09:36:40 +01:00 |
package
|
Replace boost::function by std::function
|
2020-04-22 14:04:21 +01:00 |
props
|
simgear/props/props.cxx: Avoid possible SEGV e.g. if listener removes itself.
|
2020-06-13 18:11:49 +01:00 |
scene
|
Fix zero-interval repeat on pick/knob animation
|
2020-06-15 16:11:18 +01:00 |
screen
|
Remove jpeg-factory.
|
2014-01-27 09:19:11 +00:00 |
serial
|
Ensure <simgear_config.h> is always included.
|
2017-03-28 09:36:53 +01:00 |
sound
|
Only use readwav for OpenAL
|
2020-04-28 09:41:11 +02:00 |
std
|
cppbind: Refactor to use C++11+ type_traits
|
2018-01-21 13:21:55 +01:00 |
structure
|
Replace boost::function by std::function
|
2020-04-22 14:04:21 +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
|
Move IOStreams-related files to simgear/io/iostreams; rename zfstream.[ch]xx to gzfstream.[ch]xx
|
2017-02-12 21:18:52 +01:00 |
.gitignore
|
Remove obsolete ignore pattern for automake generated headers.
|
2012-02-17 23:46:06 +01:00 |
CMakeLists.txt
|
CMake logic to export debug symbols
|
2020-04-05 14:04:19 +01:00 |
compiler.h
|
Define SG_DEPRECATED, remove unused DEPRECATED.
|
2017-04-05 22:09:52 +09:00 |
constants.h
|
Provide polar earth radius as a simgear constant.
|
2017-11-16 21:38:50 +01:00 |
sg_inlines.h
|
Add function template simgear::enumValue() to simgear/sg_inlines.h
|
2017-11-19 00:45:47 +01:00 |
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
|
Fix rpmlint/Linux packager complaints
|
2012-05-05 00:30:16 +02:00 |