OpenSceneGraph/include
Gleb Mazovetskiy 8b2e02b71d Ensure global Mutex is initialized before Registry
A Registry instance may be accessed before the global mutex, e.g. here:

e77f50371c/src/osgText/Font.cpp (L49)

This leads to the Mutex being destroyed before the Registry is destroyed.

This causes a crash at exit, as described in #1048.

Fixes #1048.
2021-03-14 17:58:28 +00:00
..
OpenThreads build/windows_clang 2020-07-21 17:37:24 +02:00
osg Ran dos2unix to fix line endings 2021-02-17 18:23:32 +00:00
osgAnimation osgAnimation/Keyframe: Fix -Wshadow warning 2021-01-18 14:51:48 +00:00
osgDB Ensure global Mutex is initialized before Registry 2021-03-14 17:58:28 +00:00
osgFX Fixed crash on exit issues with osgFX, osgParticle, osgSim and the osgforest example 2019-01-07 17:46:02 +00:00
osgGA Removed unneccessary FIX ME statement. 2018-07-31 09:14:02 +01:00
osgManipulator Fix includes for MSVC 2015 build. 2018-04-20 13:16:43 -04:00
osgParticle Override default behavior for linear vector interpolations 2019-03-15 21:29:13 +03:00
osgPresentation As the author of all the files in osgPresentation and present3D have rectified the license notices to reflect their intended license rather than histoical license they had prior to being merged into the OpenSceneGraph project. OSGPL was always intended but missed during merge. 2018-05-31 14:45:37 +01:00
osgShadow Fix typos and spelling. 2018-04-23 11:03:37 +01:00
osgSim Fixed crash on exit issues with osgFX, osgParticle, osgSim and the osgforest example 2019-01-07 17:46:02 +00:00
osgTerrain Changed Layer::get*Value(..) methods to const 2018-03-30 12:47:15 +01:00
osgText Added support for using CurrentCodePage functionality with osgText::String 2020-01-13 13:41:37 +00:00
osgUI fix colliding include guards and spurious #define OSGUI_EXPORT 2016-08-29 09:40:21 +02:00
osgUtil Add getPreRenderList getPostRenderList to RenderStage. 2020-01-21 11:00:25 +08:00
osgViewer include/osgViewer: Fix typo 2021-01-23 10:53:44 +00:00
osgVolume Added Texture2D include to resolve VS build issue 2017-03-29 09:12:14 +01:00
osgWidget Fixed META_ macro usage 2021-02-18 16:13:50 +00:00