fixed: c++11 build problems ("" operator)
commit59fc6b29f9638fbe6d65a87a5a8af505ccae3e90
authorgerrit <vossg@vossg.org>
Wed, 5 Dec 2012 08:29:56 +0000 (5 16:29 +0800)
committergerrit <vossg@vossg.org>
Wed, 5 Dec 2012 08:29:56 +0000 (5 16:29 +0800)
treed87b249c0fc60e6c6e84e1b9e4acdbc53f70c8ec
parent88eda1acd8cffa731676a1758c4f212bff614fdc
fixed: c++11 build problems ("" operator)
     : cuda cleanup (for 5.0)
72 files changed:
CMake/SetupCompiler.cmake
CMakeLists.txt
Source/Base/Base/OSGNormalQuantifier.cpp
Source/Base/Field/OSGFieldDescFactory.cpp
Source/Base/FieldContainer/Base/OSGAspect.cpp
Source/Base/FieldContainer/Base/OSGChangeList.cpp
Source/Base/FieldContainer/Base/OSGFieldContainer.cpp
Source/Base/FieldContainer/Base/OSGFieldContainerType.cpp
Source/Base/FieldContainer/Base/OSGReflexiveContainerType.cpp
Source/Base/FieldContainer/Base/testChangedCallback.cpp
Source/Base/FieldContainer/Mixins/OSGDynamicContainerMixin.inl
Source/Base/FieldContainer/Node/testNodeThread.cpp
Source/Base/Network/Socket/OSGGroupMCastConnection.cpp
Source/Base/Threading/OSGThreadManager.cpp
Source/Contrib/CgFXMaterial/OSGCgFXMaterial.cpp
Source/Contrib/ComplexSceneManager/Helper/OSGGestureData.cpp
Source/Contrib/ComplexSceneManager/Helper/OSGMTouchData.cpp
Source/Contrib/ComplexSceneManager/OSGCSMClusterWindow.cpp
Source/Contrib/ComplexSceneManager/OSGCSMDrawer.cpp
Source/Contrib/ComputeBase/CMake/ConfigurePackages.OSGContribComputeBase.cmake
Source/Contrib/ComputeBase/CMake/CudaHelper.cmake [new file with mode: 0644]
Source/Contrib/ComputeBase/CMake/cuda/FindCUDA.cmake [deleted file]
Source/Contrib/ComputeBase/CMake/cuda/FindCUDA/make2cmake.cmake [deleted file]
Source/Contrib/ComputeBase/CMake/cuda/FindCUDA/parse_cubin.cmake [deleted file]
Source/Contrib/ComputeBase/CMake/cuda/FindCUDA/run_nvcc.cmake [deleted file]
Source/Contrib/ComputeBase/CMakeLists.Support.OSGContribComputeBase.txt
Source/Contrib/ComputeBase/OSGContribComputeBase.Prepare.cmake
Source/Contrib/ComputeBase/Support/CudaCommon/CMakeLists.txt
Source/Contrib/ComputeBase/Support/NVSdkCommon/CMakeLists.txt
Source/Contrib/ComputeBase/Support/cudpp/CMakeLists.txt [deleted file]
Source/Contrib/ComputeBase/Support/cudpp/CudPPCommon.cmake [deleted file]
Source/Contrib/ComputeBase/Support/cudppE/CMakeLists.txt [deleted file]
Source/System/Action/RenderAction/OSGRenderPartition.cpp
Source/System/Cluster/Server/OSGClusterServer.cpp
Source/System/Cluster/Window/BalancedMultiWindow/OSGBalancedMultiWindow.cpp
Source/System/Depreciated/State/OSGTextureChunk.cpp
Source/System/Dynamics/VRMLAnimation/OSGVRMLCoordinateInterpolator.cpp
Source/System/Dynamics/VRMLAnimation/OSGVRMLNormalInterpolator.cpp
Source/System/Dynamics/VRMLAnimation/OSGVRMLOrientationInterpolator.cpp
Source/System/Dynamics/VRMLAnimation/OSGVRMLPositionInterpolator.cpp
Source/System/Dynamics/VRMLAnimation/OSGVRMLScalarInterpolator.cpp
Source/System/FileIO/Collada/OSGColladaController.cpp
Source/System/FileIO/Collada/OSGColladaGeometry.cpp
Source/System/FileIO/OBJ/OSGOBJSceneFileType.cpp
Source/System/FileIO/OSB/OSGOSBRootElement.cpp
Source/System/FileIO/OpenFlight/OSGOFPrimaryRecords.cpp
Source/System/GraphOp/OSGGeometryMergeGraphOp.cpp
Source/System/GraphOp/OSGVerifyGeoGraphOp.cpp
Source/System/Image/FileIO/OSGDBImageFileType.cpp
Source/System/Image/FileIO/OSGITFImageFileType.cpp
Source/System/Image/OSGImageFunctions.cpp
Source/System/NodeCores/Drawables/Geometry/Properties/OSGTypedGeoVectorProperty.h
Source/System/NodeCores/Drawables/Geometry/Util/OSGGeoFunctions.cpp
Source/System/NodeCores/Drawables/Particles/OSGParticles.cpp
Source/System/NodeCores/Groups/Effects/DisplayFilter/OSGDisplayFilterStageData.cpp
Source/System/State/Auxiliary/OSGTextureSelectChunk.cpp
Source/System/State/OpenGL/OSGTextureEnvChunk.cpp
Source/System/State/Shader/Base/OSGShaderCacheTree.h
Source/System/State/Shader/Base/OSGShaderCacheTree.inl
Source/System/Window/Background/OSGPolygonBackground.cpp
Source/System/Window/Base/OSGWindow.cpp
Source/System/Window/FrameBufferObjects/OSGFBOViewport.cpp
Source/System/Window/FrameBufferObjects/OSGFrameBufferAttachment.cpp
Source/System/Window/FrameBufferObjects/OSGTextureBuffer.cpp
Source/System/Window/Passive/OSGPassiveWindow.cpp
Source/Test/SystemLib/OSGTestFC.cpp
Source/Test/SystemLib/testFieldContainer.cpp
Source/WindowSystem/QT4/OSGWindowQT4Def.h
Source/WindowSystem/QT4/testPassiveQT4.cpp
Source/WindowSystem/QT4/testWindowQT4SSM_qt.cpp
Source/WindowSystem/QT4/testWindowQT4_qt.cpp
Support/CMakeLists.txt