You can subscribe to this list here.
| 2002 |
Jan
(24) |
Feb
(187) |
Mar
(196) |
Apr
(36) |
May
(82) |
Jun
(73) |
Jul
(23) |
Aug
(16) |
Sep
(13) |
Oct
(6) |
Nov
(17) |
Dec
(7) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2003 |
Jan
(12) |
Feb
(48) |
Mar
(50) |
Apr
(25) |
May
(22) |
Jun
(4) |
Jul
(3) |
Aug
(32) |
Sep
(23) |
Oct
(5) |
Nov
|
Dec
(1) |
| 2004 |
Jan
(1) |
Feb
(4) |
Mar
(1) |
Apr
(11) |
May
(9) |
Jun
|
Jul
(15) |
Aug
(8) |
Sep
(32) |
Oct
(18) |
Nov
(10) |
Dec
(1) |
| 2005 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
(2) |
May
(12) |
Jun
(66) |
Jul
(3) |
Aug
(2) |
Sep
|
Oct
|
Nov
(2) |
Dec
(4) |
| 2006 |
Jan
|
Feb
|
Mar
|
Apr
(9) |
May
(1) |
Jun
(28) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(11) |
Dec
(2) |
| 2007 |
Jan
(6) |
Feb
|
Mar
(2) |
Apr
(2) |
May
(5) |
Jun
(29) |
Jul
(1) |
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
| 2008 |
Jan
|
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
|
Nov
|
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(6) |
Dec
|
| 2010 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(1) |
Nov
(3) |
Dec
|
| 2011 |
Jan
(1) |
Feb
|
Mar
(9) |
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
(2) |
Oct
(2) |
Nov
|
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(3) |
Aug
(1) |
Sep
(1) |
Oct
(1) |
Nov
|
Dec
|
|
From: Patrick H. <pat...@us...> - 2005-06-05 22:19:16
|
patrickh 2005/06/05 15:19:09 PDT
Modified files:
modules/GMTL/gmtl VecOps.h
Log:
Silence a compiler warning when the DATA_TYPE parameter for
gmtl::length<DATA_TYPE, SIZE>() is not float.
Revision Changes Path
1.32 +4 -4 GGT/modules/GMTL/gmtl/VecOps.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/VecOps.h.diff?r1=1.31&r2=1.32&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-05 21:27:02
|
patrickh 2005/06/05 14:26:55 PDT
Modified files:
modules/GMTL/python/src gmtl-intersect-wrappers.h
modules/GMTL/python/src/gmtl _gmtl_intersect_wrappers_h.cpp
Log:
Expose gmtl::intersectVolume() to Python.
Revision Changes Path
1.4 +25 -2 GGT/modules/GMTL/python/src/gmtl-intersect-wrappers.h
1.4 +6 -2 GGT/modules/GMTL/python/src/gmtl/_gmtl_intersect_wrappers_h.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-intersect-wrappers.h.diff?r1=1.3&r2=1.4&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_intersect_wrappers_h.cpp.diff?r1=1.3&r2=1.4&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-05 21:26:22
|
patrickh 2005/06/05 14:26:16 PDT
Modified files:
modules/GMTL/python/src/gmtl _gmtl_Containment_h.cpp
Log:
Fixed gmtl.makeVolume() so that it expects a list of gmtl.Point3f objects
instead of a std::vector instance. This is a much more Python-friendly
interface.
Revision Changes Path
1.3 +23 -4 GGT/modules/GMTL/python/src/gmtl/_gmtl_Containment_h.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_Containment_h.cpp.diff?r1=1.2&r2=1.3&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-05 19:37:41
|
patrickh 2005/06/05 12:37:31 PDT
Modified files:
modules/GMTL/python/src/gmtl _gmtl_Generate_h.cpp
Log:
Removed unneeded wrapper functions around gmtl::setDirCos().
Revision Changes Path
1.8 +11 -70 GGT/modules/GMTL/python/src/gmtl/_gmtl_Generate_h.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_Generate_h.cpp.diff?r1=1.7&r2=1.8&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-05 19:23:13
|
patrickh 2005/06/05 12:22:44 PDT
Modified files:
modules/GMTL/python/src/gmtl _gmtl_QuatOps_h.cpp
Log:
Removed unneeded wrapper functions around gmtl::slerp() and
gmtl::isNormalized().
Revision Changes Path
1.5 +15 -47 GGT/modules/GMTL/python/src/gmtl/_gmtl_QuatOps_h.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_QuatOps_h.cpp.diff?r1=1.4&r2=1.5&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-05 15:49:16
|
patrickh 2005/06/05 08:48:42 PDT
Modified files:
modules/GMTL/python/src/gmtl _gmtl_Generate_h.cpp
Log:
Added a missing gmtl.setRot() overload.
Revision Changes Path
1.7 +3 -2 GGT/modules/GMTL/python/src/gmtl/_gmtl_Generate_h.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_Generate_h.cpp.diff?r1=1.6&r2=1.7&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-05 15:40:52
|
patrickh 2005/06/05 08:40:37 PDT
Modified files:
modules/GMTL/python/src/gmtl _gmtl_Generate_h.cpp
Log:
Fixed gmtl.setDirCos(). Mixing BOOST_PYTHON_FUNCTION_OVERLOAD with a
return policy isn't something I had seen before. It is not in the
Boost.Python tutorial, and Pyste does not handle it correctly. However,
it is documented (more or less) in the Boost.Python reference.
Revision Changes Path
1.6 +6 -6 GGT/modules/GMTL/python/src/gmtl/_gmtl_Generate_h.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_Generate_h.cpp.diff?r1=1.5&r2=1.6&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-05 15:29:20
|
patrickh 2005/06/05 08:29:03 PDT
Modified files:
modules/GMTL/Test/TestSuite/TestCases IntersectionTest.cpp
MatrixGenTest.cpp
Log:
Removed carriage return characters (^M). Whitespace only change.
Revision Changes Path
1.11 +25 -25 GGT/modules/GMTL/Test/TestSuite/TestCases/IntersectionTest.cpp
1.19 +28 -28 GGT/modules/GMTL/Test/TestSuite/TestCases/MatrixGenTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/IntersectionTest.cpp.diff?r1=1.10&r2=1.11&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/MatrixGenTest.cpp.diff?r1=1.18&r2=1.19&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-05 15:28:13
|
patrickh 2005/06/05 08:28:02 PDT
Modified files:
modules/GMTL/python/src gmtl-array-wrappers.h
Log:
Fixed compile error on non-Apple platforms introduced in the last revision.
Revision Changes Path
1.5 +3 -3 GGT/modules/GMTL/python/src/gmtl-array-wrappers.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-array-wrappers.h.diff?r1=1.4&r2=1.5&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-05 15:27:08
|
patrickh 2005/06/05 08:27:00 PDT
Modified files:
modules/GMTL/python/src/gmtl _gmtl_QuatOps_h.cpp
Log:
Fixed gmtl.slerp(). Mixing BOOST_PYTHON_FUNCTION_OVERLOAD with a return
policy isn't something I had seen before. It is not in the Boost.Python
tutorial, and Pyste does not handle it correctly. However, it is
documented (more or less) in the Boost.Python reference.
Revision Changes Path
1.4 +6 -6 GGT/modules/GMTL/python/src/gmtl/_gmtl_QuatOps_h.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_QuatOps_h.cpp.diff?r1=1.3&r2=1.4&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-05 15:24:21
|
patrickh 2005/06/05 08:24:15 PDT
Modified files:
modules/GMTL/python/src/gmtl _Quat_double.cpp _Quat_float.cpp
Log:
Allow __mult__ to be used with gmtl.Quat[fd] and gmtl.Vec3[fd].
Revision Changes Path
1.6 +3 -2 GGT/modules/GMTL/python/src/gmtl/_Quat_double.cpp
1.6 +3 -2 GGT/modules/GMTL/python/src/gmtl/_Quat_float.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Quat_double.cpp.diff?r1=1.5&r2=1.6&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Quat_float.cpp.diff?r1=1.5&r2=1.6&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-05 05:23:35
|
patrickh 2005/06/04 22:23:27 PDT
Modified files:
modules/GMTL/python/src/gmtl _gmtl_QuatOps_h.cpp
Log:
For some reason, several functions that operate on quaternions were not
included in this file when Pyste originally generated it.
Revision Changes Path
1.3 +69 -5 GGT/modules/GMTL/python/src/gmtl/_gmtl_QuatOps_h.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_QuatOps_h.cpp.diff?r1=1.2&r2=1.3&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-04 20:06:10
|
patrickh 2005/06/04 13:06:03 PDT
Removed files:
modules/GMTL/python/src gmtl-GenOps.h
Log:
This file is unused and declares nothing. I am not sure what it was
supposed to be for, but it has not been touched since it was first checked
in.
Revision Changes Path
1.2 +0 -50 GGT/modules/GMTL/python/src/gmtl-GenOps.h (dead)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-GenOps.h?rev=&content-type=text/plain
|
|
From: Patrick H. <pat...@us...> - 2005-06-04 19:45:49
|
patrickh 2005/06/04 12:45:39 PDT
Modified files:
modules/GMTL/python/src gmtl-array-wrappers.h
modules/GMTL/python/src/gmtl _Matrix_float_3_3.cpp
_Matrix_float_4_4.cpp
Log:
Simplify wrapper functions related to gmtl::Matrix<T,R,C> through the use
of a basic feature of C++ templates.
Revision Changes Path
1.3 +18 -48 GGT/modules/GMTL/python/src/gmtl-array-wrappers.h
1.10 +4 -4 GGT/modules/GMTL/python/src/gmtl/_Matrix_float_3_3.cpp
1.10 +4 -4 GGT/modules/GMTL/python/src/gmtl/_Matrix_float_4_4.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-array-wrappers.h.diff?r1=1.2&r2=1.3&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Matrix_float_3_3.cpp.diff?r1=1.9&r2=1.10&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Matrix_float_4_4.cpp.diff?r1=1.9&r2=1.10&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-04 19:35:35
|
patrickh 2005/06/04 12:35:29 PDT
Modified files:
modules/GMTL/python/src gmtl-array-wrappers.h
Log:
Allow instances of gmtl.VecBase* to have their contents set using a list.
Revision Changes Path
1.2 +26 -2 GGT/modules/GMTL/python/src/gmtl-array-wrappers.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-array-wrappers.h.diff?r1=1.1&r2=1.2&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-04 19:00:24
|
patrickh 2005/06/04 12:00:09 PDT
Modified files:
modules/GMTL/python/src/gmtl gmtl.cpp
Added files:
modules/GMTL/python/src/gmtl _Point_double_2.cpp
_Point_double_3.cpp
Log:
Exposed gmtl::Point2d and gmtl::Point3d to Python.
Revision Changes Path
1.1 +54 -0 GGT/modules/GMTL/python/src/gmtl/_Point_double_2.cpp (new)
1.1 +54 -0 GGT/modules/GMTL/python/src/gmtl/_Point_double_3.cpp (new)
1.9 +6 -2 GGT/modules/GMTL/python/src/gmtl/gmtl.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Point_double_2.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Point_double_3.cpp?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/gmtl.cpp.diff?r1=1.8&r2=1.9&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-04 18:53:56
|
patrickh 2005/06/04 11:53:49 PDT
Modified files:
modules/GMTL/python/src gmtl-PlaneOps.h
modules/GMTL/python/src/gmtl _gmtl_PlaneOps_h.cpp
Log:
Expose gmtl::reflect() for gmtl::Plane<T> objects to Python.
Revision Changes Path
1.3 +9 -2 GGT/modules/GMTL/python/src/gmtl-PlaneOps.h
1.3 +4 -2 GGT/modules/GMTL/python/src/gmtl/_gmtl_PlaneOps_h.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-PlaneOps.h.diff?r1=1.2&r2=1.3&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_PlaneOps_h.cpp.diff?r1=1.2&r2=1.3&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-04 18:40:55
|
patrickh 2005/06/04 11:40:46 PDT
Modified files:
modules/GMTL/gmtl PlaneOps.h
Log:
Fixed compile failure when using gmtl::Point<T,S> instantiations other
than gmtl::Point<float,3>.
Revision Changes Path
1.13 +5 -5 GGT/modules/GMTL/gmtl/PlaneOps.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/PlaneOps.h.diff?r1=1.12&r2=1.13&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-03 22:52:52
|
patrickh 2005/06/03 15:52:46 PDT
Modified files:
modules/GMTL/python/test testsuite.py
Log:
Added translations of the following C++ test cases:
* gmtlTest::MatrixCompareTest
* gmtlTest::MatrixCompareMetricTest
* gmtlTest::MatrixGenTest
* gmtlTest::MatrixGenMetricTest
* gmtlTest::MatrixOpsTest
* gmtlTest::MatrixOpsMetricTest
* gmtlTest::MatrixStateTrackingTest
Revision Changes Path
1.5 +2109 -19 GGT/modules/GMTL/python/test/testsuite.py
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/test/testsuite.py.diff?r1=1.4&r2=1.5&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-06-03 22:02:33
|
patrickh 2005/06/03 15:02:26 PDT
Modified files:
modules/GMTL/python/src gmtl-MatrixOps.h
modules/GMTL/python/src/gmtl _gmtl_MatrixOps_h.cpp
Log:
Expose gmtl::invertFull_GJ() and gmtl::combineMatrixStates to Python.
Revision Changes Path
1.4 +7 -2 GGT/modules/GMTL/python/src/gmtl-MatrixOps.h
1.4 +5 -2 GGT/modules/GMTL/python/src/gmtl/_gmtl_MatrixOps_h.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-MatrixOps.h.diff?r1=1.3&r2=1.4&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_MatrixOps_h.cpp.diff?r1=1.3&r2=1.4&diff_format=l
|