|
From: Patrick H. <pat...@us...> - 2004-05-25 16:36:37
|
patrickh 2004/05/25 09:36:30 PDT
Modified files:
modules/GMTL/gmtl AxisAngleOps.h CoordOps.h EulerAngleOps.h
MatrixOps.h QuatOps.h VecOps.h Version.h
Log:
Fixed some Visual C++ compile problems. I am not sure why these do not
show up when compiling the Python bindings on Windows. This does not
change the GMTL API at all. More than anything, it changes places where
fundamental types are passed by const reference. As I understand it, this
doesn't really help performance at all since it can introduce an extra
dereference unless the compiler is smart enough to optimize that out.
Bumped version to 0.3.4.
Approved by: allenb
Revision Changes Path
1.4 +6 -5 GGT/modules/GMTL/gmtl/AxisAngleOps.h
1.6 +5 -6 GGT/modules/GMTL/gmtl/CoordOps.h
1.5 +3 -3 GGT/modules/GMTL/gmtl/EulerAngleOps.h
1.36 +3 -3 GGT/modules/GMTL/gmtl/MatrixOps.h
1.26 +3 -3 GGT/modules/GMTL/gmtl/QuatOps.h
1.27 +4 -4 GGT/modules/GMTL/gmtl/VecOps.h
1.23 +3 -3 GGT/modules/GMTL/gmtl/Version.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/AxisAngleOps.h.diff?r1=1.3&r2=1.4&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/CoordOps.h.diff?r1=1.5&r2=1.6&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/EulerAngleOps.h.diff?r1=1.4&r2=1.5&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/MatrixOps.h.diff?r1=1.35&r2=1.36&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/QuatOps.h.diff?r1=1.25&r2=1.26&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/VecOps.h.diff?r1=1.26&r2=1.27&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Version.h.diff?r1=1.22&r2=1.23&diff_format=l
|