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...> - 2004-10-27 23:57:40
|
patrickh 2004/10/27 16:57:32 PDT
Modified files:
modules/GMTL/python/src/gmtl _Matrix_float_3_3.cpp
_Matrix_float_4_4.cpp
Log:
Only allow access to the gmtl::Matrix<>::set() overloads that match the
matrix size.
Revision Changes Path
1.6 +2 -5 GGT/modules/GMTL/python/src/gmtl/_Matrix_float_3_3.cpp
1.6 +3 -6 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/_Matrix_float_3_3.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/_Matrix_float_4_4.cpp.diff?r1=1.5&r2=1.6&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-27 23:43:46
|
patrickh 2004/10/27 16:43:39 PDT
Modified files:
modules/GMTL/gmtl Tri.h
Log:
Made the signature of the operator[] overloads match similar overloads in
the other classes.
Revision Changes Path
1.12 +4 -4 GGT/modules/GMTL/gmtl/Tri.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Tri.h.diff?r1=1.11&r2=1.12&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-27 23:11:38
|
patrickh 2004/10/27 16:11:25 PDT
Modified files:
modules/GMTL/Test/TestSuite/TestCases MatrixOpsTest.cpp
Log:
Use CPPUNIT_ASSERT() instead of assert() to fix a compile error when
building with optimization enabled.
Revision Changes Path
1.9 +7 -7 GGT/modules/GMTL/Test/TestSuite/TestCases/MatrixOpsTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/MatrixOpsTest.cpp.diff?r1=1.8&r2=1.9&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-27 22:37:17
|
patrickh 2004/10/27 15:37:10 PDT
Modified files:
modules/GMTL SConstruct
Log:
Only set the maximum Boost.Python function arity when compiling PyGMTL.
Revision Changes Path
1.47 +2 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.46&r2=1.47&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-27 22:36:20
|
patrickh 2004/10/27 15:36:14 PDT
Modified files:
modules/GMTL SConstruct
Log:
Set the template depth for GCC platfroms to 256, as this is what Boost
uses.
Revision Changes Path
1.46 +1 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.45&r2=1.46&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-27 18:59:59
|
patrickh 2004/10/27 11:59:52 PDT
Modified files:
modules/GMTL/gmtl AABox.h Matrix.h
Log:
Added a hack to deal with a GCC 3.3 bug on Mac OS X where
boost::is_polymorphic returns a false positive. This is needed for PyGMTL
to be compiled on Mac OS X.
Revision Changes Path
1.11 +9 -2 GGT/modules/GMTL/gmtl/AABox.h
1.37 +10 -2 GGT/modules/GMTL/gmtl/Matrix.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/AABox.h.diff?r1=1.10&r2=1.11&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Matrix.h.diff?r1=1.36&r2=1.37&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-27 18:11:57
|
patrickh 2004/10/27 11:11:51 PDT
Modified files:
modules/GMTL SConstruct
Log:
Crank up the maximum arity for Boost.Python functions to 16 to allow for
initialization of 4x4 matrices using 16 individual values.
Revision Changes Path
1.45 +1 -0 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.44&r2=1.45&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-20 17:58:01
|
patrickh 2004/10/20 10:57:54 PDT
Modified files:
modules/GMTL SConstruct
Log:
Bug fixed: The Boost.Python library using the gcc toolset was not
properly detected. This was introduced (by me) in
Revision 1.40.
Revision Changes Path
1.44 +1 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.43&r2=1.44&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-20 17:53:52
|
patrickh 2004/10/20 10:53:44 PDT
Modified files:
modules/GMTL SConstruct
Log:
Refactoring: Allow the use of Boost installations that use the
versioned Boost header tree. This adds a new command
line option, BoostVersion, for specifying the Boost
version number, a necessary aspect of finding
boost/version.hpp correctly within a versioned header
installation.
Removed redundant imports of the 're' module.
Revision Changes Path
1.43 +39 -13 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.42&r2=1.43&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-20 04:33:30
|
patrickh 2004/10/19 21:33:23 PDT
Modified files:
modules/GMTL SConstruct
Log:
Forced commit to note that the last revision dealt solely with the
Mac OS X case.
Revision Changes Path
1.42 +0 -0 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.41&r2=1.42&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-20 04:32:57
|
patrickh 2004/10/19 21:32:50 PDT
Modified files:
modules/GMTL SConstruct
Log:
More adjustment of compiler and linker flags. PyGMTL now compiles, links,
loads, and runs. However, at link time, there are many, many warnings
about multiply defined symbols. This may be the result of a compiler bug.
For the moment, the workaround I used (the -m option when linking) appears
to address this.
Revision Changes Path
1.41 +15 -5 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.40&r2=1.41&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-20 01:35:12
|
patrickh 2004/10/19 18:35:06 PDT
Modified files:
modules/GMTL/gmtl VecBase.h
Log:
Silenced a MIPSpro warning.
Revision Changes Path
1.17 +4 -4 GGT/modules/GMTL/gmtl/VecBase.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/VecBase.h.diff?r1=1.16&r2=1.17&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-18 02:31:29
|
patrickh 2004/10/17 19:31:22 PDT
Modified files:
modules/GMTL/python/src SConscript
modules/GMTL/python/src/gmtl SConscript
Log:
Use a glob instead of a manual enumeration of all the source files.
Revision Changes Path
1.5 +2 -23 GGT/modules/GMTL/python/src/SConscript
1.5 +2 -85 GGT/modules/GMTL/python/src/gmtl/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/SConscript.diff?r1=1.4&r2=1.5&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/SConscript.diff?r1=1.4&r2=1.5&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-14 16:26:52
|
patrickh 2004/10/14 09:26:43 PDT
Modified files:
modules/GMTL SConstruct
Log:
Take some steps to get PyGMTL building on Darwin (aka, Mac OS X). At
this point, I think I have all the compiler and linker flags set up
correctly, but the code is failing to build.
Removed hard-coded expecation of using Boost 1.31.
Revision Changes Path
1.40 +50 -24 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.39&r2=1.40&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-09-26 17:47:03
|
patrickh 2004/09/26 10:46:53 PDT
Modified files:
modules/GMTL SConstruct
Log:
Teach the build about Darwin (aka, Mac OS X).
Revision Changes Path
1.39 +39 -0 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.38&r2=1.39&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-09-22 21:24:41
|
allenb 2004/09/22 14:24:33 PDT
Modified files:
modules/GMTL ChangeLog SConstruct
Log:
Bug fixed: gmtl-config was not rebuilt when prefix and other args changed.
Thsi change simplifies the dependency informatioon for gmtl-config by just using a value node for the dictionary that is used for
substitution.
Revision Changes Path
1.95 +2 -0 GGT/modules/GMTL/ChangeLog
1.38 +3 -4 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.94&r2=1.95&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.37&r2=1.38&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-09-22 20:39:29
|
allenb 2004/09/22 13:39:21 PDT
Modified files:
modules/GMTL/Test/TestSuite/TestCases VecTest.cpp
Log:
whitespace
Revision Changes Path
1.15 +7 -7 GGT/modules/GMTL/Test/TestSuite/TestCases/VecTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/VecTest.cpp.diff?r1=1.14&r2=1.15&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-09-22 20:38:57
|
allenb 2004/09/22 13:38:50 PDT
Modified files:
modules/GMTL/gmtl Matrix.h
Log:
Update comments and add setState method.
Revision Changes Path
1.36 +77 -73 GGT/modules/GMTL/gmtl/Matrix.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Matrix.h.diff?r1=1.35&r2=1.36&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-09-22 20:38:24
|
allenb 2004/09/22 13:38:10 PDT
Modified files:
modules/GMTL/gmtl Generate.h
Log:
Revised interface on projection matrix setup helpers to only work on 4x4 matrices.
Revision Changes Path
1.85 +10 -10 GGT/modules/GMTL/gmtl/Generate.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Generate.h.diff?r1=1.84&r2=1.85&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-09-22 20:37:34
|
allenb 2004/09/22 13:37:26 PDT
Modified files:
modules/GMTL/Test/TestSuite/TestCases MatrixOpsTest.cpp
Log:
Added matrix inversion testing of multiple sizes and types.
Revision Changes Path
1.8 +125 -5 GGT/modules/GMTL/Test/TestSuite/TestCases/MatrixOpsTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/MatrixOpsTest.cpp.diff?r1=1.7&r2=1.8&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-09-22 20:36:52
|
allenb 2004/09/22 13:36:46 PDT
Modified files:
modules/GMTL/gmtl Version.h
modules/GMTL ChangeLog
Log:
Note change and bump version.
Revision Changes Path
1.94 +3 -0 GGT/modules/GMTL/ChangeLog
1.28 +4 -4 GGT/modules/GMTL/gmtl/Version.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.93&r2=1.94&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Version.h.diff?r1=1.27&r2=1.28&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-09-22 20:32:32
|
allenb 2004/09/22 13:32:25 PDT
Modified files:
modules/GMTL/gmtl MatrixOps.h
Log:
New feature: New inversion method using Gauss-Jordan in place inversion.
Bug fixed: Inversion did not work for non 4x4 matricies.
This fixes the old inversion method and adds a new method (that is currently broken).
Revision Changes Path
1.37 +136 -22 GGT/modules/GMTL/gmtl/MatrixOps.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/MatrixOps.h.diff?r1=1.36&r2=1.37&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-09-19 21:10:46
|
patrickh 2004/09/19 14:10:40 PDT
Modified files:
modules/GMTL/gmtl SConscript
Log:
Don't install OOBox.h as it may not compile.
Revision Changes Path
1.9 +0 -1 GGT/modules/GMTL/gmtl/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/SConscript.diff?r1=1.8&r2=1.9&diff_format=l
|