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...> - 2009-01-27 13:40:15
|
Revision: 213 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=213&view=rev Author: l3m Date: 2009-01-27 13:40:06 +0000 (Tue, 27 Jan 2009) Log Message: ----------- reverted identity() and zero() members back to efficient variant (now that static members are fixed) 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...> - 2009-01-27 13:26:22
|
Revision: 212 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=212&view=rev Author: l3m Date: 2009-01-27 13:26:12 +0000 (Tue, 27 Jan 2009) Log Message: ----------- compiles nicely in gcc4.x again (introduced some crap when porting to win) Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/matrix.hpp trunk/tests/main_test.cpp trunk/tests/matrix_test.cpp trunk/tests/quaternion_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-01-23 15:15:45
|
Revision: 211 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=211&view=rev Author: l3m Date: 2009-01-23 15:15:39 +0000 (Fri, 23 Jan 2009) Log Message: ----------- updated static initialization (thanks again, stefan :) ) 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...> - 2009-01-21 22:34:47
|
Revision: 210 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=210&view=rev Author: l3m Date: 2009-01-21 22:34:45 +0000 (Wed, 21 Jan 2009) Log Message: ----------- fixed an oversight-bug in exception and did some evil hacking to get matrix.hpp to not crash on windows ... IDENTITY and ZERO static members are currently removed, of course the mat.identity() and mat.zero() members still work. Modified Paths: -------------- 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...> - 2009-01-19 17:28:04
|
Revision: 209 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=209&view=rev Author: l3m Date: 2009-01-19 17:27:58 +0000 (Mon, 19 Jan 2009) Log Message: ----------- fixed typo-bug in vmmlib typedefs 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...> - 2009-01-12 17:13:41
|
Revision: 208 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=208&view=rev Author: l3m Date: 2009-01-12 17:13:35 +0000 (Mon, 12 Jan 2009) Log Message: ----------- Integrated changes and fixes suggested by Oliver Salzburg. Modified Paths: -------------- trunk/include/vmmlib/exception.hpp trunk/include/vmmlib/frustum.h trunk/include/vmmlib/frustum.hpp trunk/include/vmmlib/frustumCuller.hpp trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/quaternion.hpp trunk/include/vmmlib/vector.hpp trunk/include/vmmlib/vector3.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-12-01 15:04:25
|
Revision: 207 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=207&view=rev Author: l3m Date: 2008-12-01 15:04:20 +0000 (Mon, 01 Dec 2008) Log Message: ----------- changed the size() function to a static function (since size is template param M and therefore per-class ) 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-11-04 02:43:16
|
Revision: 206 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=206&view=rev Author: l3m Date: 2008-11-04 02:43:13 +0000 (Tue, 04 Nov 2008) Log Message: ----------- added iterators to matrix 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-11-04 02:24:21
|
Revision: 205 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=205&view=rev Author: l3m Date: 2008-11-04 02:24:18 +0000 (Tue, 04 Nov 2008) Log Message: ----------- added iterator and const_iterator and begin(), end() 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-11-02 23:25:47
|
Revision: 204 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=204&view=rev Author: l3m Date: 2008-11-02 23:25:42 +0000 (Sun, 02 Nov 2008) Log Message: ----------- fixed typo that caused warning Modified Paths: -------------- trunk/include/vmmlib/quaternion.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-11-02 23:23:18
|
Revision: 203 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=203&view=rev Author: l3m Date: 2008-11-02 23:23:13 +0000 (Sun, 02 Nov 2008) Log Message: ----------- added typedef from template parameter float_t to vector<>::float_type 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-10-09 14:38:55
|
Revision: 202 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=202&view=rev Author: l3m Date: 2008-10-09 14:31:24 +0000 (Thu, 09 Oct 2008) Log Message: ----------- made operator== and != const 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-10-08 13:17:25
|
Revision: 201 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=201&view=rev Author: l3m Date: 2008-10-08 13:17:15 +0000 (Wed, 08 Oct 2008) Log Message: ----------- fixed visibility.h duplicate symbols error Modified Paths: -------------- trunk/include/vmmlib/vector.hpp trunk/include/vmmlib/visibility.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-10-02 13:08:54
|
Revision: 200 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=200&view=rev Author: l3m Date: 2008-10-02 13:08:37 +0000 (Thu, 02 Oct 2008) Log Message: ----------- refactored frustum: - removed anonymous union - renamed data[6] to array[6] as in the other vmmlib classes - added accessors for the components ( inline T left(); inline const T& left() const; ... ) Modified Paths: -------------- trunk/include/vmmlib/frustum.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-09-25 16:36:53
|
Revision: 199 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=199&view=rev Author: l3m Date: 2008-09-25 16:36:49 +0000 (Thu, 25 Sep 2008) Log Message: ----------- added operator= (const float_t 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-09-16 15:41:39
|
Revision: 198 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=198&view=rev Author: l3m Date: 2008-09-16 15:41:49 +0000 (Tue, 16 Sep 2008) Log Message: ----------- changed headers to 'public' in xcode project (oops :) ) Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-09-16 15:22:15
|
Revision: 197 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=197&view=rev Author: l3m Date: 2008-09-16 15:22:25 +0000 (Tue, 16 Sep 2008) Log Message: ----------- added vmmlib.framework to xcode project Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj 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-09-13 12:31:51
|
Revision: 196 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=196&view=rev Author: l3m Date: 2008-09-13 12:31:58 +0000 (Sat, 13 Sep 2008) Log Message: ----------- added some free 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-09-08 09:25:59
|
Revision: 195 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=195&view=rev Author: l3m Date: 2008-09-08 09:26:08 +0000 (Mon, 08 Sep 2008) Log Message: ----------- added operator*( float, 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-09-03 12:39:14
|
Revision: 194 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=194&view=rev Author: l3m Date: 2008-09-03 12:39:25 +0000 (Wed, 03 Sep 2008) Log Message: ----------- fixed typing mistake 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-08-27 18:37:38
|
Revision: 193 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=193&view=rev Author: l3m Date: 2008-08-27 18:37:48 +0000 (Wed, 27 Aug 2008) Log Message: ----------- added test for getSmallest/LargestComponent/Index() functions Modified Paths: -------------- trunk/tests/main_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-08-27 18:29:28
|
Revision: 192 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=192&view=rev Author: l3m Date: 2008-08-27 18:29:37 +0000 (Wed, 27 Aug 2008) Log Message: ----------- added getSmallest/LargestComponentIndex() and getSmallest/LargestComponent() functions 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-08-26 14:34:58
|
Revision: 191 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=191&view=rev Author: l3m Date: 2008-08-26 14:35:05 +0000 (Tue, 26 Aug 2008) Log Message: ----------- operator/ and /= fixes, now actually compiling 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-08-26 14:03:29
|
Revision: 190 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=190&view=rev Author: l3m Date: 2008-08-26 14:03:39 +0000 (Tue, 26 Aug 2008) Log Message: ----------- fixed up in operator/ and operator/= for non-float types - made specialized versions of those functions for float and double with the optimization, and the generic version without (but correct for all types :) ) 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-08-26 13:31:08
|
Revision: 189 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=189&view=rev Author: l3m Date: 2008-08-26 13:31:18 +0000 (Tue, 26 Aug 2008) Log Message: ----------- cross-platform fixes - lapack_types with ifdef'd typedefs for lapack-specific types, lapack_includes with the includes, so platform-specific includes have to be done only once... Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/lapack_linear_least_squares.hpp trunk/include/vmmlib/lapack_svd.hpp Added Paths: ----------- trunk/include/vmmlib/lapack_includes.hpp trunk/include/vmmlib/lapack_types.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |