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...> - 2006-06-08 21:00:04
|
patrickh 2006/06/08 14:00:03 PDT
Modified files:
modules/GMTL ChangeLog
modules/GMTL/Test/TestSuite/TestCases IntersectionTest.cpp
IntersectionTest.h
modules/GMTL/gmtl Intersection.h
modules/GMTL/python/src gmtl-intersect-wrappers.h
modules/GMTL/python/src/gmtl _gmtl_intersect_wrappers_h.cpp
Log:
Added overloads of gmtl::intersect() for gmtl::AABox<T> that test for
intersection with gmtl::LineSeg<T> and gmtl::Ray<T>.
Revision Changes Path
1.110 +5 -1 GGT/modules/GMTL/ChangeLog
1.12 +631 -2 GGT/modules/GMTL/Test/TestSuite/TestCases/IntersectionTest.cpp
1.15 +6 -2 GGT/modules/GMTL/Test/TestSuite/TestCases/IntersectionTest.h
1.24 +194 -3 GGT/modules/GMTL/gmtl/Intersection.h
1.5 +42 -2 GGT/modules/GMTL/python/src/gmtl-intersect-wrappers.h
1.5 +10 -2 GGT/modules/GMTL/python/src/gmtl/_gmtl_intersect_wrappers_h.cpp
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.109&r2=1.110&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/IntersectionTest.cpp.diff?r1=1.11&r2=1.12&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/IntersectionTest.h.diff?r1=1.14&r2=1.15&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/gmtl/Intersection.h.diff?r1=1.23&r2=1.24&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/python/src/gmtl-intersect-wrappers.h.diff?r1=1.4&r2=1.5&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_intersect_wrappers_h.cpp.diff?r1=1.4&r2=1.5&diff_format=l
|
|
From: Daniel E. S. <dsh...@us...> - 2006-06-08 20:57:52
|
dshipton 2006/06/08 13:57:50 PDT
Modified files:
modules/GMTL ChangeLog
Log:
Note versioning in changelog
Revision Changes Path
1.109 +1 -0 GGT/modules/GMTL/ChangeLog
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.108&r2=1.109&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2006-06-08 20:47:32
|
patrickh 2006/06/08 13:47:29 PDT
Modified files:
modules/GMTL SConstruct
Log:
As far as I can tell, any value other than an empty string passed in for
the EnablePython SCons argument enabled building the PyGMTL code.
Revision Changes Path
1.71 +5 -1 GGT/modules/GMTL/SConstruct
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.70&r2=1.71&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2006-06-08 20:44:17
|
patrickh 2006/06/08 13:44:16 PDT
Modified files:
modules/GMTL gmtl.spec pygmtl.spec
Log:
Prep for GMTL 0.4.11 release.
Revision Changes Path
1.6 +1 -1 GGT/modules/GMTL/gmtl.spec
1.2 +1 -1 GGT/modules/GMTL/pygmtl.spec
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/gmtl.spec.diff?r1=1.5&r2=1.6&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/pygmtl.spec.diff?r1=1.1&r2=1.2&diff_format=l
|
|
From: Daniel E. S. <dsh...@us...> - 2006-06-08 19:24:02
|
dshipton 2006/06/08 12:23:53 PDT
Modified files:
modules/GMTL SConstruct
Log:
Install gmtl headers into versioned subdirectories.
This add the option to pass --versioning=no to not version headers.
Revision Changes Path
1.70 +10 -3 GGT/modules/GMTL/SConstruct
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.69&r2=1.70&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2006-06-08 18:51:39
|
patrickh 2006/06/08 11:51:15 PDT
Modified files:
modules/GMTL SConstruct
modules/GMTL/Test SConscript
Log:
Incorporate the platform name and architecture type into the name of the
cache file and the test suite build directory. This allows multiple builds
to be done from a single source tree.
Revision Changes Path
1.69 +7 -4 GGT/modules/GMTL/SConstruct
1.4 +2 -1 GGT/modules/GMTL/Test/SConscript
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.68&r2=1.69&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/Test/SConscript.diff?r1=1.3&r2=1.4&diff_format=l
|
|
From: Daniel E. S. <dsh...@us...> - 2006-06-02 19:35:46
|
dshipton 2006/06/02 12:35:45 PDT
Modified files:
modules/GMTL ChangeLog
modules/GMTL/gmtl Version.h
Log:
Bump version and note addition of pkg-config ways...
Revision Changes Path
1.108 +2 -0 GGT/modules/GMTL/ChangeLog
1.38 +3 -3 GGT/modules/GMTL/gmtl/Version.h
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.107&r2=1.108&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/gmtl/Version.h.diff?r1=1.37&r2=1.38&diff_format=l
|
|
From: Daniel E. S. <dsh...@us...> - 2006-06-02 19:33:07
|
dshipton 2006/06/02 12:33:05 PDT
Modified files:
modules/GMTL SConstruct
Added files:
modules/GMTL gmtl.pc.in
Log:
Adding a pkg-config way of getting the gmtl headers. Note: the gmtl.pc file
is installed to $prefix/share/pkgconfig as done by other packages that
do not have libs that they install...
Revision Changes Path
1.68 +17 -0 GGT/modules/GMTL/SConstruct
1.1 +14 -0 GGT/modules/GMTL/gmtl.pc.in (new)
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.67&r2=1.68&diff_format=l
http://ggt.cvs.sourceforge.net/ggt/GGT/modules/GMTL/gmtl.pc.in?rev=1.1&content-type=text/plain
|
|
From: Patrick H. <pat...@us...> - 2006-06-02 15:14:12
|
patrickh 2006/06/02 08:14:10 PDT
Modified files:
. cfg_local.pm
Log:
Fixed the ViewVC diff URL appended to commit messages.
Revision Changes Path
1.3 +1 -2 CVSROOT/cfg_local.pm
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/CVSROOT/cfg_local.pm.diff?r1=1.2&r2=1.3&diff_format=l
|
|
From: Allen B. <al...@us...> - 2006-05-30 15:39:38
|
allenb 2006/05/30 08:39:34 PDT
Modified files:
modules/GMTL/python SConscript
Log:
Add support for hiden visibility on gcc 4.0 and higher.
Revision Changes Path
1.8 +3 -0 GGT/modules/GMTL/python/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/SConscript.diff?r1=1.7&r2=1.8&diff_format=l
|
|
From: Allen B. <al...@us...> - 2006-04-24 14:33:08
|
allenb 2006/04/24 07:33:05 PDT
Modified files:
modules/GMTL/gmtl Generate.h
Log:
Bug fixed: gmtl::makeZRot was giving same result no matter the matrix.
Fix bug in the vector used for the rotation calculation.
Submitted by: Todd Furlong
Revision Changes Path
1.91 +3 -3 GGT/modules/GMTL/gmtl/Generate.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Generate.h.diff?r1=1.90&r2=1.91&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2006-04-14 00:12:46
|
patrickh 2006/04/13 17:12:45 PDT
Modified files:
modules/GMTL SConstruct
Log:
The last revision did not quite address the issue of using the Boost.Python
library installed by the default Boost RPM. I didn't notice that the
library name was being constructed twice.
Revision Changes Path
1.67 +30 -33 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.66&r2=1.67&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2006-04-13 23:34:29
|
patrickh 2006/04/13 16:34:25 PDT
Modified files:
modules/GMTL SConstruct
Log:
Extended the search for the Boost.Python library to handle the cases of
the x86_64 architecture and the lame Boost RPM that strips the version
and threading information from the shared library.
Revision Changes Path
1.66 +31 -6 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.65&r2=1.66&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2006-04-13 23:07:43
|
patrickh 2006/04/13 16:07:40 PDT
Added files:
modules/GMTL pygmtl.spec
Log:
Added an RPM spec file for PyGMTL. This makes me happy. :)
Revision Changes Path
1.1 +62 -0 GGT/modules/GMTL/pygmtl.spec (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/pygmtl.spec?rev=1.1&content-type=text/plain
|
|
From: Patrick H. <pat...@us...> - 2006-04-13 21:49:40
|
patrickh 2006/04/13 14:49:39 PDT
Modified files:
macros gmtl.m4
Log:
Bug fixed: $ggt_gmtl_include could hold an empty string in the case
when $GMTL_ROOT is /usr. Since this is the usual case when
using GMTL from an RPM, this is an especially bad thing.
Revision Changes Path
1.16 +4 -2 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.15&r2=1.16&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2006-04-13 14:55:53
|
patrickh 2006/04/13 07:55:52 PDT
Modified files:
modules/GMTL ChangeLog gmtl.spec
modules/GMTL/gmtl Version.h
Log:
Prepare for the 0.4.10 release.
Revision Changes Path
1.107 +6 -0 GGT/modules/GMTL/ChangeLog
1.5 +1 -1 GGT/modules/GMTL/gmtl.spec
1.37 +3 -3 GGT/modules/GMTL/gmtl/Version.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.106&r2=1.107&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl.spec.diff?r1=1.4&r2=1.5&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Version.h.diff?r1=1.36&r2=1.37&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2006-04-13 14:46:15
|
patrickh 2006/04/13 07:46:05 PDT
Modified files:
modules/GMTL gmtl.spec
Log:
Removed commented out references to building PyGMTL. I think that a
separate RPM spec file would be better for handling PyGMTL.
Revision Changes Path
1.4 +1 -1 GGT/modules/GMTL/gmtl.spec
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl.spec.diff?r1=1.3&r2=1.4&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2006-04-13 14:45:33
|
patrickh 2006/04/13 07:45:26 PDT
Modified files:
modules/GMTL gmtl.spec
Log:
Make sure that the prefix set in the gmtl-config generated during build has
the correct value. I also made some minor tweaks to this spec file, but
they are nothing major.
Revision Changes Path
1.3 +10 -12 GGT/modules/GMTL/gmtl.spec
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl.spec.diff?r1=1.2&r2=1.3&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2006-04-13 14:44:17
|
patrickh 2006/04/13 07:44:15 PDT
Modified files:
modules/GMTL SConstruct
Log:
When building a GMTL RPM, GMTL is installed into a temporary location so
that the installable package can be constructed. To do this, the 'prefix'
option must be set on the scons command line, but doing so causes
gmtl-config to be regenerated with the wrong internal prefix. To work
around this, I have commented out the dependency of gmtl-config on its
dictionary of substitution variables. This does have some
undesirable--though fairly obscure--side effects, but I do not see a better
a way to solve this problem.
Revision Changes Path
1.65 +6 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.64&r2=1.65&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-12-03 20:54:33
|
patrickh 2005/12/03 12:54:25 PST
Modified files:
modules/GMTL/gmtl VecOps.h
Log:
Silenced a GCC 4.0 compiler warning.
Revision Changes Path
1.34 +3 -3 GGT/modules/GMTL/gmtl/VecOps.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/VecOps.h.diff?r1=1.33&r2=1.34&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-12-02 00:37:01
|
patrickh 2005/12/01 16:36:55 PST
Modified files:
modules/GMTL/python/src gmtl-pickle.h
modules/GMTL/python/src/gmtl _gmtl_Containment_h.cpp
Log:
More workarounds for GCC 3.2. PyGMTL now compiles with GCC 3.2 again.
Revision Changes Path
1.5 +48 -2 GGT/modules/GMTL/python/src/gmtl-pickle.h
1.4 +7 -2 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-pickle.h.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/_gmtl_Containment_h.cpp.diff?r1=1.3&r2=1.4&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-12-02 00:17:03
|
patrickh 2005/12/01 16:16:56 PST
Modified files:
modules/GMTL/python/src gmtl-pickle.h
Log:
Bug fixed: The wrong index was being used to extract the plane offset
from the state tuple in Plane_pickle::setstate(). As such,
plane unpickling probably would not have worked and might
have even caused a crash.
Revision Changes Path
1.4 +3 -3 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.3&r2=1.4&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-12-01 23:33:35
|
patrickh 2005/12/01 15:33:29 PST
Modified files:
modules/GMTL/python/src gmtl-pickle.h
Log:
Work around what appears to be a GCC 3.2 C++ compiler bug. For the time
being, I am making this workaround specific to GCC 3.2 since I know that
the problem does not occur with GCC 3.3, 3.4, or 4.0.
Revision Changes Path
1.3 +8 -2 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.2&r2=1.3&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-11-17 04:08:40
|
patrickh 2005/11/16 20:08:34 PST
Modified files:
modules/GMTL SConstruct
Log:
The distcc that comes with XCode 2.2 seems to need an absolute path to
the compiler in order to be able to execute it properly.
Revision Changes Path
1.64 +1 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.63&r2=1.64&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2005-11-17 03:31:23
|
patrickh 2005/11/16 19:31:16 PST
Modified files:
modules/GMTL SConstruct
Log:
Support Boost patch releases (i.e., 1.33.1).
Revision Changes Path
1.63 +3 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.62&r2=1.63&diff_format=l
|