Blender Git Loki
Git Commits -> Revision 0fbadc8
November 25, 2002, 09:53 (GMT) |
Yes I did it again ;) added the following 3 lines to everything in the intern dir: #ifdef HAVE_CONFIG_H #include <config.h> #endif Kent -- [email protected] |
Commit Details:
Full Hash: 0fbadc8eb7c93e10902cc4357a42dcd73c0a076b
SVN Revision: 122
Parent Commit: d44f2c6
Lines Changed: +977, -66
237 Modified Paths:
/intern/action/intern/ACT_Action.cpp (+4, -0) (Diff)
/intern/action/intern/ACT_ActionC-Api.cpp (+4, -0) (Diff)
/intern/action/intern/ACT_ActionStack.cpp (+4, -0) (Diff)
/intern/action/test/action_cpp_test/ActionTest.cpp (+5, -1) (Diff)
/intern/action/test/action_c_test/ActionTest.c (+5, -1) (Diff)
/intern/action/test/action_c_test/TestAction.c (+4, -0) (Diff)
/intern/bmfont/BMF_Api.h (+4, -0) (Diff)
/intern/bmfont/BMF_Fonts.h (+4, -0) (Diff)
/intern/bmfont/BMF_Settings.h (+4, -0) (Diff)
/intern/bmfont/intern/BMF_Api.cpp (+4, -0) (Diff)
/intern/bmfont/intern/BMF_BitmapFont.cpp (+4, -0) (Diff)
/intern/bmfont/intern/BMF_BitmapFont.h (+4, -0) (Diff)
/intern/bmfont/intern/BMF_FontData.h (+4, -0) (Diff)
/intern/bmfont/intern/BMF_font_helv10.cpp (+4, -0) (Diff)
/intern/bmfont/intern/BMF_font_helv12.cpp (+4, -1) (Diff)
/intern/bmfont/intern/BMF_font_helvb10.cpp (+4, -1) (Diff)
/intern/bmfont/intern/BMF_font_helvb12.cpp (+4, -1) (Diff)
/intern/bmfont/intern/BMF_font_helvb14.cpp (+4, -1) (Diff)
/intern/bmfont/intern/BMF_font_helvb8.cpp (+4, -1) (Diff)
/intern/bmfont/intern/BMF_font_scr12.cpp (+4, -1) (Diff)
/intern/bmfont/intern/BMF_font_scr14.cpp (+4, -1) (Diff)
/intern/bmfont/intern/BMF_font_scr15.cpp (+4, -1) (Diff)
/intern/bmfont/test/BMF_Test.cpp (+4, -0) (Diff)
/intern/bsp/extern/CSG_BooleanOps.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_CSGException.h (+4, -0) (Diff)
/intern/bsp/intern/BSP_CSGHelper.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_CSGHelper.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_CSGISplitter.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_CSGMesh.cpp (+3, -0) (Diff)
/intern/bsp/intern/BSP_CSGMesh.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_CSGMeshBuilder.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_CSGMeshBuilder.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_CSGMeshSplitter.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_CSGMeshSplitter.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_CSGMesh_CFIterator.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_CSGNCMeshSplitter.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_CSGNCMeshSplitter.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_CSGUserData.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_CSGUserData.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_FragNode.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_FragNode.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_FragTree.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_FragTree.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_MeshFragment.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_MeshFragment.h (+6, -0) (Diff)
/intern/bsp/intern/BSP_MeshPrimitives.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_MeshPrimitives.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_Triangulate.cpp (+5, -0) (Diff)
/intern/bsp/intern/BSP_Triangulate.h (+5, -0) (Diff)
/intern/bsp/intern/CSG_BooleanOps.cpp (+4, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/BSP_GhostTest3D.cpp (+3, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/BSP_GhostTest3D.h (+4, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/BSP_MeshDrawer.cpp (+4, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/BSP_MeshDrawer.h (+5, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/BSP_PlyLoader.cpp (+5, -1) (Diff)
/intern/bsp/test/BSP_GhostTest/BSP_PlyLoader.h (+5, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/BSP_TMesh.h (+5, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/main.cpp (+4, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/ply.h (+4, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/plyfile.c (+4, -0) (Diff)
/intern/container/CTR_List.h (+5, -0) (Diff)
/intern/container/CTR_Map.h (+4, -0) (Diff)
/intern/container/CTR_TaggedIndex.h (+5, -0) (Diff)
/intern/container/CTR_TaggedSetOps.h (+5, -1) (Diff)
/intern/container/CTR_UHeap.h (+5, -0) (Diff)
/intern/container/intern/CTR_List.cpp (+4, -0) (Diff)
/intern/decimation/extern/LOD_decimation.h (+3, -0) (Diff)
/intern/decimation/intern/LOD_decimation.cpp (+3, -1) (Diff)
/intern/decimation/intern/LOD_DecimationClass.h (+5, -0) (Diff)
/intern/decimation/intern/LOD_EdgeCollapser.cpp (+4, -0) (Diff)
/intern/decimation/intern/LOD_EdgeCollapser.h (+5, -0) (Diff)
/intern/decimation/intern/LOD_ExternBufferEditor.h (+5, -0) (Diff)
/intern/decimation/intern/LOD_ExternNormalEditor.cpp (+4, -1) (Diff)
/intern/decimation/intern/LOD_ExternNormalEditor.h (+5, -0) (Diff)
/intern/decimation/intern/LOD_FaceNormalEditor.cpp (+3, -0) (Diff)
/intern/decimation/intern/LOD_FaceNormalEditor.h (+5, -0) (Diff)
/intern/decimation/intern/LOD_ManMesh2.cpp (+4, -0) (Diff)
/intern/decimation/intern/LOD_ManMesh2.h (+5, -0) (Diff)
/intern/decimation/intern/LOD_MeshBounds.h (+4, -0) (Diff)
/intern/decimation/intern/LOD_MeshException.h (+3, -1) (Diff)
/intern/decimation/intern/LOD_MeshPrimitives.cpp (+4, -0) (Diff)
/intern/decimation/intern/LOD_MeshPrimitives.h (+4, -1) (Diff)
/intern/decimation/intern/LOD_QSDecimator.cpp (+4, -0) (Diff)
/intern/decimation/intern/LOD_QSDecimator.h (+4, -1) (Diff)
/intern/decimation/intern/LOD_Quadric.h (+4, -1) (Diff)
/intern/decimation/intern/LOD_QuadricEditor.cpp (+4, -1) (Diff)
/intern/decimation/intern/LOD_QuadricEditor.h (+4, -1) (Diff)
/intern/ghost/GHOST_C-api.h (+3, -1) (Diff)
/intern/ghost/GHOST_IEvent.h (+4, -0) (Diff)
/intern/ghost/GHOST_IEventConsumer.h (+4, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+4, -0) (Diff)
/intern/ghost/GHOST_ITimerTask.h (+3, -0) (Diff)
/intern/ghost/GHOST_IWindow.h (+4, -0) (Diff)
/intern/ghost/GHOST_Rect.h (+4, -0) (Diff)
/intern/ghost/GHOST_Types.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_Buttons.cpp (+5, -0) (Diff)
/intern/ghost/intern/GHOST_Buttons.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_CallbackEventConsumer.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_CallbackEventConsumer.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_Debug.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_DisplayManager.cpp (+4, -1) (Diff)
/intern/ghost/intern/GHOST_DisplayManager.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerCarbon.cpp (+4, -1) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerCarbon.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp (+4, -1) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerWin32.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerX11.cpp (+4, -1) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerX11.h (+3, -0) (Diff)
/intern/ghost/intern/GHOST_Event.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_EventButton.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_EventCursor.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_EventKey.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_EventManager.cpp (+4, -2) (Diff)
/intern/ghost/intern/GHOST_EventManager.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_EventPrinter.cpp (+5, -2) (Diff)
/intern/ghost/intern/GHOST_EventPrinter.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_ISystem.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_ModifierKeys.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_ModifierKeys.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_Rect.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_System.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_System.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.h (+4, -1) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+6, -2) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+3, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+7, -3) (Diff)
/intern/ghost/intern/GHOST_TimerManager.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_TimerManager.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_TimerTask.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_Window.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_Window.h (+3, -0) (Diff)
/intern/ghost/intern/GHOST_WindowCarbon.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_WindowCarbon.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_WindowManager.cpp (+4, -2) (Diff)
/intern/ghost/intern/GHOST_WindowManager.h (+3, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+4, -2) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+4, -1) (Diff)
/intern/ghost/intern/GHOST_WindowX11.h (+4, -0) (Diff)
/intern/ghost/test/gears/GHOST_C-Test.c (+4, -0) (Diff)
/intern/ghost/test/gears/GHOST_Test.cpp (+4, -0) (Diff)
/intern/ghost/test/multitest/Basic.c (+3, -0) (Diff)
/intern/ghost/test/multitest/Basic.h (+5, -0) (Diff)
/intern/ghost/test/multitest/EventToBuf.c (+4, -0) (Diff)
/intern/ghost/test/multitest/EventToBuf.h (+4, -0) (Diff)
/intern/ghost/test/multitest/GL.h (+4, -0) (Diff)
/intern/ghost/test/multitest/MultiTest.c (+4, -0) (Diff)
/intern/ghost/test/multitest/ScrollBar.c (+4, -0) (Diff)
/intern/ghost/test/multitest/ScrollBar.h (+4, -0) (Diff)
/intern/ghost/test/multitest/Util.c (+4, -0) (Diff)
/intern/ghost/test/multitest/Util.h (+4, -0) (Diff)
/intern/ghost/test/multitest/WindowData.c (+3, -0) (Diff)
/intern/ghost/test/multitest/WindowData.h (+4, -0) (Diff)
/intern/guardedalloc/intern/mallocn.c (+4, -0) (Diff)
/intern/guardedalloc/MEM_guardedalloc.h (+4, -0) (Diff)
/intern/guardedalloc/test/simpletest/memtest.c (+4, -0) (Diff)
/intern/iksolver/extern/IK_solver.h (+3, -1) (Diff)
/intern/iksolver/intern/IK_CGChainSolver.cpp (+4, -1) (Diff)
/intern/iksolver/intern/IK_Chain.cpp (+4, -1) (Diff)
/intern/iksolver/intern/IK_ConjugateGradientSolver.cpp (+4, -1) (Diff)
/intern/iksolver/intern/IK_JacobianSolver.cpp (+4, -1) (Diff)
/intern/iksolver/intern/IK_QChain.cpp (+4, -0) (Diff)
/intern/iksolver/intern/IK_QJacobianSolver.cpp (+4, -0) (Diff)
/intern/iksolver/intern/IK_QSegment.cpp (+4, -0) (Diff)
/intern/iksolver/intern/IK_Segment.cpp (+4, -0) (Diff)
/intern/iksolver/intern/IK_Solver.cpp (+4, -0) (Diff)
/intern/iksolver/intern/MT_ExpMap.cpp (+4, -0) (Diff)
/intern/iksolver/test/ik_glut_test/common/GlutDrawer.cpp (+4, -0) (Diff)
/intern/iksolver/test/ik_glut_test/common/GlutDrawer.h (+4, -1) (Diff)
/intern/iksolver/test/ik_glut_test/common/GlutKeyboardManager.cpp (+5, -2) (Diff)
/intern/iksolver/test/ik_glut_test/common/GlutKeyboardManager.h (+4, -1) (Diff)
/intern/iksolver/test/ik_glut_test/common/GlutMouseManager.cpp (+4, -1) (Diff)
/intern/iksolver/test/ik_glut_test/common/GlutMouseManager.h (+5, -0) (Diff)
/intern/iksolver/test/ik_glut_test/intern/ChainDrawer.h (+4, -1) (Diff)
/intern/iksolver/test/ik_glut_test/intern/main.cpp (+3, -0) (Diff)
/intern/iksolver/test/ik_glut_test/intern/MyGlutKeyHandler.h (+5, -1) (Diff)
/intern/iksolver/test/ik_glut_test/intern/MyGlutMouseHandler.h (+4, -1) (Diff)
/intern/img/extern/IMG_Pixmap.h (+4, -0) (Diff)
/intern/img/extern/IMG_PixmapRGBA32.h (+5, -0) (Diff)
/intern/img/intern/IMG_Color.h (+4, -0) (Diff)
/intern/img/intern/IMG_MemPtr.h (+4, -0) (Diff)
/intern/img/intern/IMG_Pixmap.cpp (+4, -1) (Diff)
/intern/img/intern/IMG_PixmapRGBA32.cpp (+3, -0) (Diff)
/intern/keymaker/key.c (+4, -0) (Diff)
/intern/keymaker/keyloader.c (+4, -0) (Diff)
/intern/keymaker/key_internal.h (+4, -0) (Diff)
/intern/keymaker/mt19937int.c (+4, -0) (Diff)
/intern/memutil/intern/MEM_RefCountedC-Api.cpp (+4, -1) (Diff)
/intern/memutil/MEM_NonCopyable.h (+5, -1) (Diff)
/intern/memutil/MEM_RefCounted.h (+3, -0) (Diff)
/intern/memutil/MEM_RefCountedC-Api.h (+5, -0) (Diff)
/intern/memutil/MEM_RefCountPtr.h (+4, -1) (Diff)
/intern/memutil/MEM_SmartPtr.h (+4, -1) (Diff)
/intern/moto/include/GEN_List.h (+4, -0) (Diff)
/intern/moto/include/GEN_Map.h (+5, -1) (Diff)
/intern/moto/include/MT_assert.h (+4, -1) (Diff)
/intern/moto/include/MT_CmMatrix4x4.h (+4, -1) (Diff)
/intern/moto/include/MT_Matrix3x3.h (+4, -0) (Diff)
/intern/moto/include/MT_Matrix4x4.h (+4, -0) (Diff)
/intern/moto/include/MT_MinMax.h (+4, -0) (Diff)
/intern/moto/include/MT_Optimize.h (+4, -1) (Diff)
/intern/moto/include/MT_Plane3.h (+4, -1) (Diff)
/intern/moto/include/MT_Point2.h (+4, -0) (Diff)
/intern/moto/include/MT_Point3.h (+4, -0) (Diff)
/intern/moto/include/MT_Quaternion.h (+4, -0) (Diff)
/intern/moto/include/MT_random.h (+4, -1) (Diff)
/intern/moto/include/MT_Scalar.h (+4, -0) (Diff)
/intern/moto/include/MT_Stream.h (+4, -1) (Diff)
/intern/moto/include/MT_Transform.h (+4, -0) (Diff)
/intern/moto/include/MT_Tuple2.h (+4, -0) (Diff)
/intern/moto/include/MT_Tuple3.h (+4, -0) (Diff)
/intern/moto/include/MT_Tuple4.h (+4, -0) (Diff)
/intern/moto/include/MT_Vector2.h (+4, -0) (Diff)
/intern/moto/include/MT_Vector3.h (+4, -0) (Diff)
/intern/moto/include/MT_Vector4.h (+4, -0) (Diff)
/intern/moto/include/NM_Scalar.h (+4, -0) (Diff)
/intern/moto/intern/MT_CmMatrix4x4.cpp (+3, -0) (Diff)
/intern/moto/intern/MT_Matrix3x3.cpp (+4, -0) (Diff)
/intern/moto/intern/MT_Matrix4x4.cpp (+4, -0) (Diff)
/intern/moto/intern/MT_Plane3.cpp (+3, -0) (Diff)
/intern/moto/intern/MT_Point3.cpp (+4, -0) (Diff)
/intern/moto/intern/MT_Quaternion.cpp (+4, -0) (Diff)
/intern/moto/intern/MT_random.cpp (+4, -0) (Diff)
/intern/moto/intern/MT_Transform.cpp (+4, -0) (Diff)
/intern/moto/intern/MT_Vector2.cpp (+4, -0) (Diff)
/intern/moto/intern/MT_Vector3.cpp (+4, -0) (Diff)
/intern/moto/intern/MT_Vector4.cpp (+4, -0) (Diff)
/intern/python/freeze/dummy.cpp (+5, -1) (Diff)
/intern/python/py_main.c (+5, -0) (Diff)
/intern/python/testmodule/testmodule.c (+4, -0) (Diff)
/intern/string/intern/STR_String.cpp (+4, -0) (Diff)
/intern/string/STR_HashedString.h (+4, -0) (Diff)
/intern/string/STR_String.h (+4, -0) (Diff)
/intern/action/intern/ACT_ActionC-Api.cpp (+4, -0) (Diff)
/intern/action/intern/ACT_ActionStack.cpp (+4, -0) (Diff)
/intern/action/test/action_cpp_test/ActionTest.cpp (+5, -1) (Diff)
/intern/action/test/action_c_test/ActionTest.c (+5, -1) (Diff)
/intern/action/test/action_c_test/TestAction.c (+4, -0) (Diff)
/intern/bmfont/BMF_Api.h (+4, -0) (Diff)
/intern/bmfont/BMF_Fonts.h (+4, -0) (Diff)
/intern/bmfont/BMF_Settings.h (+4, -0) (Diff)
/intern/bmfont/intern/BMF_Api.cpp (+4, -0) (Diff)
/intern/bmfont/intern/BMF_BitmapFont.cpp (+4, -0) (Diff)
/intern/bmfont/intern/BMF_BitmapFont.h (+4, -0) (Diff)
/intern/bmfont/intern/BMF_FontData.h (+4, -0) (Diff)
/intern/bmfont/intern/BMF_font_helv10.cpp (+4, -0) (Diff)
/intern/bmfont/intern/BMF_font_helv12.cpp (+4, -1) (Diff)
/intern/bmfont/intern/BMF_font_helvb10.cpp (+4, -1) (Diff)
/intern/bmfont/intern/BMF_font_helvb12.cpp (+4, -1) (Diff)
/intern/bmfont/intern/BMF_font_helvb14.cpp (+4, -1) (Diff)
/intern/bmfont/intern/BMF_font_helvb8.cpp (+4, -1) (Diff)
/intern/bmfont/intern/BMF_font_scr12.cpp (+4, -1) (Diff)
/intern/bmfont/intern/BMF_font_scr14.cpp (+4, -1) (Diff)
/intern/bmfont/intern/BMF_font_scr15.cpp (+4, -1) (Diff)
/intern/bmfont/test/BMF_Test.cpp (+4, -0) (Diff)
/intern/bsp/extern/CSG_BooleanOps.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_CSGException.h (+4, -0) (Diff)
/intern/bsp/intern/BSP_CSGHelper.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_CSGHelper.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_CSGISplitter.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_CSGMesh.cpp (+3, -0) (Diff)
/intern/bsp/intern/BSP_CSGMesh.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_CSGMeshBuilder.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_CSGMeshBuilder.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_CSGMeshSplitter.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_CSGMeshSplitter.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_CSGMesh_CFIterator.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_CSGNCMeshSplitter.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_CSGNCMeshSplitter.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_CSGUserData.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_CSGUserData.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_FragNode.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_FragNode.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_FragTree.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_FragTree.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_MeshFragment.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_MeshFragment.h (+6, -0) (Diff)
/intern/bsp/intern/BSP_MeshPrimitives.cpp (+4, -0) (Diff)
/intern/bsp/intern/BSP_MeshPrimitives.h (+5, -0) (Diff)
/intern/bsp/intern/BSP_Triangulate.cpp (+5, -0) (Diff)
/intern/bsp/intern/BSP_Triangulate.h (+5, -0) (Diff)
/intern/bsp/intern/CSG_BooleanOps.cpp (+4, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/BSP_GhostTest3D.cpp (+3, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/BSP_GhostTest3D.h (+4, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/BSP_MeshDrawer.cpp (+4, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/BSP_MeshDrawer.h (+5, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/BSP_PlyLoader.cpp (+5, -1) (Diff)
/intern/bsp/test/BSP_GhostTest/BSP_PlyLoader.h (+5, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/BSP_TMesh.h (+5, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/main.cpp (+4, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/ply.h (+4, -0) (Diff)
/intern/bsp/test/BSP_GhostTest/plyfile.c (+4, -0) (Diff)
/intern/container/CTR_List.h (+5, -0) (Diff)
/intern/container/CTR_Map.h (+4, -0) (Diff)
/intern/container/CTR_TaggedIndex.h (+5, -0) (Diff)
/intern/container/CTR_TaggedSetOps.h (+5, -1) (Diff)
/intern/container/CTR_UHeap.h (+5, -0) (Diff)
/intern/container/intern/CTR_List.cpp (+4, -0) (Diff)
/intern/decimation/extern/LOD_decimation.h (+3, -0) (Diff)
/intern/decimation/intern/LOD_decimation.cpp (+3, -1) (Diff)
/intern/decimation/intern/LOD_DecimationClass.h (+5, -0) (Diff)
/intern/decimation/intern/LOD_EdgeCollapser.cpp (+4, -0) (Diff)
/intern/decimation/intern/LOD_EdgeCollapser.h (+5, -0) (Diff)
/intern/decimation/intern/LOD_ExternBufferEditor.h (+5, -0) (Diff)
/intern/decimation/intern/LOD_ExternNormalEditor.cpp (+4, -1) (Diff)
/intern/decimation/intern/LOD_ExternNormalEditor.h (+5, -0) (Diff)
/intern/decimation/intern/LOD_FaceNormalEditor.cpp (+3, -0) (Diff)
/intern/decimation/intern/LOD_FaceNormalEditor.h (+5, -0) (Diff)
/intern/decimation/intern/LOD_ManMesh2.cpp (+4, -0) (Diff)
/intern/decimation/intern/LOD_ManMesh2.h (+5, -0) (Diff)
/intern/decimation/intern/LOD_MeshBounds.h (+4, -0) (Diff)
/intern/decimation/intern/LOD_MeshException.h (+3, -1) (Diff)
/intern/decimation/intern/LOD_MeshPrimitives.cpp (+4, -0) (Diff)
/intern/decimation/intern/LOD_MeshPrimitives.h (+4, -1) (Diff)
/intern/decimation/intern/LOD_QSDecimator.cpp (+4, -0) (Diff)
/intern/decimation/intern/LOD_QSDecimator.h (+4, -1) (Diff)
/intern/decimation/intern/LOD_Quadric.h (+4, -1) (Diff)
/intern/decimation/intern/LOD_QuadricEditor.cpp (+4, -1) (Diff)
/intern/decimation/intern/LOD_QuadricEditor.h (+4, -1) (Diff)
/intern/ghost/GHOST_C-api.h (+3, -1) (Diff)
/intern/ghost/GHOST_IEvent.h (+4, -0) (Diff)
/intern/ghost/GHOST_IEventConsumer.h (+4, -0) (Diff)
/intern/ghost/GHOST_ISystem.h (+4, -0) (Diff)
/intern/ghost/GHOST_ITimerTask.h (+3, -0) (Diff)
/intern/ghost/GHOST_IWindow.h (+4, -0) (Diff)
/intern/ghost/GHOST_Rect.h (+4, -0) (Diff)
/intern/ghost/GHOST_Types.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_Buttons.cpp (+5, -0) (Diff)
/intern/ghost/intern/GHOST_Buttons.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_C-api.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_CallbackEventConsumer.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_CallbackEventConsumer.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_Debug.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_DisplayManager.cpp (+4, -1) (Diff)
/intern/ghost/intern/GHOST_DisplayManager.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerCarbon.cpp (+4, -1) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerCarbon.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerWin32.cpp (+4, -1) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerWin32.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerX11.cpp (+4, -1) (Diff)
/intern/ghost/intern/GHOST_DisplayManagerX11.h (+3, -0) (Diff)
/intern/ghost/intern/GHOST_Event.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_EventButton.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_EventCursor.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_EventKey.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_EventManager.cpp (+4, -2) (Diff)
/intern/ghost/intern/GHOST_EventManager.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_EventPrinter.cpp (+5, -2) (Diff)
/intern/ghost/intern/GHOST_EventPrinter.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_ISystem.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_ModifierKeys.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_ModifierKeys.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_Rect.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_System.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_System.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_SystemCarbon.h (+4, -1) (Diff)
/intern/ghost/intern/GHOST_SystemCocoa.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_SystemWin32.h (+6, -2) (Diff)
/intern/ghost/intern/GHOST_SystemX11.cpp (+3, -0) (Diff)
/intern/ghost/intern/GHOST_SystemX11.h (+7, -3) (Diff)
/intern/ghost/intern/GHOST_TimerManager.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_TimerManager.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_TimerTask.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_Window.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_Window.h (+3, -0) (Diff)
/intern/ghost/intern/GHOST_WindowCarbon.cpp (+4, -0) (Diff)
/intern/ghost/intern/GHOST_WindowCarbon.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_WindowManager.cpp (+4, -2) (Diff)
/intern/ghost/intern/GHOST_WindowManager.h (+3, -0) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.cpp (+4, -2) (Diff)
/intern/ghost/intern/GHOST_WindowWin32.h (+4, -0) (Diff)
/intern/ghost/intern/GHOST_WindowX11.cpp (+4, -1) (Diff)
/intern/ghost/intern/GHOST_WindowX11.h (+4, -0) (Diff)
/intern/ghost/test/gears/GHOST_C-Test.c (+4, -0) (Diff)
/intern/ghost/test/gears/GHOST_Test.cpp (+4, -0) (Diff)
/intern/ghost/test/multitest/Basic.c (+3, -0) (Diff)
/intern/ghost/test/multitest/Basic.h (+5, -0) (Diff)
/intern/ghost/test/multitest/EventToBuf.c (+4, -0) (Diff)
/intern/ghost/test/multitest/EventToBuf.h (+4, -0) (Diff)
/intern/ghost/test/multitest/GL.h (+4, -0) (Diff)
/intern/ghost/test/multitest/MultiTest.c (+4, -0) (Diff)
/intern/ghost/test/multitest/ScrollBar.c (+4, -0) (Diff)
/intern/ghost/test/multitest/ScrollBar.h (+4, -0) (Diff)
/intern/ghost/test/multitest/Util.c (+4, -0) (Diff)
/intern/ghost/test/multitest/Util.h (+4, -0) (Diff)
/intern/ghost/test/multitest/WindowData.c (+3, -0) (Diff)
/intern/ghost/test/multitest/WindowData.h (+4, -0) (Diff)
/intern/guardedalloc/intern/mallocn.c (+4, -0) (Diff)
/intern/guardedalloc/MEM_guardedalloc.h (+4, -0) (Diff)
/intern/guardedalloc/test/simpletest/memtest.c (+4, -0) (Diff)
/intern/iksolver/extern/IK_solver.h (+3, -1) (Diff)
/intern/iksolver/intern/IK_CGChainSolver.cpp (+4, -1) (Diff)
/intern/iksolver/intern/IK_Chain.cpp (+4, -1) (Diff)
/intern/iksolver/intern/IK_ConjugateGradientSolver.cpp (+4, -1) (Diff)
/intern/iksolver/intern/IK_JacobianSolver.cpp (+4, -1) (Diff)
/intern/iksolver/intern/IK_QChain.cpp (+4, -0) (Diff)
/intern/iksolver/intern/IK_QJacobianSolver.cpp (+4, -0) (Diff)
/intern/iksolver/intern/IK_QSegment.cpp (+4, -0) (Diff)
/intern/iksolver/intern/IK_Segment.cpp (+4, -0) (Diff)
/intern/iksolver/intern/IK_Solver.cpp (+4, -0) (Diff)
/intern/iksolver/intern/MT_ExpMap.cpp (+4, -0) (Diff)
/intern/iksolver/test/ik_glut_test/common/GlutDrawer.cpp (+4, -0) (Diff)
/intern/iksolver/test/ik_glut_test/common/GlutDrawer.h (+4, -1) (Diff)
/intern/iksolver/test/ik_glut_test/common/GlutKeyboardManager.cpp (+5, -2) (Diff)
/intern/iksolver/test/ik_glut_test/common/GlutKeyboardManager.h (+4, -1) (Diff)
/intern/iksolver/test/ik_glut_test/common/GlutMouseManager.cpp (+4, -1) (Diff)
/intern/iksolver/test/ik_glut_test/common/GlutMouseManager.h (+5, -0) (Diff)
/intern/iksolver/test/ik_glut_test/intern/ChainDrawer.h (+4, -1) (Diff)
/intern/iksolver/test/ik_glut_test/intern/main.cpp (+3, -0) (Diff)
/intern/iksolver/test/ik_glut_test/intern/MyGlutKeyHandler.h (+5, -1) (Diff)
/intern/iksolver/test/ik_glut_test/intern/MyGlutMouseHandler.h (+4, -1) (Diff)
/intern/img/extern/IMG_Pixmap.h (+4, -0) (Diff)
/intern/img/extern/IMG_PixmapRGBA32.h (+5, -0) (Diff)
/intern/img/intern/IMG_Color.h (+4, -0) (Diff)
/intern/img/intern/IMG_MemPtr.h (+4, -0) (Diff)
/intern/img/intern/IMG_Pixmap.cpp (+4, -1) (Diff)
/intern/img/intern/IMG_PixmapRGBA32.cpp (+3, -0) (Diff)
/intern/keymaker/key.c (+4, -0) (Diff)
/intern/keymaker/keyloader.c (+4, -0) (Diff)
/intern/keymaker/key_internal.h (+4, -0) (Diff)
/intern/keymaker/mt19937int.c (+4, -0) (Diff)
/intern/memutil/intern/MEM_RefCountedC-Api.cpp (+4, -1) (Diff)
/intern/memutil/MEM_NonCopyable.h (+5, -1) (Diff)
/intern/memutil/MEM_RefCounted.h (+3, -0) (Diff)
/intern/memutil/MEM_RefCountedC-Api.h (+5, -0) (Diff)
/intern/memutil/MEM_RefCountPtr.h (+4, -1) (Diff)
/intern/memutil/MEM_SmartPtr.h (+4, -1) (Diff)
/intern/moto/include/GEN_List.h (+4, -0) (Diff)
/intern/moto/include/GEN_Map.h (+5, -1) (Diff)
/intern/moto/include/MT_assert.h (+4, -1) (Diff)
/intern/moto/include/MT_CmMatrix4x4.h (+4, -1) (Diff)
/intern/moto/include/MT_Matrix3x3.h (+4, -0) (Diff)
/intern/moto/include/MT_Matrix4x4.h (+4, -0) (Diff)
/intern/moto/include/MT_MinMax.h (+4, -0) (Diff)
/intern/moto/include/MT_Optimize.h (+4, -1) (Diff)
/intern/moto/include/MT_Plane3.h (+4, -1) (Diff)
/intern/moto/include/MT_Point2.h (+4, -0) (Diff)
/intern/moto/include/MT_Point3.h (+4, -0) (Diff)
/intern/moto/include/MT_Quaternion.h (+4, -0) (Diff)
/intern/moto/include/MT_random.h (+4, -1) (Diff)
/intern/moto/include/MT_Scalar.h (+4, -0) (Diff)
/intern/moto/include/MT_Stream.h (+4, -1) (Diff)
/intern/moto/include/MT_Transform.h (+4, -0) (Diff)
/intern/moto/include/MT_Tuple2.h (+4, -0) (Diff)
/intern/moto/include/MT_Tuple3.h (+4, -0) (Diff)
/intern/moto/include/MT_Tuple4.h (+4, -0) (Diff)
/intern/moto/include/MT_Vector2.h (+4, -0) (Diff)
/intern/moto/include/MT_Vector3.h (+4, -0) (Diff)
/intern/moto/include/MT_Vector4.h (+4, -0) (Diff)
/intern/moto/include/NM_Scalar.h (+4, -0) (Diff)
/intern/moto/intern/MT_CmMatrix4x4.cpp (+3, -0) (Diff)
/intern/moto/intern/MT_Matrix3x3.cpp (+4, -0) (Diff)
/intern/moto/intern/MT_Matrix4x4.cpp (+4, -0) (Diff)
/intern/moto/intern/MT_Plane3.cpp (+3, -0) (Diff)
/intern/moto/intern/MT_Point3.cpp (+4, -0) (Diff)
/intern/moto/intern/MT_Quaternion.cpp (+4, -0) (Diff)
/intern/moto/intern/MT_random.cpp (+4, -0) (Diff)
/intern/moto/intern/MT_Transform.cpp (+4, -0) (Diff)
/intern/moto/intern/MT_Vector2.cpp (+4, -0) (Diff)
/intern/moto/intern/MT_Vector3.cpp (+4, -0) (Diff)
/intern/moto/intern/MT_Vector4.cpp (+4, -0) (Diff)
/intern/python/freeze/dummy.cpp (+5, -1) (Diff)
/intern/python/py_main.c (+5, -0) (Diff)
/intern/python/testmodule/testmodule.c (+4, -0) (Diff)
/intern/string/intern/STR_String.cpp (+4, -0) (Diff)
/intern/string/STR_HashedString.h (+4, -0) (Diff)
/intern/string/STR_String.h (+4, -0) (Diff)