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-07-07 14:17:13
|
Revision: 138 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=138&view=rev Author: l3m Date: 2008-07-07 07:17:14 -0700 (Mon, 07 Jul 2008) Log Message: ----------- added linear least squares class Added Paths: ----------- trunk/include/vmmlib/linear_least_squares.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-07 14:10:29
|
Revision: 137 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=137&view=rev Author: l3m Date: 2008-07-07 07:10:34 -0700 (Mon, 07 Jul 2008) Log Message: ----------- moved matrix_mxn and matrix_mxm to include/vmmlib Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/vector3.h trunk/tests/matrix_mxn_tests.cpp Added Paths: ----------- trunk/include/vmmlib/matrix_mxm.hpp trunk/include/vmmlib/matrix_mxn.hpp Removed Paths: ------------- trunk/tests/matrix_mxm.hpp trunk/tests/matrix_mxn.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-07 13:13:29
|
Revision: 136 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=136&view=rev Author: l3m Date: 2008-07-07 06:13:32 -0700 (Mon, 07 Jul 2008) Log Message: ----------- added unit_test baseclass for tests, made matrix_mxn tests inherit from unit_tests Modified Paths: -------------- trunk/tests/matrix_mxn.hpp trunk/tests/matrix_mxn_tests.cpp trunk/tests/matrix_mxn_tests.hpp Added Paths: ----------- trunk/tests/unit_test.cpp trunk/tests/unit_test.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-04 20:40:12
|
Revision: 135 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=135&view=rev Author: l3m Date: 2008-07-04 13:40:03 -0700 (Fri, 04 Jul 2008) Log Message: ----------- the determinant is checked before trying to compute the inverse of a 2x2 matrix Modified Paths: -------------- trunk/tests/matrix_mxm.hpp trunk/tests/matrix_mxn.hpp Removed Paths: ------------- trunk/tests/matrix_mxn.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-04 19:33:08
|
Revision: 134 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=134&view=rev Author: l3m Date: 2008-07-04 12:33:14 -0700 (Fri, 04 Jul 2008) Log Message: ----------- forgot to add array.hpp, required for mxn matrices Added Paths: ----------- trunk/include/vmmlib/array.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-04 18:47:41
|
Revision: 133 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=133&view=rev Author: l3m Date: 2008-07-04 11:47:42 -0700 (Fri, 04 Jul 2008) Log Message: ----------- added partially done (only just started :) ) version of matrix_mxn and matrix_mxm ( mxn with some additional functionality that only makes sense for square matrices ). It's very bare, since I only implemented stuff I need atm for stream_process...more to come, though... Added Paths: ----------- trunk/tests/matrix_mxm.hpp trunk/tests/matrix_mxn.cpp trunk/tests/matrix_mxn.hpp trunk/tests/matrix_mxn_functors.hpp trunk/tests/matrix_mxn_tests.cpp trunk/tests/matrix_mxn_tests.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-06-19 12:09:28
|
Revision: 132 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=132&view=rev Author: l3m Date: 2008-06-19 05:09:14 -0700 (Thu, 19 Jun 2008) Log Message: ----------- added setPerspective function to frustum (same params as gluPerspective), added clamp() functions to vec3 and vec4, added .array member to all vectors and matrices to allow standardized access to the c_array ( for OpenGL functions, c-libraries... ) Modified Paths: -------------- trunk/include/vmmlib/frustum.h trunk/include/vmmlib/matrix3.h trunk/include/vmmlib/matrix4.h trunk/include/vmmlib/vector2.h trunk/include/vmmlib/vector3.h trunk/include/vmmlib/vector4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-06-19 08:03:06
|
Revision: 131 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=131&view=rev Author: eile Date: 2008-06-19 01:03:06 -0700 (Thu, 19 Jun 2008) Log Message: ----------- Fix warning introduced in change 129 Modified Paths: -------------- trunk/include/vmmlib/vector2.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-06-19 07:53:33
|
Revision: 130 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=130&view=rev Author: eile Date: 2008-06-19 00:53:39 -0700 (Thu, 19 Jun 2008) Log Message: ----------- Minor code cleanup to make computeOrtho more readable Modified Paths: -------------- trunk/include/vmmlib/frustum.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-06-17 21:14:18
|
Revision: 129 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=129&view=rev Author: l3m Date: 2008-06-17 14:13:17 -0700 (Tue, 17 Jun 2008) Log Message: ----------- added clamp() function to vector2 Modified Paths: -------------- trunk/include/vmmlib/vector2.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-04-22 12:47:35
|
Revision: 128 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=128&view=rev Author: eile Date: 2008-04-22 05:47:38 -0700 (Tue, 22 Apr 2008) Log Message: ----------- Minor tweak for better Win32 compatibility Modified Paths: -------------- trunk/include/vmmlib/stringUtils.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-04-17 10:03:32
|
Revision: 127 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=127&view=rev Author: eile Date: 2008-04-17 03:03:18 -0700 (Thu, 17 Apr 2008) Log Message: ----------- make stringUtils naming consistent with rest of vmmlib, fix a couple of other minor things Modified Paths: -------------- trunk/include/vmmlib/matrix3.h trunk/include/vmmlib/matrix4.h trunk/include/vmmlib/stringUtils.h trunk/include/vmmlib/vector2.h trunk/include/vmmlib/vector3.h trunk/include/vmmlib/vector4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-04-17 08:09:38
|
Revision: 126 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=126&view=rev Author: eile Date: 2008-04-17 01:09:45 -0700 (Thu, 17 Apr 2008) Log Message: ----------- Clean up include statements Modified Paths: -------------- trunk/include/vmmlib/matrix4.h trunk/include/vmmlib/vector2.h trunk/include/vmmlib/vector3.h trunk/include/vmmlib/vector4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-04-16 10:20:30
|
Revision: 125 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=125&view=rev Author: eile Date: 2008-04-16 03:20:34 -0700 (Wed, 16 Apr 2008) Log Message: ----------- make Matrix4<T>::getTranslation const Modified Paths: -------------- 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-02-26 14:33:25
|
Revision: 124 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=124&view=rev Author: l3m Date: 2008-02-26 06:33:26 -0800 (Tue, 26 Feb 2008) Log Message: ----------- added getString(...) functions, added tests for getString(...), removed a superfluous comment, fixed to_string() that it always uses max precision Modified Paths: -------------- trunk/include/vmmlib/matrix3.h trunk/include/vmmlib/matrix4.h trunk/include/vmmlib/stringUtils.h trunk/include/vmmlib/vector2.h trunk/include/vmmlib/vector3.h trunk/include/vmmlib/vector4.h trunk/tests/stringtests.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-02-26 13:51:59
|
Revision: 123 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=123&view=rev Author: l3m Date: 2008-02-26 05:51:59 -0800 (Tue, 26 Feb 2008) Log Message: ----------- added a basic test for the string stuff... Added Paths: ----------- trunk/tests/make_stringtests.sh trunk/tests/stringtests.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-02-26 13:46:23
|
Revision: 122 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=122&view=rev Author: l3m Date: 2008-02-26 05:46:26 -0800 (Tue, 26 Feb 2008) Log Message: ----------- added set( const std::string& values, char delimiter ) and set( const std::vector< std::string >& values ) functions for vec2, vec3, vec4 and mat3 and mat4. constructors were not added because they might fail silenty - with the set functions, you get a bool to see if it (seems to have) succeeded. Modified Paths: -------------- trunk/include/vmmlib/matrix3.h trunk/include/vmmlib/matrix4.h trunk/include/vmmlib/vector2.h trunk/include/vmmlib/vector3.h trunk/include/vmmlib/vector4.h Added Paths: ----------- trunk/include/vmmlib/stringUtils.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-02-22 13:59:20
|
Revision: 121 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=121&view=rev Author: l3m Date: 2008-02-22 05:59:07 -0800 (Fri, 22 Feb 2008) Log Message: ----------- renamed set( Matrix3,... ) to set3x3SubMatrix( m3, ... ) Modified Paths: -------------- trunk/include/vmmlib/matrix4.h trunk/include/vmmlib/svd.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-02-20 11:20:22
|
Revision: 120 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=120&view=rev Author: eile Date: 2008-02-20 03:20:27 -0800 (Wed, 20 Feb 2008) Log Message: ----------- add vector4 = vector3 operator Modified Paths: -------------- trunk/include/vmmlib/vector4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2008-02-19 12:31:54
|
Revision: 119 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=119&view=rev Author: eile Date: 2008-02-19 04:31:59 -0800 (Tue, 19 Feb 2008) Log Message: ----------- minor code changes Modified Paths: -------------- trunk/include/vmmlib/frustumCuller.h trunk/include/vmmlib/vector4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-02-11 14:20:18
|
Revision: 118 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=118&view=rev Author: l3m Date: 2008-02-11 06:20:19 -0800 (Mon, 11 Feb 2008) Log Message: ----------- added set( mat3&, rowOffset, colOffset ) and get3x3SubMatrix( mat3&, rowOffset, colOffset ) const functions to set and extract 3x3 submatrices from a matrix4. Modified Paths: -------------- 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-01-23 14:16:39
|
Revision: 117 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=117&view=rev Author: l3m Date: 2008-01-23 06:16:41 -0800 (Wed, 23 Jan 2008) Log Message: ----------- added some optimizations to normalize functions of vector3 and vector4 ( ll = 1.0 / lenght, then components *= ll, instead of components /= len ) - a little test i wrote showed performance gains of 25% and more when using doubles and -O3. Modified Paths: -------------- trunk/include/vmmlib/vector3.h trunk/include/vmmlib/vector4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-01-14 11:13:48
|
Revision: 116 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=116&view=rev Author: l3m Date: 2008-01-14 03:13:52 -0800 (Mon, 14 Jan 2008) Log Message: ----------- added const and non-const getSphereCenter() functions that return a Vector3< T > reference instead of the array of T that one gets with mysphere.center; Modified Paths: -------------- trunk/include/vmmlib/vector4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-01-07 14:55:05
|
Revision: 115 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=115&view=rev Author: l3m Date: 2008-01-07 06:55:05 -0800 (Mon, 07 Jan 2008) Log Message: ----------- fixed projection and distance ops, added getNormalized() function that return a normalized copy of *this (without changing *this). Modified Paths: -------------- trunk/include/vmmlib/vector2.h trunk/include/vmmlib/vector3.h trunk/include/vmmlib/vector4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2007-11-27 17:10:29
|
Revision: 114 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=114&view=rev Author: l3m Date: 2007-11-27 09:10:29 -0800 (Tue, 27 Nov 2007) Log Message: ----------- added randomize functions to the three vector classes Modified Paths: -------------- trunk/include/vmmlib/vector2.h trunk/include/vmmlib/vector3.h trunk/include/vmmlib/vector4.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |