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: Kevin M. <sub...@us...> - 2002-05-05 20:37:14
|
subatomic 2002/05/05 13:37:14 PDT
Added files:
. setupRepos.gmtl
Log:
for those of you woh don't like to download tons of stuff to just use
gmtl...
Revision Changes Path
1.1 +2 -0 GGT/setupRepos.gmtl (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/setupRepos.gmtl?rev=1.1&content-type=text/plain
|
|
From: Kevin M. <sub...@us...> - 2002-05-05 20:34:57
|
subatomic 2002/05/05 13:34:55 PDT
Modified files:
. deps.esrc
Log:
be anonymous...
Revision Changes Path
1.8 +3 -13 GGT/deps.esrc
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/deps.esrc.diff?r1=1.7&r2=1.8&diff_format=l
|
|
From: Kevin M. <sub...@us...> - 2002-05-05 19:58:55
|
subatomic 2002/05/05 12:58:54 PDT
Modified files:
modules/GMTL/gmtl Generate.h
Log:
added the todo... (this is slightly bad)
I was calling makeTrans<Matrix44f>() with a Vec3f...
/** Create a translation matrix from a vec
* @todo in .net vc7 you have to explicitly give SIZE.
* This is not what we want.
*/
template< typename MATRIX_TYPE, unsigned SIZE >
inline MATRIX_TYPE makeTrans( const Vec<typename
MATRIX_TYPE::DataType, SIZE>& trans, Type2Type< MATRIX_TYPE > t =
Type2Type< MATRIX_TYPE >() )
Revision Changes Path
1.46 +3 -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.45&r2=1.46&diff_format=l
|
|
From: Kevin M. <sub...@us...> - 2002-05-05 19:41:37
|
subatomic 2002/05/05 12:41:36 PDT
Modified files:
modules/GMTL/gmtl QuatOps.h
Log:
added postmult *= for quat (uses mult)
Revision Changes Path
1.15 +12 -2 GGT/modules/GMTL/gmtl/QuatOps.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/QuatOps.h.diff?r1=1.14&r2=1.15&diff_format=l
|
|
From: Kevin M. <sub...@us...> - 2002-05-05 19:41:02
|
subatomic 2002/05/05 12:41:01 PDT
Modified files:
modules/GMTL/gmtl Generate.h
Log:
added makeTranspose for matrix
Revision Changes Path
1.45 +11 -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.44&r2=1.45&diff_format=l
|
|
From: Kevin M. <sub...@us...> - 2002-05-05 19:30:15
|
subatomic 2002/05/05 12:30:14 PDT
Modified files:
modules/GMTL/gmtl QuatOps.h
Log:
+ += and - -= shouldn't be scalar. * *= and / /= should be
Revision Changes Path
1.14 +29 -15 GGT/modules/GMTL/gmtl/QuatOps.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/QuatOps.h.diff?r1=1.13&r2=1.14&diff_format=l
|
|
From: Kevin M. <sub...@us...> - 2002-05-05 19:21:30
|
subatomic 2002/05/05 12:21:29 PDT
Modified files:
modules/GMTL/gmtl QuatOps.h
Log:
added * / + - *= += -= /=
quat,scalar ops.
these reuse the existing add/sub/div/mult quat,scalar funcs.
Revision Changes Path
1.13 +86 -2 GGT/modules/GMTL/gmtl/QuatOps.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/QuatOps.h.diff?r1=1.12&r2=1.13&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2002-05-04 15:37:31
|
patrickh 2002/05/04 08:37:30 PDT
Modified files:
modules/GMTL Makefile.in
Log:
Added a hack to get gmtl-config installed into $(instlinks)/bin properly.
Revision Changes Path
1.6 +9 -2 GGT/modules/GMTL/Makefile.in
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Makefile.in.diff?r1=1.5&r2=1.6&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2002-05-04 15:25:16
|
patrickh 2002/05/04 08:25:15 PDT
Modified files:
macros gmtl.m4
Log:
Spell echo correctly.
Revision Changes Path
1.6 +3 -3 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.5&r2=1.6&diff_format=l
|
|
From: Allen B. <al...@us...> - 2002-04-26 20:26:28
|
allenb 2002/04/26 13:26:26 PDT
Modified files:
modules/GMTL/docs/programmer.guide guide.xml
Log:
Additions and some minor clarifications to the document.
Revision Changes Path
1.2 +375 -367 GGT/modules/GMTL/docs/programmer.guide/guide.xml
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/docs/programmer.guide/guide.xml.diff?r1=1.1&r2=1.2&diff_format=l
|
|
From: Ben S. <non...@us...> - 2002-04-25 23:43:23
|
nonchocoboy 2002/04/25 16:43:23 PDT
Modified files:
modules/GMTL/gmtl Vec.h
Log:
Doxygenized Vec.
Revision Changes Path
1.6 +26 -7 GGT/modules/GMTL/gmtl/Vec.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Vec.h.diff?r1=1.5&r2=1.6&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2002-04-24 16:21:51
|
patrickh 2002/04/24 09:21:49 PDT
Modified files:
modules/GMTL Makefile.in
Log:
When building a release as part of the global Juggler build, we have
to make developer links so that subsequent modules get the files they
need.
Revision Changes Path
1.5 +5 -2 GGT/modules/GMTL/Makefile.in
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Makefile.in.diff?r1=1.4&r2=1.5&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2002-04-24 15:29:57
|
patrickh 2002/04/24 08:29:56 PDT
Modified files:
modules/GMTL Makefile.in
Log:
Instead of making symlinks, re-use the 'install' target by setting the
prefix to $(instlinks). This will work on Win32 and UNIX without any
special code. The 'release' target now installs the change log.
Revision Changes Path
1.4 +13 -11 GGT/modules/GMTL/Makefile.in
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Makefile.in.diff?r1=1.3&r2=1.4&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2002-04-24 15:24:55
|
patrickh 2002/04/24 08:24:54 PDT
Modified files:
modules/GMTL Makefile.in
Log:
Hack an install target for the time being. I know a better way to do this,
but not without getting some Perl code from the VR Juggler source tree.
Revision Changes Path
1.3 +9 -3 GGT/modules/GMTL/Makefile.in
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Makefile.in.diff?r1=1.2&r2=1.3&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2002-04-24 15:12:15
|
patrickh 2002/04/24 08:12:12 PDT
Modified files:
modules/GMTL Makefile.in configure.in
Log:
Added targets that get this module to work better in the VR Juggler
global build. The key change is the addition of a 'links' target.
Revision Changes Path
1.2 +36 -3 GGT/modules/GMTL/Makefile.in
1.2 +14 -4 GGT/modules/GMTL/configure.in
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Makefile.in.diff?r1=1.1&r2=1.2&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/configure.in.diff?r1=1.1&r2=1.2&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2002-04-24 15:10:55
|
patrickh 2002/04/24 08:10:53 PDT
Modified files:
macros gmtl.m4
Log:
Use the new gmtl-config script to get compiler arguments for using
GMTL. The --with-gmtl-include argument has been replaced with
--with-gmtl-prefix and --with-gmtl-exec-prefix (which can be used
to specify the path to gmtl-config).
Revision Changes Path
1.5 +47 -29 GGT/macros/gmtl.m4
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/macros/gmtl.m4.diff?r1=1.4&r2=1.5&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2002-04-24 14:56:53
|
patrickh 2002/04/24 07:56:52 PDT
Modified files:
modules/GMTL gmtl-config.in
Log:
Fixed what could have become a bug with the paths to extra include
directories.
Revision Changes Path
1.2 +10 -10 GGT/modules/GMTL/gmtl-config.in
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl-config.in.diff?r1=1.1&r2=1.2&diff_format=l
|
|
From: Kevin M. <sub...@us...> - 2002-04-23 22:23:02
|
subatomic 2002/04/23 15:23:01 PDT
Modified files:
modules/GMTL/docs Makefile
Log:
cleaned up the usage block
Revision Changes Path
1.3 +16 -13 GGT/modules/GMTL/docs/Makefile
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/docs/Makefile.diff?r1=1.2&r2=1.3&diff_format=l
|
|
From: Kevin M. <sub...@us...> - 2002-04-23 22:19:20
|
subatomic 2002/04/23 15:19:19 PDT
Modified files:
modules/GMTL/docs Makefile
Added files:
modules/GMTL/docs gmtl.man.doxy
Log:
added all target (does man page)
added default target (does everything but the manpage, html and prog guide)
added ref target (for building just the html reference manual)
added man page target (reference in man format)
added clean target (remove everything that was built.
added usage target (tells you the targets)
added guide target (for building the programmer guide)
added guide-html target
added guide-txt target
added guide-pdf target
Revision Changes Path
1.2 +30 -1 GGT/modules/GMTL/docs/Makefile
1.1 +808 -0 GGT/modules/GMTL/docs/gmtl.man.doxy (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/docs/Makefile.diff?r1=1.1&r2=1.2&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/docs/gmtl.man.doxy?rev=1.1&content-type=text/plain
|
|
From: Kevin M. <sub...@us...> - 2002-04-23 22:06:12
|
subatomic 2002/04/23 15:06:07 PDT
Modified files:
modules/GMTL/docs/programmer.guide Makefile
Added files:
modules/GMTL/docs Makefile docbook.mk
Removed files:
modules/GMTL/docs/programmer.guide docbook.mk
Log:
documentation build sys...
Revision Changes Path
1.1 +2 -0 GGT/modules/GMTL/docs/Makefile (new)
1.1 +304 -0 GGT/modules/GMTL/docs/docbook.mk (new)
1.2 +2 -2 GGT/modules/GMTL/docs/programmer.guide/Makefile
1.2 +0 -191 GGT/modules/GMTL/docs/programmer.guide/docbook.mk (dead)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/docs/Makefile?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/docs/docbook.mk?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/docs/programmer.guide/Makefile.diff?r1=1.1&r2=1.2&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/docs/programmer.guide/docbook.mk?rev=&content-type=text/plain
|
|
From: Kevin M. <sub...@us...> - 2002-04-23 22:01:21
|
subatomic 2002/04/23 15:01:19 PDT
Added files:
modules/GMTL/docs/programmer.guide Makefile docbook.mk
guide.xml
Log:
wrote a programmer guide for GMTL.
Revision Changes Path
1.1 +32 -0 GGT/modules/GMTL/docs/programmer.guide/Makefile (new)
1.1 +191 -0 GGT/modules/GMTL/docs/programmer.guide/docbook.mk (new)
1.1 +511 -0 GGT/modules/GMTL/docs/programmer.guide/guide.xml (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/docs/programmer.guide/Makefile?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/docs/programmer.guide/docbook.mk?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/docs/programmer.guide/guide.xml?rev=1.1&content-type=text/plain
|
|
From: Patrick H. <pat...@us...> - 2002-04-23 19:10:11
|
patrickh 2002/04/23 12:10:09 PDT
Modified files:
modules/GMTL/gmtl Matrix.h
Log:
Fix for Win32 compiling.
Approved by: allenb
Revision Changes Path
1.17 +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.16&r2=1.17&diff_format=l
|
|
From: Patrick H. <pat...@us...> - 2002-04-23 19:09:41
|
patrickh 2002/04/23 12:09:39 PDT
Modified files:
modules/GMTL/gmtl Math.h
Log:
Use a more portable random number generator function. drand48() is
considered obsolete anyway.
Approved by: allenb
Revision Changes Path
1.24 +3 -6 GGT/modules/GMTL/gmtl/Math.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Math.h.diff?r1=1.23&r2=1.24&diff_format=l
|
|
From: Ben S. <non...@us...> - 2002-04-22 18:17:49
|
nonchocoboy 2002/04/22 11:17:48 PDT
Modified files:
modules/GMTL/gmtl VecBase.h
Log:
Doxygenized this puppy.
Revision Changes Path
1.7 +61 -10 GGT/modules/GMTL/gmtl/VecBase.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/VecBase.h.diff?r1=1.6&r2=1.7&diff_format=l
|
|
From: Ben S. <non...@us...> - 2002-04-22 18:17:15
|
nonchocoboy 2002/04/22 11:17:14 PDT
Modified files:
modules/GMTL/docs gmtl.doxy
Log:
Turned on support for distributing group comments so that we can comment
one function in the group and they all get the same comment.
Revision Changes Path
1.2 +1 -1 GGT/modules/GMTL/docs/gmtl.doxy
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/docs/gmtl.doxy.diff?r1=1.1&r2=1.2&diff_format=l
|