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: Allen B. <al...@us...> - 2004-08-30 14:53:48
|
allenb 2004/08/30 07:53:41 PDT
Modified files:
modules/GMTL/Test/TestSuite/TestCases
MatrixStateTrackingTest.cpp
VecBaseTest.cpp
VecGenTest.cpp
Log:
Fixed up warnings and added some code for vecbase testing.
Revision Changes Path
1.2 +88 -88 GGT/modules/GMTL/Test/TestSuite/TestCases/MatrixStateTrackingTest.cpp
1.6 +7 -2 GGT/modules/GMTL/Test/TestSuite/TestCases/VecBaseTest.cpp
1.5 +4 -4 GGT/modules/GMTL/Test/TestSuite/TestCases/VecGenTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/MatrixStateTrackingTest.cpp.diff?r1=1.1&r2=1.2&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/VecBaseTest.cpp.diff?r1=1.5&r2=1.6&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/VecGenTest.cpp.diff?r1=1.4&r2=1.5&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-08-19 16:50:48
|
allenb 2004/08/19 09:50:40 PDT
Modified files:
modules/GMTL/Test/TestSuite/TestCases VecGenTest.cpp
Log:
Remove compiler warnings.
Revision Changes Path
1.4 +23 -23 GGT/modules/GMTL/Test/TestSuite/TestCases/VecGenTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/VecGenTest.cpp.diff?r1=1.3&r2=1.4&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-08-19 16:50:29
|
allenb 2004/08/19 09:50:22 PDT
Modified files:
modules/GMTL ChangeLog
modules/GMTL/gmtl Math.h
modules/GMTL/Test/TestSuite/TestCases MathTest.cpp MathTest.h
Log:
New feature: Fast inverse square root method.
Added a new method to gmtl::Math that can compute inverse square roots 10x faster.
There may be some 64bit portability issues with this code.
Revision Changes Path
1.90 +1 -0 GGT/modules/GMTL/ChangeLog
1.4 +115 -4 GGT/modules/GMTL/Test/TestSuite/TestCases/MathTest.cpp
1.10 +6 -4 GGT/modules/GMTL/Test/TestSuite/TestCases/MathTest.h
1.39 +38 -2 GGT/modules/GMTL/gmtl/Math.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.89&r2=1.90&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/MathTest.cpp.diff?r1=1.3&r2=1.4&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/MathTest.h.diff?r1=1.9&r2=1.10&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Math.h.diff?r1=1.38&r2=1.39&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-08-03 04:19:21
|
allenb 2004/08/02 21:19:13 PDT
Modified files:
modules/GMTL ChangeLog
modules/GMTL/gmtl Intersection.h
Log:
Refactoring: Speed up segment/tri intersection.
Removed 2 un-needed divisions.
Revision Changes Path
1.89 +2 -0 GGT/modules/GMTL/ChangeLog
1.22 +4 -5 GGT/modules/GMTL/gmtl/Intersection.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.88&r2=1.89&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Intersection.h.diff?r1=1.21&r2=1.22&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-08-03 04:17:59
|
allenb 2004/08/02 21:17:52 PDT
Modified files:
modules/GMTL/Test/TestSuite/TestCases LineSegTest.cpp
Log:
Add an additional test for a different seg/tri intersection test.
Revision Changes Path
1.8 +38 -28 GGT/modules/GMTL/Test/TestSuite/TestCases/LineSegTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/LineSegTest.cpp.diff?r1=1.7&r2=1.8&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-08-03 04:17:11
|
allenb 2004/08/02 21:17:05 PDT
Modified files:
modules/GMTL/gmtl Math.h
Log:
Add comments.
Revision Changes Path
1.38 +3 -2 GGT/modules/GMTL/gmtl/Math.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Math.h.diff?r1=1.37&r2=1.38&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-07-21 22:31:50
|
allenb 2004/07/21 15:31:45 PDT
Modified files:
modules/GMTL/gmtl VecOps.h
Log:
Added better docs for reflect. Also updated code with more explict about order of operations.
Revision Changes Path
1.28 +17 -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.27&r2=1.28&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-07-21 18:53:28
|
allenb 2004/07/21 11:53:21 PDT
Modified files:
modules/GMTL/gmtl Intersection.h
Log:
Remove old code.
Revision Changes Path
1.21 +2 -20 GGT/modules/GMTL/gmtl/Intersection.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Intersection.h.diff?r1=1.20&r2=1.21&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-07-21 18:48:37
|
allenb 2004/07/21 11:48:31 PDT
Modified files:
modules/GMTL ChangeLog
Log:
Note abs changes.
Revision Changes Path
1.88 +2 -0 GGT/modules/GMTL/ChangeLog
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.87&r2=1.88&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-07-21 18:46:04
|
allenb 2004/07/21 11:45:57 PDT
Modified files:
modules/GMTL ChangeLog
modules/GMTL/gmtl Version.h
Log:
Update for changes to line/seg intersect with plane.
Revision Changes Path
1.87 +2 -0 GGT/modules/GMTL/ChangeLog
1.25 +3 -3 GGT/modules/GMTL/gmtl/Version.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.86&r2=1.87&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Version.h.diff?r1=1.24&r2=1.25&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-07-21 18:44:26
|
allenb 2004/07/21 11:44:19 PDT
Modified files:
modules/GMTL/Test/TestSuite/TestCases IntersectionTest.cpp
Log:
More extensive testing of ray/seg intersect with plane.
Revision Changes Path
1.10 +104 -51 GGT/modules/GMTL/Test/TestSuite/TestCases/IntersectionTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/IntersectionTest.cpp.diff?r1=1.9&r2=1.10&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-07-21 18:44:08
|
allenb 2004/07/21 11:44:00 PDT
Modified files:
modules/GMTL/Test/TestSuite/TestCases MatrixGenTest.cpp
Log:
Comment out output that we don't want to see.
Revision Changes Path
1.18 +6 -6 GGT/modules/GMTL/Test/TestSuite/TestCases/MatrixGenTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/MatrixGenTest.cpp.diff?r1=1.17&r2=1.18&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-07-21 18:43:25
|
allenb 2004/07/21 11:43:17 PDT
Modified files:
modules/GMTL/gmtl Intersection.h
Log:
Refactoring: Refactor plane intersection with ray/seg.
Now handle the case where the line is parallel to the plane and where the line is actually on the plane.
Also now just reuse the ray code directly in the seg intersect implementation.
Revision Changes Path
1.20 +55 -23 GGT/modules/GMTL/gmtl/Intersection.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Intersection.h.diff?r1=1.19&r2=1.20&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-07-21 18:39:31
|
allenb 2004/07/21 11:39:24 PDT
Modified files:
modules/GMTL/gmtl Math.h
Log:
Refactoring: When platform abs function exists, call it in case it performs better.
Note: This could be bad, should probably test performance.
Revision Changes Path
1.37 +12 -2 GGT/modules/GMTL/gmtl/Math.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Math.h.diff?r1=1.36&r2=1.37&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-07-21 16:08:13
|
allenb 2004/07/21 09:08:06 PDT
Modified files:
modules/GMTL/Test/TestSuite/TestCases ConvertTest.cpp
Log:
More speed ups.
Revision Changes Path
1.9 +20 -20 GGT/modules/GMTL/Test/TestSuite/TestCases/ConvertTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/ConvertTest.cpp.diff?r1=1.8&r2=1.9&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-07-21 16:07:48
|
allenb 2004/07/21 09:07:42 PDT
Modified files:
modules/GMTL/Test/TestSuite/TestCases SphereTest.cpp
Log:
Speed up test suite.
Revision Changes Path
1.10 +18 -18 GGT/modules/GMTL/Test/TestSuite/TestCases/SphereTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/SphereTest.cpp.diff?r1=1.9&r2=1.10&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-07-21 16:06:38
|
allenb 2004/07/21 09:06:31 PDT
Modified files:
modules/GMTL/Test/TestSuite/TestCases MatrixGenTest.cpp
Log:
Refactoring: WARNING: Commented out test failures that I think actually work.
I commented out some test failures that I actually think work but just don't return the exact value expected. I
think these tests just show that there are multiple ways to specify the same matrix.
Revision Changes Path
1.17 +32 -26 GGT/modules/GMTL/Test/TestSuite/TestCases/MatrixGenTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/MatrixGenTest.cpp.diff?r1=1.16&r2=1.17&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-07-21 16:03:29
|
allenb 2004/07/21 09:03:22 PDT
Modified files:
modules/GMTL SConstruct
Log:
Fix bug in build where options where not set right.
Revision Changes Path
1.36 +1 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.35&r2=1.36&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-07-12 13:55:09
|
patrickh 2004/07/12 06:55:03 PDT
Modified files:
modules/GMTL ChangeLog
modules/GMTL/gmtl Version.h
Log:
Bumped the version to 0.3.5 to mark the important additions I just made to
the PyGMTL mapping of gmtl.Matrix44f.
Revision Changes Path
1.86 +2 -0 GGT/modules/GMTL/ChangeLog
1.24 +3 -3 GGT/modules/GMTL/gmtl/Version.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.85&r2=1.86&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Version.h.diff?r1=1.23&r2=1.24&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-07-12 13:53:43
|
patrickh 2004/07/12 06:53:37 PDT
Modified files:
modules/GMTL/python/src gmtl-getData-wrappers.h
modules/GMTL/python/src/gmtl _Matrix_float_3_3.cpp
_Matrix_float_4_4.cpp
Log:
Use lists instead of tuples for returning a gmtl::Matrix<T, R, C> as a
sequence. The arity of Boost.Python tuples is determined at compile time
(the default maximum size is 10), but lists of any size can be constructed.
I wish I had realized this much, much sooner.
Revision Changes Path
1.3 +28 -20 GGT/modules/GMTL/python/src/gmtl-getData-wrappers.h
1.4 +6 -5 GGT/modules/GMTL/python/src/gmtl/_Matrix_float_3_3.cpp
1.4 +5 -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-getData-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.3&r2=1.4&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.3&r2=1.4&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-07-02 11:41:41
|
patrickh 2004/07/02 04:41:34 PDT
Modified files:
macros gmtl.m4
Log:
Silence a warning from aclocal 1.8.3.
Revision Changes Path
1.15 +3 -3 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.14&r2=1.15&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-05-25 18:41:00
|
patrickh 2004/05/25 11:40:53 PDT
Modified files:
macros gmtl.m4
Log:
If no paths are specified for a GMTL installation but gmtl-config is found,
take advantage of gmtl-config output to get path information.
Revision Changes Path
1.14 +8 -2 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.13&r2=1.14&diff_format=l
|
|
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
|