OpenSceneGraph/include/osgUtil
Robert Osfield d3d0859b4c From Piotr Gwiazdowski, "So there's config setting OSG_DISABLE_MSVC_WARNINGS which should
disable pragmas that turn off specific warnings for MSVC.
Unfortunately it's presence is only checked in osg/Export header,
making other Export headers disable warnings no matter what, which is
kind of incoherent.

My fix adds #include <osg/Config> to every Export header. I've also
unified checking whether to disable warnings to current osg/Export
way:
#if defined(_MSC_VER) && defined(OSG_DISABLE_MSVC_WARNINGS).

Attachment contains all changed Export files in their original locations."
2011-03-09 14:15:04 +00:00
..
ConvertVec
CubeMapGenerator
CullVisitor
DelaunayTriangulator
DisplayRequirementsVisitor
DrawElementTypeSimplifier
EdgeCollector
Export From Piotr Gwiazdowski, "So there's config setting OSG_DISABLE_MSVC_WARNINGS which should 2011-03-09 14:15:04 +00:00
GLObjectsVisitor
HalfWayMapGenerator
HighlightMapGenerator
IncrementalCompileOperation
IntersectionVisitor
IntersectVisitor
LineSegmentIntersector
MeshOptimizers
OperationArrayFunctor
Optimizer
PlaneIntersector
PolytopeIntersector
PositionalStateContainer
PrintVisitor
ReflectionMapGenerator
RenderBin
RenderLeaf
RenderStage
ReversePrimitiveFunctor
SceneGraphBuilder
SceneView
ShaderGen
Simplifier
SmoothingVisitor
StateGraph
Statistics
TangentSpaceGenerator
Tessellator
TransformAttributeFunctor
TransformCallback
TriStripVisitor
UpdateVisitor
Version