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-28 14:14:50
|
Revision: 163 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=163&view=rev Author: l3m Date: 2008-07-28 14:14:58 +0000 (Mon, 28 Jul 2008) Log Message: ----------- ported aabb to the new vectors Added Paths: ----------- trunk/include/vmmlib/aabb.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 13:53:46
|
Revision: 162 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=162&view=rev Author: l3m Date: 2008-07-28 13:53:54 +0000 (Mon, 28 Jul 2008) Log Message: ----------- added type-conversion operator=() 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-28 13:42:59
|
Revision: 161 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=161&view=rev Author: l3m Date: 2008-07-28 13:43:07 +0000 (Mon, 28 Jul 2008) Log Message: ----------- added computeNormal function 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-28 13:33:17
|
Revision: 160 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=160&view=rev Author: l3m Date: 2008-07-28 13:33:25 +0000 (Mon, 28 Jul 2008) Log Message: ----------- added distance and distanceSquared member functions 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-28 13:18:01
|
Revision: 159 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=159&view=rev Author: l3m Date: 2008-07-28 13:18:09 +0000 (Mon, 28 Jul 2008) Log Message: ----------- added isPositiveDefinite function, atm only for m <= 3, added specialization for getDeterminant for 3x3 matrices 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-25 16:45:08
|
Revision: 158 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=158&view=rev Author: l3m Date: 2008-07-25 16:45:17 +0000 (Fri, 25 Jul 2008) Log Message: ----------- added cross product to vector< M >, added tests for cross, dot, ..., added set(...) and initializing constructors for vector< M >, added cross product for quaternions and test, misc... Modified Paths: -------------- trunk/include/vmmlib/details.hpp trunk/include/vmmlib/quaternion.hpp trunk/include/vmmlib/vector.hpp trunk/tests/quaternion_test.cpp 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-24 23:17:43
|
Revision: 157 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=157&view=rev Author: l3m Date: 2008-07-24 23:17:52 +0000 (Thu, 24 Jul 2008) Log Message: ----------- ported most of quaternion to the new matrix/vector classes, fixed tons of julius' bugs, removed some ambiguous functions, did about half of quaternion_tests... Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/details.hpp trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/vector.hpp trunk/tests/matrix_test.cpp trunk/tests/vector_test.cpp trunk/tests/vmmlib_unit_tests_main.cpp Added Paths: ----------- trunk/include/vmmlib/quaternion.hpp trunk/tests/quaternion_test.cpp trunk/tests/quaternion_test.hpp Removed Paths: ------------- trunk/src/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-18 15:10:55
|
Revision: 156 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=156&view=rev Author: l3m Date: 2008-07-18 15:10:59 +0000 (Fri, 18 Jul 2008) Log Message: ----------- added SFINAE stuff to throw errors at compile time when functions are called that do not make sense for the chosen template parameters (e.g. determinant for non-square matrices ). added a lot of functions for 4x4 transformation matrices ( rotate...(), get/setTranslation()... ). except for the string init stuff, all functionality of the old matrix4 should now be implemented.. Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/vmmlib_config.hpp trunk/tests/matrix_compare_perf_test.cpp trunk/tests/matrix_test.cpp trunk/tests/svd_lapack_vs_old.cpp trunk/tests/vmmlib_lapack_main.cpp trunk/tests/vmmlib_unit_tests_main.cpp Added Paths: ----------- trunk/include/vmmlib/details.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-15 02:07:22
|
Revision: 155 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=155&view=rev Author: l3m Date: 2008-07-14 19:07:32 -0700 (Mon, 14 Jul 2008) Log Message: ----------- added missing functions (compared to vector3, vector4, matrix4 ), renamed for compatibility (getInverse/getDeterminant instead of computeDet). Compute would be nicer but it's not worth breaking compatibility imho ) Modified Paths: -------------- 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-15 02:06:07
|
Revision: 154 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=154&view=rev Author: l3m Date: 2008-07-14 19:06:04 -0700 (Mon, 14 Jul 2008) Log Message: ----------- adapted matrix_test to getInverse/... Modified Paths: -------------- 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-14 20:55:09
|
Revision: 153 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=153&view=rev Author: l3m Date: 2008-07-14 13:55:16 -0700 (Mon, 14 Jul 2008) Log Message: ----------- added some comments, slight refactoring Modified Paths: -------------- 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-14 20:40:31
|
Revision: 152 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=152&view=rev Author: l3m Date: 2008-07-14 13:40:31 -0700 (Mon, 14 Jul 2008) Log Message: ----------- added OPTIONAL preliminary lapack support (accelerate.framework on mac osx ), wrote tests Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/vector.hpp trunk/tests/performance_test.hpp Added Paths: ----------- trunk/include/vmmlib/vmmlib_lapack.hpp trunk/include/vmmlib/vmmlib_lapack_linear_least_squares.hpp trunk/include/vmmlib/vmmlib_lapack_svd.hpp trunk/tests/svd_lapack_vs_old.cpp trunk/tests/svd_lapack_vs_old.hpp trunk/tests/vmmlib_lapack_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-14 13:24:20
|
Revision: 151 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=151&view=rev Author: l3m Date: 2008-07-14 06:24:24 -0700 (Mon, 14 Jul 2008) Log Message: ----------- svd now works using the new matrix< M, N >, removed old files, added new svd test Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/svd.h trunk/include/vmmlib/vector.hpp trunk/tests/qr_decomposition_test.cpp trunk/tests/unit_test.cpp trunk/tests/unit_test.hpp trunk/tests/vector_test.cpp trunk/tests/vmmlib_unit_tests_main.cpp Added Paths: ----------- trunk/include/vmmlib/svd.hpp trunk/tests/svd_test.cpp trunk/tests/svd_test.hpp Removed Paths: ------------- trunk/include/Sphere.h trunk/include/vmmlib/array.hpp trunk/include/vmmlib/matrix_mxm.hpp trunk/include/vmmlib/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-07-11 17:00:46
|
Revision: 150 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=150&view=rev Author: l3m Date: 2008-07-11 10:00:53 -0700 (Fri, 11 Jul 2008) Log Message: ----------- added matrix * vector multiplication, operator== and != for vector, tests, Modified Paths: -------------- trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/qr_decomposition.hpp trunk/include/vmmlib/vector.hpp trunk/tests/matrix_test.cpp trunk/tests/qr_decomposition_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-11 15:28:57
|
Revision: 149 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=149&view=rev Author: l3m Date: 2008-07-11 08:29:00 -0700 (Fri, 11 Jul 2008) Log Message: ----------- improved new vec/mat classes, working on QR Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/qr_decomposition.hpp trunk/include/vmmlib/vector.hpp trunk/tests/qr_decomposition_test.cpp trunk/tests/vector_test.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <phs...@us...> - 2008-07-11 08:11:26
|
Revision: 148 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=148&view=rev Author: phschlegel Date: 2008-07-11 01:11:30 -0700 (Fri, 11 Jul 2008) Log Message: ----------- Fixed constructing a quaternion from a matrix. Added method to create a rotation matrix from a quaternion. Modified Paths: -------------- trunk/include/vmmlib/quaternion.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-10 15:28:48
|
Revision: 147 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=147&view=rev Author: l3m Date: 2008-07-10 08:28:55 -0700 (Thu, 10 Jul 2008) Log Message: ----------- added toggle-able exception throwing ( if disabled, prints error to std::cerr and asserts ). also, added VMMLIB_CUSTOM_CONFIG define that is checked in vmmlib_config.hpp before defaults are set. Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/vmmlib_config.hpp Added Paths: ----------- trunk/include/vmmlib/exception.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2008-07-09 15:12:29
|
Revision: 146 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=146&view=rev Author: l3m Date: 2008-07-09 08:12:12 -0700 (Wed, 09 Jul 2008) Log Message: ----------- improved vector and its tests Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj 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-09 14:44:24
|
Revision: 145 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=145&view=rev Author: l3m Date: 2008-07-09 07:44:32 -0700 (Wed, 09 Jul 2008) Log Message: ----------- added vector class and tests( very incomplete ), added Row and Column get/set for vectors.. Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/matrix.hpp trunk/tests/matrix_test.cpp trunk/tests/matrix_test.hpp trunk/tests/vmmlib_unit_tests_main.cpp Added Paths: ----------- trunk/include/vmmlib/vector.hpp trunk/include/vmmlib/vmmlib_config.hpp trunk/tests/vector_test.cpp trunk/tests/vector_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-09 13:19:34
|
Revision: 144 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=144&view=rev Author: l3m Date: 2008-07-09 06:19:20 -0700 (Wed, 09 Jul 2008) Log Message: ----------- optimized new matrix class, wrote performance test, added ::ZERO and ::IDENTITY static members Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/matrix.hpp Added Paths: ----------- trunk/include/vmmlib/matrix_functors.hpp trunk/tests/matrix_compare_perf_test.cpp trunk/tests/matrix_compare_perf_test.hpp trunk/tests/performance_test.cpp trunk/tests/performance_test.hpp trunk/tests/timer.cpp trunk/tests/timer.hpp trunk/tests/vmmlib_performance_tests_main.cpp trunk/tests/vmmlib_unit_tests_main.cpp Removed Paths: ------------- trunk/tests/test_vmmlib_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-09 02:21:14
|
Revision: 143 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=143&view=rev Author: l3m Date: 2008-07-08 19:21:19 -0700 (Tue, 08 Jul 2008) Log Message: ----------- more matrix::functionality, additional tests 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-09 01:27:16
|
Revision: 142 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=142&view=rev Author: l3m Date: 2008-07-08 18:27:23 -0700 (Tue, 08 Jul 2008) Log Message: ----------- added operator[] hack to allow mat[1][1] element access. for new code, us mat.at( row, column ) Modified Paths: -------------- trunk/VMMLib.xcodeproj/project.pbxproj trunk/include/vmmlib/matrix.hpp 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/matrix_test.cpp trunk/tests/qr_decomposition_test.cpp trunk/tests/test_vmmlib_main.cpp 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-09 00:04:41
|
Revision: 141 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=141&view=rev Author: l3m Date: 2008-07-08 17:04:51 -0700 (Tue, 08 Jul 2008) Log Message: ----------- forgot to add new test_main cpp Added Paths: ----------- trunk/tests/test_vmmlib_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-08 22:01:48
|
Revision: 140 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=140&view=rev Author: l3m Date: 2008-07-08 15:00:51 -0700 (Tue, 08 Jul 2008) Log Message: ----------- added a qr_decomposition class and it's test. Added Paths: ----------- trunk/include/vmmlib/qr_decomposition.hpp trunk/tests/qr_decomposition_test.cpp trunk/tests/qr_decomposition_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-08 21:28:18
|
Revision: 139 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=139&view=rev Author: l3m Date: 2008-07-08 14:28:02 -0700 (Tue, 08 Jul 2008) Log Message: ----------- refactored matrix_mxn and matrix_mxm into matrix< M, N, float_t > ... implemented specialized inversion algos from mat3 and mat4(old). weird enough, the new mat4 inversion is slightly faster than the old one, while the new mat3 inversion is slightly slower.... Modified Paths: -------------- trunk/include/vmmlib/matrix_mxn.hpp Added Paths: ----------- trunk/include/vmmlib/matrix.hpp trunk/tests/matrix_test.cpp trunk/tests/matrix_test.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |