Blender Git Loki

Git Commits -> Revision 7ed7524

Revision 7ed7524 by Tamito Kajiyama (master)
April 7, 2010, 23:28 (GMT)
Got rid of a number of compiler warnings with regard to redefinitions
of _POSIX_C_SOURCE and _XOPEN_SOURCE. There are no functional changes.
Tested with GCC 4.4.1 on Ubuntu 9.10 (karmic).

Commit Details:

Full Hash: 7ed7524c91a07756466cc235d476daf0c7100b72
SVN Revision: 28081
Parent Commit: f85bcac
Lines Changed: +94, -114

65 Modified Paths:

/source/blender/freestyle/intern/application/AppCanvas.cpp (+1, -2) (Diff)
/source/blender/freestyle/intern/application/AppView.cpp (+2, -1) (Diff)
/source/blender/freestyle/intern/application/Controller.h (+1, -1) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderStrokeRenderer.h (+1, -1) (Diff)
/source/blender/freestyle/intern/blender_interface/BlenderTextureManager.h (+1, -1) (Diff)
/source/blender/freestyle/intern/blender_interface/FRS_freestyle.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_BBox.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate0D.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_BinaryPredicate1D.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_ContextFunctions.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_Convert.h (+1, -1) (Diff)
/source/blender/freestyle/intern/python/BPy_Freestyle.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsMaterial.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_FrsNoise.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_Id.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_IntegrationType.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface0D.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_Interface1D.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_Iterator.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_MediumType.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_Nature.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_Operators.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_SShape.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeAttribute.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_StrokeShader.h (+1, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction0D.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryFunction1D.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate0D.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_UnaryPredicate1D.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewMap.h (+2, -2) (Diff)
/source/blender/freestyle/intern/python/BPy_ViewShape.h (+2, -2) (Diff)
/source/blender/freestyle/intern/rendering/GLDebugRenderer.cpp (+2, -2) (Diff)
/source/blender/freestyle/intern/rendering/GLDebugRenderer.h (+1, -1) (Diff)
/source/blender/freestyle/intern/rendering/GLRenderer.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/rendering/GLStrokeRenderer.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedFunctions1D.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/AdvancedStrokeShaders.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/BasicStrokeShaders.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Canvas.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/ChainingIterators.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Curve.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Operators.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Operators.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/PSStrokeRenderer.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/Stroke.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/StrokeIO.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/StrokeLayer.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRenderer.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/StrokeRep.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/StrokeTesselator.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/StrokeTesselator.h (+1, -1) (Diff)
/source/blender/freestyle/intern/stroke/TextStrokeRenderer.h (+1, -1) (Diff)
/source/blender/freestyle/intern/system/PythonInterpreter.h (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/Functions1D.h (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/Interface0D.h (+1, -10) (Diff)
/source/blender/freestyle/intern/view_map/Interface1D.h (+1, -10) (Diff)
/source/blender/freestyle/intern/view_map/Silhouette.h (+2, -2) (Diff)
/source/blender/freestyle/intern/view_map/SilhouetteGeomEngine.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/SteerableViewMap.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/ViewEdgeXBuilder.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/ViewMap.h (+3, -3) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.cpp (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapBuilder.h (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapIO.h (+1, -1) (Diff)
/source/blender/freestyle/intern/view_map/ViewMapTesselator.h (+2, -2) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021