Blender Git Commit Log

Git Commits -> Revision 07ceb99

Revision 07ceb99 by Campbell Barton (master)
December 5, 2013, 16:57 (GMT)
Code Cleanup: use strict flags for math lib, add inline declarations

Commit Details:

Full Hash: 07ceb99213166b678f0a0bac9c35e9897f22e827
Parent Commit: fac8e84
Lines Changed: +212, -176

16 Modified Paths:

/source/blender/blenlib/BLI_math_base.h (+14, -0) (Diff)
/source/blender/blenlib/BLI_math_color.h (+18, -1) (Diff)
/source/blender/blenlib/BLI_math_geom.h (+1, -0) (Diff)
/source/blender/blenlib/BLI_math_vector.h (+2, -0) (Diff)
/source/blender/blenlib/intern/math_base.c (+2, -2) (Diff)
/source/blender/blenlib/intern/math_base_inline.c (+1, -1) (Diff)
/source/blender/blenlib/intern/math_color.c (+26, -29) (Diff)
/source/blender/blenlib/intern/math_color_blend_inline.c (+25, -25) (Diff)
/source/blender/blenlib/intern/math_color_inline.c (+6, -6) (Diff)
/source/blender/blenlib/intern/math_geom.c (+30, -31) (Diff)
/source/blender/blenlib/intern/math_geom_inline.c (+1, -1) (Diff)
/source/blender/blenlib/intern/math_interp.c (+21, -19) (Diff)
/source/blender/blenlib/intern/math_matrix.c (+19, -17) (Diff)
/source/blender/blenlib/intern/math_rotation.c (+38, -36) (Diff)
/source/blender/blenlib/intern/math_vector.c (+4, -4) (Diff)
/source/blender/blenlib/intern/math_vector_inline.c (+4, -4) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021