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: Aron B. <ar...@us...> - 2003-09-05 20:02:48
|
aronb 2003/09/05 13:02:41 PDT
Modified files:
modules/GMTL/gmtl Vec.h
Log:
Namespaces should not have semicolons after them... :(
Revision Changes Path
1.18 +3 -3 GGT/modules/GMTL/gmtl/Vec.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Vec.h.diff?r1=1.17&r2=1.18&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-31 06:49:32
|
patrickh 2003/08/30 23:49:24 PDT
Modified files:
modules/GMTL SConstruct
Log:
Use the platform-specific shared library suffix that Python prefers for
extension modules. In particular, I care about this so that on Windows,
we get gmtl.pyd instead of gmtl.dll. This will help prevent confusion for
the runtime loader in the future should there ever be a gmtl.dll.
Revision Changes Path
1.23 +5 -0 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.22&r2=1.23&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-30 21:14:08
|
patrickh 2003/08/30 14:13:52 PDT
Modified files:
modules/GMTL/python/src gmtl-CoordOps.h
Log:
Get this to compile again with GCC. Perhaps these missing headers were
the problem with the Windows build ...
Revision Changes Path
1.2 +6 -2 GGT/modules/GMTL/python/src/gmtl-CoordOps.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-CoordOps.h.diff?r1=1.1&r2=1.2&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-30 17:16:11
|
patrickh 2003/08/30 10:16:10 PDT
Modified files:
modules/GMTL/python/src gmtl-wrappers.h
modules/GMTL/python/src/gmtl _gmtl_wrappers_h.cpp
Log:
Hack around Visual C++ 7.x compile errors, the fixes for which are beyond
me.
Revision Changes Path
1.7 +4 -2 GGT/modules/GMTL/python/src/gmtl-wrappers.h
1.5 +4 -2 GGT/modules/GMTL/python/src/gmtl/_gmtl_wrappers_h.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-wrappers.h.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/_gmtl_wrappers_h.cpp.diff?r1=1.4&r2=1.5&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-30 17:13:14
|
patrickh 2003/08/30 10:13:13 PDT
Modified files:
modules/GMTL/gmtl SphereOps.h
Log:
Added a missing #include that is needed for the gmtl::isEqual() overlaod
defined in this file.
Revision Changes Path
1.7 +3 -2 GGT/modules/GMTL/gmtl/SphereOps.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/SphereOps.h.diff?r1=1.6&r2=1.7&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-30 05:33:47
|
patrickh 2003/08/29 22:33:46 PDT
Modified files:
modules/GMTL/python/src SConscript
Log:
Added missing headers.
Revision Changes Path
1.2 +10 -0 GGT/modules/GMTL/python/src/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/SConscript.diff?r1=1.1&r2=1.2&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-30 04:56:18
|
patrickh 2003/08/29 21:56:16 PDT
Modified files:
modules/GMTL SConstruct
Log:
Okay, this appears to be the magic combination of compiler and linker flags
that get PyGMTL to build and link on Windows (at least with Visual C++ 7.1).
Finally!
Revision Changes Path
1.22 +7 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.21&r2=1.22&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-22 02:54:51
|
patrickh 2003/08/21 19:54:46 PDT
Modified files:
modules/GMTL SConstruct
Log:
Pathetic attempts to get the GMTL Python bindings to link on Windows. In
this revision, a link error has been fixed by providing the linker with the
path to the Python runtime library (python22.lib), though the .lib file is
not listed as an explicit dependency.
Revision Changes Path
1.21 +4 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.20&r2=1.21&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-20 06:02:17
|
patrickh 2003/08/19 15:49:47 PDT
Modified files:
modules/GMTL/gmtl Matrix.h
Log:
Fixed typos in comments.
Revision Changes Path
1.35 +5 -5 GGT/modules/GMTL/gmtl/Matrix.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Matrix.h.diff?r1=1.34&r2=1.35&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-20 02:47:05
|
patrickh 2003/08/19 16:34:34 PDT
Modified files:
modules/GMTL/python/src gmtl-functions.h
Log:
Removed unneeded #include's.
Revision Changes Path
1.4 +2 -13 GGT/modules/GMTL/python/src/gmtl-functions.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-functions.h.diff?r1=1.3&r2=1.4&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-18 22:58:49
|
patrickh 2003/08/18 15:58:48 PDT
Modified files:
modules/GMTL/python/test gmtl-test.py
Log:
Hmm, I could have sworn I fixed the import line in this file a while ago...
Revision Changes Path
1.2 +3 -3 GGT/modules/GMTL/python/test/gmtl-test.py
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/test/gmtl-test.py.diff?r1=1.1&r2=1.2&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-18 22:51:37
|
patrickh 2003/08/18 15:51:35 PDT
Modified files:
modules/GMTL/python/src/gmtl gmtl.cpp
Log:
Oops, the call to _gmtl_intersect_wrappers_h() was accidentally removed in
the last revision. This prevented gmtl.intersect() from being available.
Revision Changes Path
1.3 +4 -2 GGT/modules/GMTL/python/src/gmtl/gmtl.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/gmtl.cpp.diff?r1=1.2&r2=1.3&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-18 14:50:09
|
patrickh 2003/08/18 06:31:47 PDT
Modified files:
modules/GMTL SConstruct
Log:
Fixed build issues in the Python bindings when using the MIPSpro Compilers.
PyGMTL actually builds on IRIX now!
Revision Changes Path
1.20 +7 -3 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.19&r2=1.20&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-18 03:15:43
|
patrickh 2003/08/17 20:15:40 PDT
Modified files:
modules/GMTL/gmtl Intersection.h
Log:
Hold the hand of the MIPSpro C++ compiler so that it can tell the
difference between gmtl::intersect() and gmtlWrappers::intersect() (a
helper function used in the Python bindings).
Revision Changes Path
1.13 +4 -4 GGT/modules/GMTL/gmtl/Intersection.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Intersection.h.diff?r1=1.12&r2=1.13&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-17 15:47:09
|
patrickh 2003/08/17 08:04:36 PDT
Modified files:
modules/GMTL/python/src gmtl-wrappers.h
Log:
The last revision did not fix the build with Visual C++. This one gets it
right. The key here is that I removed some ambiguity by passing all the
template parameters to the instantiations of makeScaleMatrix33() and
makeScaleMatrix44().
Revision Changes Path
1.6 +16 -16 GGT/modules/GMTL/python/src/gmtl-wrappers.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-wrappers.h.diff?r1=1.5&r2=1.6&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-17 15:21:42
|
patrickh 2003/08/17 08:21:39 PDT
Modified files:
modules/GMTL/python/src/gmtl _gmtl_wrappers_h.cpp
Log:
Sync up with a signature change I made in gmtl-wrappers.h.
Revision Changes Path
1.4 +4 -4 GGT/modules/GMTL/python/src/gmtl/_gmtl_wrappers_h.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_wrappers_h.cpp.diff?r1=1.3&r2=1.4&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-17 14:26:41
|
patrickh 2003/08/17 07:26:40 PDT
Modified files:
modules/GMTL/python/src gmtl-wrappers.h
Log:
Fixed Win32 compile error with makeDirCosMatrix33() and
makeDirCosMatrix44(). I also noticed a problem with the default argument
initialization of these functions and fixed that.
Revision Changes Path
1.5 +8 -8 GGT/modules/GMTL/python/src/gmtl-wrappers.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-wrappers.h.diff?r1=1.4&r2=1.5&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-17 06:31:07
|
patrickh 2003/08/16 23:31:07 PDT
Added files:
modules/GMTL/python/src/gmtl _Vec_int_4.cpp
Log:
It appears that I overlooked this instantiation of gmtl::Vec<S, T>.
Revision Changes Path
1.1 +54 -0 GGT/modules/GMTL/python/src/gmtl/_Vec_int_4.cpp (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Vec_int_4.cpp?rev=1.1&content-type=text/plain
|
|
From: Patrick H. <pat...@us...> - 2003-08-16 06:11:30
|
patrickh 2003/08/15 22:31:19 PDT
Modified files:
modules/GMTL SConstruct
Log:
Improvements and fixes:
* Use -pipe when building with GCC. I'm hoping this will speed up
PyGMTL build times at least a little bit.
* Require SCons 0.91 after option handling the changes I made today.
* Learn about FreeBSD.
Revision Changes Path
1.19 +4 -5 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.18&r2=1.19&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-16 06:04:55
|
patrickh 2003/08/15 22:25:49 PDT
Modified files:
modules/GMTL/python/src gmtl-getData-wrappers.h
Log:
Added a comment explaining why the gmtl::Matrix44f::getData() wrapper is
not enabled.
Revision Changes Path
1.2 +5 -2 GGT/modules/GMTL/python/src/gmtl-getData-wrappers.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-getData-wrappers.h.diff?r1=1.1&r2=1.2&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-16 05:43:24
|
patrickh 2003/08/15 22:24:38 PDT
Modified files:
modules/GMTL/python/src/gmtl _Matrix_float_4_4.cpp
Log:
Added commented out definitions for getData and the data property.
Unfortunately, these cannot be compiled in because Boost tuples cannot have
16 elements by default.
Revision Changes Path
1.3 +4 -2 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_4_4.cpp.diff?r1=1.2&r2=1.3&diff_format=l
|