You can subscribe to this list here.
2006 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(45) |
Nov
(4) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2007 |
Jan
(2) |
Feb
(1) |
Mar
(15) |
Apr
(7) |
May
(1) |
Jun
(9) |
Jul
(4) |
Aug
(15) |
Sep
(2) |
Oct
|
Nov
(4) |
Dec
|
2008 |
Jan
(3) |
Feb
(7) |
Mar
|
Apr
(4) |
May
|
Jun
(4) |
Jul
(55) |
Aug
(6) |
Sep
(6) |
Oct
(3) |
Nov
(4) |
Dec
(1) |
2009 |
Jan
(6) |
Feb
(2) |
Mar
(3) |
Apr
(2) |
May
(11) |
Jun
(7) |
Jul
(6) |
Aug
(6) |
Sep
(1) |
Oct
(1) |
Nov
(7) |
Dec
|
2010 |
Jan
(5) |
Feb
(2) |
Mar
(19) |
Apr
(8) |
May
(2) |
Jun
(6) |
Jul
(1) |
Aug
(3) |
Sep
|
Oct
(38) |
Nov
(47) |
Dec
(18) |
2011 |
Jan
(5) |
Feb
(3) |
Mar
(14) |
Apr
(14) |
May
(16) |
Jun
(4) |
Jul
|
Aug
(6) |
Sep
(48) |
Oct
(17) |
Nov
(13) |
Dec
(22) |
2012 |
Jan
(5) |
Feb
(25) |
Mar
(35) |
Apr
(13) |
May
(2) |
Jun
(12) |
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: <l3...@us...> - 2008-08-25 17:54:28
|
Revision: 188 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=188&view=rev Author: l3m Date: 2008-08-25 17:54:36 +0000 (Mon, 25 Aug 2008) Log Message: ----------- fixed a bug reported from a user in sf.net, in the rotate( angle, vec3 ) function. Modified Paths: -------------- trunk/include/vmmlib/lapack_linear_least_squares.hpp trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/matrix4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-31 16:17:25
|
Revision: 187 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=187&view=rev Author: l3m Date: 2008-07-31 16:17:34 +0000 (Thu, 31 Jul 2008) Log Message: ----------- minor fixes Modified Paths: -------------- trunk/include/vmmlib/jacobiSolver.hpp trunk/include/vmmlib/lapack_linear_least_squares.hpp trunk/include/vmmlib/matrix_functors.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-31 14:09:59
|
Revision: 186 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=186&view=rev Author: l3m Date: 2008-07-31 14:10:05 +0000 (Thu, 31 Jul 2008) Log Message: ----------- fixed two bad bugs in matrix inversion code Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/quaternion.hpp trunk/include/vmmlib/vector.hpp trunk/tests/matrix_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-31 10:05:12
|
Revision: 185 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=185&view=rev Author: l3m Date: 2008-07-31 10:05:19 +0000 (Thu, 31 Jul 2008) Log Message: ----------- added __attribute__((alignment(16))) to vector, matrix and quaternion classes on philips request, for SSE support.. Modified Paths: -------------- trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/quaternion.hpp trunk/include/vmmlib/vector.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-29 16:20:50
|
Revision: 184 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=184&view=rev Author: l3m Date: 2008-07-29 16:20:59 +0000 (Tue, 29 Jul 2008) Log Message: ----------- added xGELS wrapper in lapack_linear_least_squares... Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/lapack_linear_least_squares.hpp trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/matrix3.h trunk/include/vmmlib/matrix4.h trunk/include/vmmlib/stringUtils.h trunk/include/vmmlib/stringUtils.hpp trunk/include/vmmlib/vector2.h trunk/include/vmmlib/vector3.h trunk/include/vmmlib/vector4.h trunk/tests/lapack_linear_least_squares_test.cpp trunk/tests/vmmlib_unit_tests_main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-29 14:10:20
|
Revision: 183 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=183&view=rev Author: l3m Date: 2008-07-29 14:10:28 +0000 (Tue, 29 Jul 2008) Log Message: ----------- removed vmmlib_ prefix from lapack filenames, misc Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/vector.hpp trunk/tests/svd_lapack_vs_old.cpp trunk/tests/vmmlib_lapack_main.cpp Added Paths: ----------- trunk/include/vmmlib/lapack.hpp trunk/include/vmmlib/lapack_linear_least_squares.hpp trunk/include/vmmlib/lapack_svd.hpp trunk/include/vmmlib/stringUtils.hpp trunk/tests/lapack_linear_least_squares_test.cpp trunk/tests/lapack_linear_least_squares_test.hpp trunk/tests/lapack_svd_test.cpp trunk/tests/lapack_svd_test.hpp Removed Paths: ------------- trunk/include/vmmlib/vmmlib_lapack.hpp trunk/include/vmmlib/vmmlib_lapack_linear_least_squares.hpp trunk/include/vmmlib/vmmlib_lapack_svd.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-29 10:11:51
|
Revision: 182 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=182&view=rev Author: l3m Date: 2008-07-29 10:12:00 +0000 (Tue, 29 Jul 2008) Log Message: ----------- point plane/sphere stuff now actually compiles :) Modified Paths: -------------- trunk/include/vmmlib/vector.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-29 10:09:35
|
Revision: 181 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=181&view=rev Author: l3m Date: 2008-07-29 10:09:44 +0000 (Tue, 29 Jul 2008) Log Message: ----------- added projectPoint for Plane and Sphere functions to vector Modified Paths: -------------- trunk/include/vmmlib/vector.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-29 09:39:35
|
Revision: 180 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=180&view=rev Author: l3m Date: 2008-07-29 09:39:43 +0000 (Tue, 29 Jul 2008) Log Message: ----------- added getNormalized() to vector Modified Paths: -------------- trunk/include/vmmlib/vector.hpp trunk/tests/vector_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-29 09:34:20
|
Revision: 179 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=179&view=rev Author: l3m Date: 2008-07-29 09:34:29 +0000 (Tue, 29 Jul 2008) Log Message: ----------- added getString function to matrix Modified Paths: -------------- trunk/include/vmmlib/matrix.hpp trunk/tests/matrix_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-28 20:21:41
|
Revision: 178 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=178&view=rev Author: l3m Date: 2008-07-28 20:21:49 +0000 (Mon, 28 Jul 2008) Log Message: ----------- added setSubMatrix Modified Paths: -------------- trunk/include/vmmlib/matrix.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-28 20:17:36
|
Revision: 177 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=177&view=rev Author: l3m Date: 2008-07-28 20:17:43 +0000 (Mon, 28 Jul 2008) Log Message: ----------- fixed bug (forgot actually returning translation in getTranslation() ) Modified Paths: -------------- trunk/include/vmmlib/matrix.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-28 20:15:56
|
Revision: 176 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=176&view=rev Author: l3m Date: 2008-07-28 20:16:05 +0000 (Mon, 28 Jul 2008) Log Message: ----------- commented typedefs in new frustum* out, ... Modified Paths: -------------- trunk/include/vmmlib/frustum.hpp trunk/include/vmmlib/frustumCuller.hpp trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/vector.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-28 19:23:35
|
Revision: 175 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=175&view=rev Author: l3m Date: 2008-07-28 19:23:45 +0000 (Mon, 28 Jul 2008) Log Message: ----------- added set( string ) and set( std::vector< string > ) methods to matrix Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/exception.hpp trunk/include/vmmlib/matrix.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-28 18:41:53
|
Revision: 174 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=174&view=rev Author: l3m Date: 2008-07-28 18:42:02 +0000 (Mon, 28 Jul 2008) Log Message: ----------- fixed bug: used abs instead of fabs in matrix< M, N, ... > Modified Paths: -------------- trunk/include/vmmlib/matrix.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-28 17:55:25
|
Revision: 173 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=173&view=rev Author: l3m Date: 2008-07-28 17:55:33 +0000 (Mon, 28 Jul 2008) Log Message: ----------- added invert() function to vector Modified Paths: -------------- trunk/include/vmmlib/vector.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-28 17:46:29
|
Revision: 172 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=172&view=rev Author: l3m Date: 2008-07-28 17:46:38 +0000 (Mon, 28 Jul 2008) Log Message: ----------- fixed bug which lead to abiguity in operator* Modified Paths: -------------- trunk/include/vmmlib/matrix.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-28 17:34:21
|
Revision: 171 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=171&view=rev Author: l3m Date: 2008-07-28 17:34:29 +0000 (Mon, 28 Jul 2008) Log Message: ----------- added operator* for square matrices and a test for it Modified Paths: -------------- trunk/include/vmmlib/matrix.hpp trunk/tests/matrix_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-28 17:24:15
|
Revision: 170 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=170&view=rev Author: l3m Date: 2008-07-28 17:24:22 +0000 (Mon, 28 Jul 2008) Log Message: ----------- added operator- to vector< M, ... > Modified Paths: -------------- trunk/include/vmmlib/vector.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-28 17:19:55
|
Revision: 169 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=169&view=rev Author: l3m Date: 2008-07-28 17:20:04 +0000 (Mon, 28 Jul 2008) Log Message: ----------- added set(...........) function for 3x3 and 4x4 matrices, for api compatibility's sake, added tests Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/details.hpp trunk/include/vmmlib/matrix.hpp trunk/tests/matrix_test.cpp trunk/tests/vector_test.cpp trunk/tests/vmmlib_unit_tests_main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-28 16:57:15
|
Revision: 168 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=168&view=rev Author: l3m Date: 2008-07-28 16:57:23 +0000 (Mon, 28 Jul 2008) Log Message: ----------- extracted visibility enum into seperate file(s) Modified Paths: -------------- trunk/include/vmmlib/frustumCuller.h trunk/include/vmmlib/frustumCuller.hpp Added Paths: ----------- trunk/include/vmmlib/visibility.h trunk/include/vmmlib/visibility.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-28 16:45:47
|
Revision: 167 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=167&view=rev Author: l3m Date: 2008-07-28 16:45:57 +0000 (Mon, 28 Jul 2008) Log Message: ----------- added set( vec< M-1 >&, float ) Modified Paths: -------------- trunk/include/vmmlib/vector.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-28 16:38:33
|
Revision: 166 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=166&view=rev Author: l3m Date: 2008-07-28 16:38:41 +0000 (Mon, 28 Jul 2008) Log Message: ----------- changed case of frustum and frustumCuller classname to be consistend with file naming and the rest of vmmlib Modified Paths: -------------- trunk/include/vmmlib/frustum.hpp trunk/include/vmmlib/frustumCuller.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-28 16:30:25
|
Revision: 165 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=165&view=rev Author: l3m Date: 2008-07-28 16:30:34 +0000 (Mon, 28 Jul 2008) Log Message: ----------- ported frustum and frustumCuller to new system, added vmmlib.hpp that includes all the new headers Added Paths: ----------- trunk/include/vmmlib/frustum.hpp trunk/include/vmmlib/frustumCuller.hpp trunk/include/vmmlib/vmmlib.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-28 16:06:06
|
Revision: 164 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=164&view=rev Author: l3m Date: 2008-07-28 16:06:13 +0000 (Mon, 28 Jul 2008) Log Message: ----------- removed aabb class, ported jacobiSolver to new matrices Added Paths: ----------- trunk/include/vmmlib/jacobiSolver.hpp Removed Paths: ------------- trunk/include/vmmlib/aabb.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |