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: Justin H. <ja...@us...> - 2003-02-25 20:13:55
|
jahare 2003/02/25 12:13:54 PST
Modified files:
modules/GMTL/docs/faq gmtlfaq.doxygen
Log:
Finished off matrix questions
Answered some vector questions, added many vector questions
Revision Changes Path
1.4 +96 -12 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.3&r2=1.4&diff_format=l
|
|
From: Allen B. <al...@us...> - 2003-02-25 05:18:47
|
allenb 2003/02/24 21:18:47 PST
Modified files:
modules/GMTL/Test/TestSuite/TestCases MatrixClassTest.cpp
Log:
- Updated to new Matrix::op[] behavior.
- Fixed potential bugs in test suite where indentity matrices were used.
- Used novel concepts of op== and loops to dramatically simplify and shorten the code.
Revision Changes Path
1.6 +149 -473 GGT/modules/GMTL/Test/TestSuite/TestCases/MatrixClassTest.cpp
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/MatrixClassTest.cpp.diff?r1=1.5&r2=1.6&diff_format=l
|
|
From: Allen B. <al...@us...> - 2003-02-25 05:17:01
|
allenb 2003/02/24 21:17:00 PST
Modified files:
modules/GMTL ChangeLog
modules/GMTL/gmtl Matrix.h MatrixOps.h
Log:
Changed Matrix::op[] to allow element access in row, column form.
To access the matrix elements directly, you must now use Matrix::mData[elt].
Revision Changes Path
1.66 +3 -0 GGT/modules/GMTL/ChangeLog
1.25 +31 -6 GGT/modules/GMTL/gmtl/Matrix.h
1.28 +8 -8 GGT/modules/GMTL/gmtl/MatrixOps.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.65&r2=1.66&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Matrix.h.diff?r1=1.24&r2=1.25&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/MatrixOps.h.diff?r1=1.27&r2=1.28&diff_format=l
|
|
From: Allen B. <al...@us...> - 2003-02-25 04:41:34
|
allenb 2003/02/24 20:41:33 PST
Modified files:
modules/GMTL/Test SConscript
Log:
Set duplicate build dir argument to false.
Anyone that sets this to true and allows copies of the source files to made in the build directory needs to suffer a most horrible fate (probably
something like repetitively editing a source file that is not the actually one being used). This also makes the compile tools behave much better since
they won't come up with errors in file that are NOT EVEN THE SOURCE FILES USED IN THE BUILD.
Revision Changes Path
1.2 +1 -1 GGT/modules/GMTL/Test/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/SConscript.diff?r1=1.1&r2=1.2&diff_format=l
|
|
From: Justin H. <ja...@us...> - 2003-02-25 01:39:15
|
jahare 2003/02/24 17:39:12 PST
Modified files:
modules/GMTL/docs/faq gmtlfaq.doxygen
Log:
Answered a bunch of existing matrix-related questions and added more.
Revision Changes Path
1.3 +167 -5 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.2&r2=1.3&diff_format=l
|
|
From: Justin H. <ja...@us...> - 2003-02-24 20:12:42
|
jahare 2003/02/24 12:12:41 PST
Modified files:
modules/GMTL/docs/faq gmtlfaq.doxygen
Log:
Answered questions about the conceptual data types of GMTL.
Revision Changes Path
1.2 +79 -10 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.1&r2=1.2&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-02-23 20:22:22
|
nonchocoboy 2003/02/23 12:22:20 PST
Modified files:
modules/GMTL/gmtl gmtl.h
Log:
Removed headers that have not yet been templatized yet.
Revision Changes Path
1.7 +3 -6 GGT/modules/GMTL/gmtl/gmtl.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/gmtl.h.diff?r1=1.6&r2=1.7&diff_format=l
|
|
From: Kevin M. <sub...@us...> - 2003-02-23 16:47:08
|
subatomic 2003/02/23 08:47:04 PST
Modified files:
modules/GMTL/Test/TestSuite SConscript
Log:
fix this file to work under win32.
GetPlatform needed ()'s, it was always returning true since it was
evaluating the func pointer instead of the func return param.
Revision Changes Path
1.7 +1 -1 GGT/modules/GMTL/Test/TestSuite/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/SConscript.diff?r1=1.6&r2=1.7&diff_format=l
|
|
From: Kevin M. <sub...@us...> - 2003-02-23 16:38:18
|
subatomic 2003/02/23 08:38:17 PST
Modified files:
modules/GMTL/Test/TestSuite gmtl_metrics.txt
Log:
mantis stats.
Revision Changes Path
1.105 +16 -0 GGT/modules/GMTL/Test/TestSuite/gmtl_metrics.txt
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/gmtl_metrics.txt.diff?r1=1.104&r2=1.105&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-02-23 07:31:51
|
nonchocoboy 2003/02/22 23:31:50 PST
Modified files:
modules/GMTL ChangeLog
Log:
Noted addition of gmtl.h
Revision Changes Path
1.65 +1 -0 GGT/modules/GMTL/ChangeLog
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.64&r2=1.65&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-02-23 07:27:58
|
nonchocoboy 2003/02/22 23:27:58 PST
Modified files:
modules/GMTL/gmtl gmtl.h
Log:
Since the gmtl.h is unused and I'm tired of being asked "What file do I need to
include to get feature X?", this file can now be used to include all the GMTL
headers you could possibly want. While useful to new users, including this
header will probably kill your compile times.
Approved by: Chad Austin <ae...@us...>
Reviewed by: Chad Austin <ae...@us...>
Nagged by: Chad Austin <ae...@us...>
He made me do it: Chad Austin <ae...@us...>
Revision Changes Path
1.6 +69 -3 GGT/modules/GMTL/gmtl/gmtl.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/gmtl.h.diff?r1=1.5&r2=1.6&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-02-23 07:16:50
|
nonchocoboy 2003/02/22 23:16:49 PST
Modified files:
modules/GMTL/gmtl Ray.h
Log:
Made this no longer executable (because win32 is evil). No changes to the
file.
Revision Changes Path
1.2 +2 -2 GGT/modules/GMTL/gmtl/Ray.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Ray.h.diff?r1=1.1&r2=1.2&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-02-23 06:53:53
|
nonchocoboy 2003/02/22 22:53:52 PST
Modified files:
modules/GMTL ChangeLog
modules/GMTL/Test/TestSuite/TestCases MathTest.cpp MathTest.h
modules/GMTL/gmtl Math.h
Log:
Bug fixed: gmtl::Math::sign() would only take an integer argument.
Math::sign() now takes a templated argument and returns an integer.
Revision Changes Path
1.64 +1 -0 GGT/modules/GMTL/ChangeLog
1.2 +31 -3 GGT/modules/GMTL/Test/TestSuite/TestCases/MathTest.cpp
1.8 +6 -2 GGT/modules/GMTL/Test/TestSuite/TestCases/MathTest.h
1.35 +18 -4 GGT/modules/GMTL/gmtl/Math.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.63&r2=1.64&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/MathTest.cpp.diff?r1=1.1&r2=1.2&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/TestCases/MathTest.h.diff?r1=1.7&r2=1.8&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Math.h.diff?r1=1.34&r2=1.35&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-02-23 06:52:17
|
nonchocoboy 2003/02/22 22:52:16 PST
Modified files:
modules/GMTL SConstruct
Log:
If g++3 doesn't exist, use g++ so that RedHat 8.0 systems work.
Revision Changes Path
1.10 +2 -2 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.9&r2=1.10&diff_format=l
|
|
From: Justin H. <ja...@us...> - 2003-02-22 19:30:36
|
jahare 2003/02/22 11:30:35 PST
Added files:
modules/GMTL/docs/faq gmtlfaq.doxygen
Log:
GMTL FAQ Initial commit. Only contains an outline and some questions.
Revision Changes Path
1.1 +73 -0 GGT/modules/GMTL/docs/faq/gmtlfaq.doxygen (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/docs/faq/gmtlfaq.doxygen?rev=1.1&content-type=text/plain
|
|
From: Allen B. <al...@us...> - 2003-02-21 21:21:21
|
allenb 2003/02/21 13:21:21 PST
Modified files:
modules/GMTL ChangeLog
modules/GMTL/gmtl Generate.h Matrix.h
Log:
Bug fixed: setDirCos and makeDirCos computed the incorrect matrix
This fixes a bug where the direction cosine code was incorrectly computing the matrix. It computed the inverse of the correct matrix.
This change also adds a test that checks for correct behavior of this method and removes a previous test that is invalid since it just checked
to see that the (faulty) implementation did exactly what the implementation did. (ie. it didn't actually test for behavior, it just tested the
implementation).
CVS: ----------------------------------------------------------------------
Revision Changes Path
1.63 +3 -0 GGT/modules/GMTL/ChangeLog
1.66 +20 -12 GGT/modules/GMTL/gmtl/Generate.h
1.24 +3 -2 GGT/modules/GMTL/gmtl/Matrix.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.62&r2=1.63&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Generate.h.diff?r1=1.65&r2=1.66&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/gmtl/Matrix.h.diff?r1=1.23&r2=1.24&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-02-07 06:24:35
|
nonchocoboy 2003/02/06 22:24:34 PST
Modified files:
modules/GMTL SConstruct
Log:
It appears that cppunit is installed to /usr/local by default ...
Revision Changes Path
1.9 +1 -1 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.8&r2=1.9&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-02-07 06:15:15
|
nonchocoboy 2003/02/06 22:15:14 PST
Modified files:
modules/GMTL/Test/TestSuite SConscript
Log:
Don't link with dl in win32.
Revision Changes Path
1.6 +5 -2 GGT/modules/GMTL/Test/TestSuite/SConscript
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/Test/TestSuite/SConscript.diff?r1=1.5&r2=1.6&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-02-07 05:26:43
|
nonchocoboy 2003/02/06 21:26:42 PST
Modified files:
modules/GMTL SConstruct
Log:
Use a default environment on Win32.
Revision Changes Path
1.8 +3 -0 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.7&r2=1.8&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-02-07 01:30:22
|
nonchocoboy 2003/02/06 17:30:20 PST
Modified files:
modules/GMTL ChangeLog
Log:
Noted the change in the build system.
Revision Changes Path
1.62 +1 -0 GGT/modules/GMTL/ChangeLog
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/ChangeLog.diff?r1=1.61&r2=1.62&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-02-07 01:29:58
|
nonchocoboy 2003/02/06 17:29:56 PST
Modified files:
modules/GMTL SConstruct
Log:
Set up the install target correctly.
Revision Changes Path
1.7 +2 -0 GGT/modules/GMTL/SConstruct
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.6&r2=1.7&diff_format=l
|
|
From: Ben S. <non...@us...> - 2003-02-07 01:26:01
|
nonchocoboy 2003/02/06 17:26:00 PST
Added files:
modules/GMTL/tools/build AutoDist.py
Log:
Missed this file in the last commit.
Revision Changes Path
1.1 +431 -0 GGT/modules/GMTL/tools/build/AutoDist.py (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/tools/build/AutoDist.py?rev=1.1&content-type=text/plain
|