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-05-13 22:34:38
|
patrickh 2005/05/13 15:34:32 PDT
Modified files:
modules/GMTL SConstruct
Log:
Added support for compiling PyGMTL with Visual C++ 8.0.
Revision Changes Path
1.55 +41 -13 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.54&r2=1.55&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-05-13 22:11:40
|
patrickh 2005/05/13 15:11:34 PDT
Modified files:
modules/GMTL/python/src gmtl-pickle.h
Log:
Fixed incorrect function signatures. This was caught by Visual C++ 8.0. I
am surprised that GCC 4.0 did not pick this one up.
Revision Changes Path
1.2 +5 -5 GGT/modules/GMTL/python/src/gmtl-pickle.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-pickle.h.diff?r1=1.1&r2=1.2&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-05-13 15:53:54
|
patrickh 2005/05/13 08:53:48 PDT
Modified files:
modules/GMTL SConstruct
Log:
Fixed building PyGMTL on Mac OS X 10.4.
Revision Changes Path
1.54 +14 -2 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.53&r2=1.54&diff_format=l
|
|
From: Allen B. <al...@us...> - 2005-05-12 21:42:22
|
allenb 2005/05/12 14:42:10 PDT
Modified files:
modules/GMTL ChangeLog
modules/GMTL/gmtl Output.h Version.h
Log:
New feature: Add output operator for Coord's.
Revision Changes Path
1.101 +2 -0 GGT/modules/GMTL/ChangeLog
1.17 +10 -3 GGT/modules/GMTL/gmtl/Output.h
1.34 +3 -3 GGT/modules/GMTL/gmtl/Version.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.100&r2=1.101&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Output.h.diff?r1=1.16&r2=1.17&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Version.h.diff?r1=1.33&r2=1.34&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-05-12 19:36:01
|
patrickh 2005/05/12 12:35:56 PDT
Modified files:
modules/GMTL/python/src/gmtl _Matrix_float_3_3.cpp
_Matrix_float_4_4.cpp
Added files:
modules/GMTL/python/src gmtl-array-wrappers.h
Log:
Handle the case where a Python program would be passing in a list for an
argument to a C++ method expecting an array.
Revision Changes Path
1.1 +111 -0 GGT/modules/GMTL/python/src/gmtl-array-wrappers.h (new)
1.7 +5 -4 GGT/modules/GMTL/python/src/gmtl/_Matrix_float_3_3.cpp
1.7 +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-array-wrappers.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Matrix_float_3_3.cpp.diff?r1=1.6&r2=1.7&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.6&r2=1.7&diff_format=l
|
|
From: Allen B. <al...@us...> - 2005-05-12 19:02:05
|
allenb 2005/05/12 12:01:56 PDT
Modified files:
modules/GMTL/Test/TestSuite/TestCases CoordGenTest.cpp
CoordGenTest.h
modules/GMTL/gmtl Generate.h
Log:
Refactoring: Added new test to check the conversion of matrix to coord and back again.
Revision Changes Path
1.12 +19 -2 GGT/modules/GMTL/Test/TestSuite/TestCases/CoordGenTest.cpp
1.6 +4 -2 GGT/modules/GMTL/Test/TestSuite/TestCases/CoordGenTest.h
1.89 +3 -2 GGT/modules/GMTL/gmtl/Generate.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/CoordGenTest.cpp.diff?r1=1.11&r2=1.12&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/CoordGenTest.h.diff?r1=1.5&r2=1.6&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Generate.h.diff?r1=1.88&r2=1.89&diff_format=l
|
|
From: Allen B. <al...@us...> - 2005-05-09 20:06:52
|
allenb 2005/05/09 13:06:46 PDT
Modified files:
modules/GMTL SConstruct
Log:
Remove dependence on os.walk. This is a python 2.3 only thing and some people don't have that yet.
Revision Changes Path
1.53 +3 -2 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.52&r2=1.53&diff_format=l
|
|
From: Allen B. <al...@us...> - 2005-04-02 22:03:59
|
allenb 2005/04/02 14:03:54 PST
Modified files:
modules/GMTL SConstruct
Log:
cygwin support.
Revision Changes Path
1.52 +2 -0 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.51&r2=1.52&diff_format=l
|
|
From: Allen B. <al...@us...> - 2005-04-02 22:00:39
|
allenb 2005/04/02 14:00:33 PST
Modified files:
modules/GMTL README SConstruct
Removed files:
modules/GMTL/gmtl SConscript
modules/GMTL/gmtl/External SConscript
modules/GMTL/gmtl/Util SConscript
Log:
- Update build
- Auto collect the headers from the gmtl directory (remove old SConscript files)
- Update help to work for old and new scons versions
This build still has a good deal of cruft, but there is not much to do about that unless we start using
SConsAddons to get all the options stuff for boost, cppunit, and packaging. Otherwise this build is actually
pretty minimal
now.
Revision Changes Path
1.3 +1 -1 GGT/modules/GMTL/README
1.51 +40 -22 GGT/modules/GMTL/SConstruct
1.4 +0 -14 GGT/modules/GMTL/gmtl/External/SConscript (dead)
1.12 +0 -62 GGT/modules/GMTL/gmtl/SConscript (dead)
1.4 +0 -16 GGT/modules/GMTL/gmtl/Util/SConscript (dead)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/README.diff?r1=1.2&r2=1.3&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.50&r2=1.51&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/External/SConscript?rev=&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/SConscript?rev=&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Util/SConscript?rev=&content-type=text/plain
|
|
From: Patrick H. <pat...@us...> - 2005-03-08 15:17:53
|
patrickh 2005/03/08 07:17:45 PST
Modified files:
modules/GMTL SConstruct
Log:
SF Patch#: 1154903
Support building with GCC in a Cygwin environment.
Submitted by: Chad Austin < aegis at users dot sourceforge dot net >
Revision Changes Path
1.50 +30 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.49&r2=1.50&diff_format=l
|
|
From: Allen B. <al...@us...> - 2005-01-03 17:30:40
|
allenb 2005/01/03 09:30:31 PST
Modified files:
modules/GMTL SConstruct
modules/GMTL/gmtl SConscript
modules/GMTL/tools/build AutoDist.py
Log:
Refactoring: Fix up scons build to make alias smarter
The install alias is now smarter so it does not scan all files in install tree. I think this is really a bug in scons, but we
can work around it by tracking more information.
Revision Changes Path
1.49 +7 -2 GGT/modules/GMTL/SConstruct
1.11 +2 -2 GGT/modules/GMTL/gmtl/SConscript
1.5 +12 -6 GGT/modules/GMTL/tools/build/AutoDist.py
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.48&r2=1.49&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/SConscript.diff?r1=1.10&r2=1.11&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/tools/build/AutoDist.py.diff?r1=1.4&r2=1.5&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-12-08 22:30:21
|
allenb 2004/12/08 14:29:45 PST
Modified files:
modules/GMTL ChangeLog
modules/GMTL/Test/TestSuite/TestCases AABoxContainTest.cpp
modules/GMTL/gmtl Containment.h Version.h
Log:
New feature: Added new gmtl::isInVolumeExclusive method for AABox.
This method allows testing for containment when you don't want to consider the surface to be "in".
Revision Changes Path
1.100 +2 -0 GGT/modules/GMTL/ChangeLog
1.6 +10 -3 GGT/modules/GMTL/Test/TestSuite/TestCases/AABoxContainTest.cpp
1.16 +37 -5 GGT/modules/GMTL/gmtl/Containment.h
1.33 +3 -3 GGT/modules/GMTL/gmtl/Version.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.99&r2=1.100&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/AABoxContainTest.cpp.diff?r1=1.5&r2=1.6&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Containment.h.diff?r1=1.15&r2=1.16&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Version.h.diff?r1=1.32&r2=1.33&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-11-25 15:45:26
|
allenb 2004/11/25 07:45:17 PST
Modified files:
modules/GMTL ChangeLog
modules/GMTL/Test/TestSuite/TestCases VecTest.cpp
modules/GMTL/gmtl Config.h Version.h
Log:
Refactoring: Disable counting of vector constructor calls.
This code should only be used for testing new metaprogramming and has too much overhead for general use.
Revision Changes Path
1.99 +4 -1 GGT/modules/GMTL/ChangeLog
1.16 +7 -2 GGT/modules/GMTL/Test/TestSuite/TestCases/VecTest.cpp
1.3 +4 -4 GGT/modules/GMTL/gmtl/Config.h
1.32 +3 -3 GGT/modules/GMTL/gmtl/Version.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.98&r2=1.99&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/VecTest.cpp.diff?r1=1.15&r2=1.16&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Config.h.diff?r1=1.2&r2=1.3&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Version.h.diff?r1=1.31&r2=1.32&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-11-22 15:04:16
|
patrickh 2004/11/22 07:04:06 PST
Modified files:
modules/GMTL/gmtl AABox.h Matrix.h Version.h
Log:
Generalize the Apple GCC 3.3 test. The latest patchset also exhibits the
boost::is_polymorphic false positive problem.
Revision Changes Path
1.12 +4 -3 GGT/modules/GMTL/gmtl/AABox.h
1.39 +4 -3 GGT/modules/GMTL/gmtl/Matrix.h
1.31 +3 -3 GGT/modules/GMTL/gmtl/Version.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/AABox.h.diff?r1=1.11&r2=1.12&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Matrix.h.diff?r1=1.38&r2=1.39&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Version.h.diff?r1=1.30&r2=1.31&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-11-16 15:37:20
|
allenb 2004/11/16 07:37:13 PST
Modified files:
modules/GMTL/gmtl Generate.h
Log:
Bug fixed: Float type was explicitly used in Generate.h
SF Bug#: 1067185
This change removes the last of "float" from the Generate.h file. Now DATA_TYPE is used everywhere.
Revision Changes Path
1.88 +9 -9 GGT/modules/GMTL/gmtl/Generate.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Generate.h.diff?r1=1.87&r2=1.88&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-11-15 17:43:11
|
allenb 2004/11/15 09:43:05 PST
Modified files:
modules/GMTL/gmtl Quat.h
Log:
Bug fixed: Make get() const.
SF Bug#: 1066681
Revision Changes Path
1.23 +3 -3 GGT/modules/GMTL/gmtl/Quat.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Quat.h.diff?r1=1.22&r2=1.23&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-11-12 01:36:36
|
allenb 2004/11/11 17:36:30 PST
Removed files:
modules/GMTL/gmtl VecB.h
Log:
Remove old test file.
Revision Changes Path
1.4 +0 -417 GGT/modules/GMTL/gmtl/VecB.h (dead)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/VecB.h?rev=&content-type=text/plain
|
|
From: Allen B. <al...@us...> - 2004-11-12 01:35:40
|
allenb 2004/11/11 17:35:33 PST
Modified files:
modules/GMTL ChangeLog
Log:
Note patches from Johnathan and Dan.
Revision Changes Path
1.98 +2 -0 GGT/modules/GMTL/ChangeLog
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.97&r2=1.98&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-11-12 01:35:33
|
allenb 2004/11/11 17:35:21 PST
Modified files:
modules/GMTL SConstruct
Log:
Update for recent scons versions.
Revision Changes Path
1.48 +1 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.47&r2=1.48&diff_format=l
|
|
From: Allen B. <al...@us...> - 2004-11-12 01:28:52
|
allenb 2004/11/11 17:28:44 PST
Modified files:
modules/GMTL/gmtl MatrixOps.h Tri.h
Log:
Refactoring: Fixed some compile warnings.
Submitted by: Dan
Approved by: Allen
Revision Changes Path
1.38 +3 -3 GGT/modules/GMTL/gmtl/MatrixOps.h
1.13 +4 -4 GGT/modules/GMTL/gmtl/Tri.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/MatrixOps.h.diff?r1=1.37&r2=1.38&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Tri.h.diff?r1=1.12&r2=1.13&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-11-11 21:34:40
|
patrickh 2004/11/11 13:34:33 PST
Modified files:
modules/GMTL/gmtl VecExprMeta.h
Log:
Silenced an unused variable warning.
Revision Changes Path
1.3 +4 -4 GGT/modules/GMTL/gmtl/VecExprMeta.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/VecExprMeta.h.diff?r1=1.2&r2=1.3&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2004-10-28 00:05:04
|
patrickh 2004/10/27 17:04:57 PDT
Modified files:
modules/GMTL/python/src gmtl-wrappers.h
modules/GMTL/python/src/gmtl _Tri_double.cpp _Tri_float.cpp
_Tri_int.cpp
Log:
Provide access to gmtl::Tri<T>::operator[].
Revision Changes Path
1.9 +10 -10 GGT/modules/GMTL/python/src/gmtl-wrappers.h
1.4 +5 -2 GGT/modules/GMTL/python/src/gmtl/_Tri_double.cpp
1.4 +5 -2 GGT/modules/GMTL/python/src/gmtl/_Tri_float.cpp
1.4 +5 -2 GGT/modules/GMTL/python/src/gmtl/_Tri_int.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-wrappers.h.diff?r1=1.8&r2=1.9&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Tri_double.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/_Tri_float.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/_Tri_int.cpp.diff?r1=1.3&r2=1.4&diff_format=l
|