OpenSceneGraph/include
Gleb Mazovetskiy da7a6ca02e 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-07 04:25:22 +00:00
..
OpenThreads Enabled windows clang builds. 2020-07-17 18:01:05 +02:00
osg Merge pull request #1025 from glebm/fix-travis 2021-01-18 14:15:51 +00:00
osgAnimation osgAnimation/Keyframe: Fix -Wshadow warning 2021-01-15 17:55:33 +00:00
osgDB Ensure global Mutex is initialized before Registry 2021-03-07 04:25:22 +00:00
osgFX Fixed crash on exit issues with osgFX, osgParticle, osgSim and the osgforest example 2019-01-08 19:35:29 +00:00
osgGA Removed unneccessary FIX ME statement. 2018-07-31 09:13:20 +01:00
osgManipulator Cleaned up includes 2018-04-17 09:20:23 +01:00
osgParticle Override default behavior for linear vector interpolations 2019-03-16 11:31:26 +00: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:48:54 +01:00
osgShadow Fix typos and spelling. 2018-04-20 18:18:22 +02:00
osgSim Fixed crash on exit issues with osgFX, osgParticle, osgSim and the osgforest example 2019-01-08 19:35:29 +00:00
osgTerrain Changed Layer::get*Value(..) methods to const 2018-03-30 12:39:52 +01:00
osgText Added support for using CurrentCodePage functionality with osgText::String 2020-01-13 14:05:46 +00:00
osgUI
osgUtil Add getPreRenderList getPostRenderList to RenderStage. 2020-01-21 09:46:35 +00:00
osgViewer include/osgViewer: Fix typo 2021-01-22 22:34:00 +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:15:00 +00:00