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...> - 2003-08-16 04:02:46
|
patrickh 2003/08/15 19:31:37 PDT
Modified files:
modules/GMTL SConstruct
Log:
Get this closer to working on Windows with Visual C++. At the very least,
the PyGMTL build starts, but it falls over trying to handle all the
templates. I don't know if the linker is set up correctly or not.
Revision Changes Path
1.18 +26 -5 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.17&r2=1.18&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-16 03:10:43
|
patrickh 2003/08/15 19:21:38 PDT
Modified files:
modules/GMTL/python/src gmtl-wrappers.h
Log:
Silence a Visual C++ 7.0 warning that almost certainly has to be caused by
a bug in the compiler. I don't know if 7.1 has the same issue.
Revision Changes Path
1.3 +9 -2 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.2&r2=1.3&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-16 00:21:18
|
patrickh 2003/08/15 15:11:27 PDT
Modified files:
modules/GMTL SConstruct
modules/GMTL/Test/TestSuite SConscript
modules/GMTL/python SConscript
Log:
Massive refactoring to correct the following problems:
- PyGMTL could not be built on Windows
- The distribution package did not include the Python bindings sources
- A patched version of scons was required to build
- Undocumented compiler-specific environment variables had to be set to
build PyGMTL
Unfortunately, I spent all day working on this. :( Scons is a PITA for
neophytes such as myself.
Revision Changes Path
1.17 +208 -117 GGT/modules/GMTL/SConstruct
1.8 +2 -2 GGT/modules/GMTL/Test/TestSuite/SConscript
1.2 +13 -3 GGT/modules/GMTL/python/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.16&r2=1.17&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/SConscript.diff?r1=1.7&r2=1.8&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/SConscript.diff?r1=1.1&r2=1.2&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-15 22:35:15
|
patrickh 2003/08/15 15:01:57 PDT
Modified files:
modules/GMTL/python/src/gmtl _Tri_double.cpp _Tri_float.cpp
_Tri_int.cpp
Log:
Make this compile again. I don't know how long it's been broken. :(
Revision Changes Path
1.2 +4 -3 GGT/modules/GMTL/python/src/gmtl/_Tri_double.cpp
1.2 +4 -3 GGT/modules/GMTL/python/src/gmtl/_Tri_float.cpp
1.2 +4 -3 GGT/modules/GMTL/python/src/gmtl/_Tri_int.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Tri_double.cpp.diff?r1=1.1&r2=1.2&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Tri_float.cpp.diff?r1=1.1&r2=1.2&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_Tri_int.cpp.diff?r1=1.1&r2=1.2&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-15 22:12:03
|
patrickh 2003/08/15 15:05:51 PDT
Modified files:
modules/GMTL/gmtl Version.h
modules/GMTL/docs version.mk.doxy
Log:
Updated version to 0.3.2 since gmtl::Tri<T> had its interface extended at
some point.
Revision Changes Path
1.9 +1 -1 GGT/modules/GMTL/docs/version.mk.doxy
1.21 +3 -3 GGT/modules/GMTL/gmtl/Version.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/docs/version.mk.doxy.diff?r1=1.8&r2=1.9&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Version.h.diff?r1=1.20&r2=1.21&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-15 21:08:09
|
patrickh 2003/08/15 14:07:25 PDT
Added files:
modules/GMTL/python/pyste SConscript
modules/GMTL/python/src SConscript
modules/GMTL/python/src/gmtl SConscript
modules/GMTL/python/test SConscript
Log:
Added so that the PyGMTL source actually gets included in the release
distribution file.
Revision Changes Path
1.1 +15 -0 GGT/modules/GMTL/python/pyste/SConscript (new)
1.1 +23 -0 GGT/modules/GMTL/python/src/SConscript (new)
1.1 +78 -0 GGT/modules/GMTL/python/src/gmtl/SConscript (new)
1.1 +13 -0 GGT/modules/GMTL/python/test/SConscript (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/pyste/SConscript?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/SConscript?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/SConscript?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/test/SConscript?rev=1.1&content-type=text/plain
|
|
From: Patrick H. <pat...@us...> - 2003-08-15 20:43:50
|
patrickh 2003/08/15 10:25:03 PDT
Modified files:
modules/GMTL/gmtl QuatOps.h VecOps.h
Log:
Use the constructor style cast to clean up the code a little.
Revision Changes Path
1.25 +3 -3 GGT/modules/GMTL/gmtl/QuatOps.h
1.26 +4 -4 GGT/modules/GMTL/gmtl/VecOps.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/QuatOps.h.diff?r1=1.24&r2=1.25&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/VecOps.h.diff?r1=1.25&r2=1.26&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-08-03 16:23:21
|
patrickh 2003/08/03 09:23:21 PDT
Modified files:
modules/GMTL/gmtl Defines.h
Log:
If _XOPEN_SOURCE is defined, it is unlikely that any of the *f() functions
will be available. This is rather annoying, IMHO.
Revision Changes Path
1.8 +4 -3 GGT/modules/GMTL/gmtl/Defines.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Defines.h.diff?r1=1.7&r2=1.8&diff_format=l
|
|
From: Kevin M. <sub...@us...> - 2003-07-31 00:39:54
|
subatomic 2003/07/30 17:39:53 PDT
Modified files:
modules/GMTL/gmtl Tri.h
Log:
add edge function to get edge given two verts.
Revision Changes Path
1.11 +18 -2 GGT/modules/GMTL/gmtl/Tri.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Tri.h.diff?r1=1.10&r2=1.11&diff_format=l
|
|
From: Justin H. <ja...@us...> - 2003-07-21 20:02:50
|
jahare 2003/07/21 13:02:50 PDT
Modified files:
modules/GMTL/docs/faq gmtlfaq.doxygen
Log:
Changed cross to makeCross. Pointed out by Dan
Revision Changes Path
1.16 +2 -2 GGT/modules/GMTL/docs/faq/gmtlfaq.doxygen
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/docs/faq/gmtlfaq.doxygen.diff?r1=1.15&r2=1.16&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-07-01 16:02:28
|
nonchocoboy 2003/07/01 09:02:27 PDT
Modified files:
modules/GMTL/gmtl SConscript
Log:
Install RayOps.h
Revision Changes Path
1.6 +1 -0 GGT/modules/GMTL/gmtl/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/SConscript.diff?r1=1.5&r2=1.6&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-06-13 15:25:08
|
patrickh 2003/06/13 08:25:07 PDT
Modified files:
modules/GMTL/python/src gmtl-wrappers.h
modules/GMTL/python/src/gmtl _gmtl_wrappers_h.cpp
Log:
Added a missing wrapper for gmtl::makeRot() that will generate a
gmtl::Quat<T> from a gmtl::AxisAngle<T>.
Pointed out by: nonchocoboy
Revision Changes Path
1.2 +10 -2 GGT/modules/GMTL/python/src/gmtl-wrappers.h
1.2 +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.1&r2=1.2&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.1&r2=1.2&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-06-13 15:22:26
|
patrickh 2003/06/13 08:22:26 PDT
Modified files:
modules/GMTL/python/src gmtl-functions.h
modules/GMTL/python/src/gmtl _gmtl_functions_h.cpp
Log:
Removed references to non-existent functions.
Revision Changes Path
1.2 +2 -7 GGT/modules/GMTL/python/src/gmtl-functions.h
1.2 +2 -4 GGT/modules/GMTL/python/src/gmtl/_gmtl_functions_h.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl-functions.h.diff?r1=1.1&r2=1.2&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/src/gmtl/_gmtl_functions_h.cpp.diff?r1=1.1&r2=1.2&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2003-06-13 15:18:07
|
patrickh 2003/06/13 08:18:00 PDT
Modified files:
modules/GMTL SConstruct
Log:
It is not valid to link the Python library (libpythonX.Y.a) into a
natively compiled module. This can result in weird behavior such as two
Python interpreters being initialized in the same memory space. The
symbols needed by the shared object will be resolved at load time because
the application (either the Python interpreter or some other app with the
interpreter embedded) will have to have all the Python/C API symbols linked
in.
Revision Changes Path
1.16 +1 -4 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.15&r2=1.16&diff_format=l
|
|
From: Justin H. <ja...@us...> - 2003-06-06 21:00:27
|
jahare 2003/06/06 13:54:11 PDT
Modified files:
modules/GMTL/docs/faq gmtlfaq.doxygen
Log:
Finish answers that Dan Shipton pointed out.
Revision Changes Path
1.15 +4 -2 GGT/modules/GMTL/docs/faq/gmtlfaq.doxygen
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/docs/faq/gmtlfaq.doxygen.diff?r1=1.14&r2=1.15&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-05-26 03:38:17
|
nonchocoboy 2003/05/25 20:38:17 PDT
Modified files:
modules/GMTL/tools/build AutoDist.py
Log:
Minor bug fix for addExtraDist
Revision Changes Path
1.4 +4 -4 GGT/modules/GMTL/tools/build/AutoDist.py
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/tools/build/AutoDist.py.diff?r1=1.3&r2=1.4&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-05-26 03:35:04
|
nonchocoboy 2003/05/25 20:35:04 PDT
Modified files:
modules/GMTL/tools/build AutoDist.py
Log:
Update to AutoDist 0.1.5 so that it works with SCons 0.14
Revision Changes Path
1.3 +19 -8 GGT/modules/GMTL/tools/build/AutoDist.py
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/tools/build/AutoDist.py.diff?r1=1.2&r2=1.3&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-05-20 21:39:56
|
nonchocoboy 2003/05/20 14:39:55 PDT
Modified files:
modules/GMTL SConstruct
Added files:
modules/GMTL/python SConscript
Log:
Put the Python bindings into the build system. Since it takes hours to link
:( the bindings are not generated by default. New options to the build include:
enable-python=1 // Enables building of the python bindings
The build is pretty stupid for now (I wanted something that sorta works
quickly). You need to have python in your PATH and Boost.Python in your system
include and library paths. For gcc, this means you need to set
CPLUS_INCLUDE_PATH and LIBRARY_PATH appropriately.
Revision Changes Path
1.15 +40 -1 GGT/modules/GMTL/SConstruct
1.1 +17 -0 GGT/modules/GMTL/python/SConscript (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.14&r2=1.15&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/SConscript?rev=1.1&content-type=text/plain
|
|
From: Patrick H. <pat...@us...> - 2003-05-20 18:57:48
|
patrickh 2003/05/20 11:57:16 PDT GGT/modules/GMTL/python - Imported sources Update of /cvsroot/ggt/GGT/modules/GMTL/python In directory sc8-pr-cvs1:/tmp/cvs-serv10412 Log Message: Initial import of the Python bindings for GMTL (PyGMTL). These are being migrated here from the PyJuggler project since this is where they really belong in the long run. Once Ben makes a way to build this code, the relevant bits will be removed from PyJuggler permanently. Status: Vendor Tag: PATRICK Release Tags: PYGMTL_INIT N GGT/modules/GMTL/python/src/gmtl-wrappers.h N GGT/modules/GMTL/python/src/gmtl-intersect-wrappers.h N GGT/modules/GMTL/python/src/gmtl-getData-wrappers.h N GGT/modules/GMTL/python/src/gmtl-functions.h N GGT/modules/GMTL/python/src/gmtl/_Matrix_float_4_4.cpp N GGT/modules/GMTL/python/src/gmtl/_VecBase_double_4.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_float_4_gmtl_Quat_float.cpp N GGT/modules/GMTL/python/src/gmtl/_gmtl_Defines_h.cpp N GGT/modules/GMTL/python/src/gmtl/_Sphere_float.cpp N GGT/modules/GMTL/python/src/gmtl/_Sphere_double.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_double_3_gmtl_AxisAngle_double.cpp N GGT/modules/GMTL/python/src/gmtl/_AxisAngle_double.cpp N GGT/modules/GMTL/python/src/gmtl/_Tri_int.cpp N GGT/modules/GMTL/python/src/gmtl/_Vec_double_3.cpp N GGT/modules/GMTL/python/src/gmtl/_VecBase_int_2.cpp N GGT/modules/GMTL/python/src/gmtl/_Ray_float.cpp N GGT/modules/GMTL/python/src/gmtl/_VecBase_double_3.cpp N GGT/modules/GMTL/python/src/gmtl/_EulerAngle_float_gmtl_ZYX.cpp N GGT/modules/GMTL/python/src/gmtl/_Plane_double.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_double_3_gmtl_EulerAngle_double_gmtl_ZXY.cpp N GGT/modules/GMTL/python/src/gmtl/_AxisAngle_float.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_double_3_gmtl_EulerAngle_double_gmtl_ZYX.cpp N GGT/modules/GMTL/python/src/gmtl/_Ray_double.cpp N GGT/modules/GMTL/python/src/gmtl/_AABox_float.cpp N GGT/modules/GMTL/python/src/gmtl/_Quat_double.cpp N GGT/modules/GMTL/python/src/gmtl/gmtl.cpp N GGT/modules/GMTL/python/src/gmtl/_VecBase_int_4.cpp N GGT/modules/GMTL/python/src/gmtl/_Quat_float.cpp N GGT/modules/GMTL/python/src/gmtl/_Matrix_float_3_3.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_double_3_gmtl_Quat_double.cpp N GGT/modules/GMTL/python/src/gmtl/_Vec_float_4.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_double_4_gmtl_AxisAngle_double.cpp N GGT/modules/GMTL/python/src/gmtl/_Point_float_2.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_double_4_gmtl_EulerAngle_double_gmtl_XYZ.cpp N GGT/modules/GMTL/python/src/gmtl/_Point_float_3.cpp N GGT/modules/GMTL/python/src/gmtl/_Point_int_2.cpp N GGT/modules/GMTL/python/src/gmtl/_Tri_float.cpp N GGT/modules/GMTL/python/src/gmtl/_Vec_int_3.cpp N GGT/modules/GMTL/python/src/gmtl/_VecBase_float_2.cpp N GGT/modules/GMTL/python/src/gmtl/_EulerAngle_float_gmtl_ZXY.cpp N GGT/modules/GMTL/python/src/gmtl/_gmtl_functions_h.cpp N GGT/modules/GMTL/python/src/gmtl/_VecBase_double_2.cpp N GGT/modules/GMTL/python/src/gmtl/_VecBase_float_4.cpp N GGT/modules/GMTL/python/src/gmtl/_Vec_double_4.cpp N GGT/modules/GMTL/python/src/gmtl/_VecBase_int_3.cpp N GGT/modules/GMTL/python/src/gmtl/_Point_int_3.cpp N GGT/modules/GMTL/python/src/gmtl/_EulerAngle_float_gmtl_XYZ.cpp N GGT/modules/GMTL/python/src/gmtl/_Plane_float.cpp N GGT/modules/GMTL/python/src/gmtl/_Tri_double.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_double_4_gmtl_EulerAngle_double_gmtl_ZXY.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_double_4_gmtl_EulerAngle_double_gmtl_ZYX.cpp N GGT/modules/GMTL/python/src/gmtl/_gmtl_wrappers_h.cpp N GGT/modules/GMTL/python/src/gmtl/_LineSeg_double.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_double_4_gmtl_Quat_double.cpp N GGT/modules/GMTL/python/src/gmtl/_LineSeg_float.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_float_3_gmtl_AxisAngle_float.cpp N GGT/modules/GMTL/python/src/gmtl/_gmtl_Math_h.cpp N GGT/modules/GMTL/python/src/gmtl/_Vec_float_3.cpp N GGT/modules/GMTL/python/src/gmtl/_VecBase_float_3.cpp N GGT/modules/GMTL/python/src/gmtl/_AABox_double.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_float_3_gmtl_EulerAngle_float_gmtl_XYZ.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_double_3_gmtl_EulerAngle_double_gmtl_XYZ.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_float_3_gmtl_EulerAngle_float_gmtl_ZXY.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_float_3_gmtl_EulerAngle_float_gmtl_ZYX.cpp N GGT/modules/GMTL/python/src/gmtl/_gmtl_intersect_wrappers_h.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_float_3_gmtl_Quat_float.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_float_4_gmtl_AxisAngle_float.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_float_4_gmtl_EulerAngle_float_gmtl_ZYX.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_float_4_gmtl_EulerAngle_float_gmtl_XYZ.cpp N GGT/modules/GMTL/python/src/gmtl/_Coord_gmtl_Vec_float_4_gmtl_EulerAngle_float_gmtl_ZXY.cpp N GGT/modules/GMTL/python/pyste/gmtl.pyste N GGT/modules/GMTL/python/test/gmtl-test.py No conflicts created by this import |
|
From: Kevin M. <sub...@us...> - 2003-05-17 21:57:55
|
subatomic 2003/05/17 14:57:54 PDT
Modified files:
modules/GMTL/gmtl Generate.h
Log:
added a setOrtho method
Revision Changes Path
1.79 +32 -2 GGT/modules/GMTL/gmtl/Generate.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Generate.h.diff?r1=1.78&r2=1.79&diff_format=l
|
|
From: Justin H. <ja...@us...> - 2003-05-16 19:39:45
|
jahare 2003/05/16 12:39:44 PDT
Modified files:
modules/GMTL/gmtl Math.h
Log:
Added TWO_PI constant (6.283...)
Revision Changes Path
1.36 +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.35&r2=1.36&diff_format=l
|
|
From: Kevin M. <sub...@us...> - 2003-05-15 17:59:42
|
subatomic 2003/05/15 09:53:15 PDT
Modified files:
modules/GMTL/Test/TestSuite/TestCases IntersectionTest.cpp
Log:
make this compile
Revision Changes Path
1.8 +4 -4 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.7&r2=1.8&diff_format=l
|
|
From: Kevin M. <sub...@us...> - 2003-05-15 16:57:55
|
subatomic 2003/05/15 09:57:47 PDT
Modified files:
modules/GMTL/Test/TestSuite/TestCases PlaneTest.h
Log:
hook up cppunit function proto
New feature:
Refactoring:
Bug fixed:
Revision Changes Path
1.24 +1 -1 GGT/modules/GMTL/Test/TestSuite/TestCases/PlaneTest.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/PlaneTest.h.diff?r1=1.23&r2=1.24&diff_format=l
|
|
From: Kevin M. <sub...@us...> - 2003-05-15 16:56:48
|
subatomic 2003/05/15 09:56:35 PDT
Modified files:
modules/GMTL/Test/TestSuite/TestCases PlaneTest.h
Log:
added testReflect function proto
Revision Changes Path
1.23 +4 -2 GGT/modules/GMTL/Test/TestSuite/TestCases/PlaneTest.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/PlaneTest.h.diff?r1=1.22&r2=1.23&diff_format=l
|
|
From: Kevin M. <sub...@us...> - 2003-05-15 16:54:46
|
subatomic 2003/05/15 09:54:45 PDT
Modified files:
modules/GMTL/Test/TestSuite/TestCases IntersectionTest.h
Log:
add function proto
Revision Changes Path
1.14 +5 -2 GGT/modules/GMTL/Test/TestSuite/TestCases/IntersectionTest.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/IntersectionTest.h.diff?r1=1.13&r2=1.14&diff_format=l
|