From: <l3...@us...> - 2009-05-11 21:21:57
|
Revision: 223 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=223&view=rev Author: l3m Date: 2009-05-11 21:21:49 +0000 (Mon, 11 May 2009) Log Message: ----------- fixed a bug and a const-omission Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/matrix.hpp branches/one-dot-oh/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-05-12 15:30:59
|
Revision: 230 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=230&view=rev Author: l3m Date: 2009-05-12 15:30:51 +0000 (Tue, 12 May 2009) Log Message: ----------- fixed a bug in vector, and removed a warning in matrix Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/matrix.hpp branches/one-dot-oh/include/vmmlib/vector.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2009-06-12 15:39:12
|
Revision: 233 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=233&view=rev Author: eile Date: 2009-06-12 15:39:05 +0000 (Fri, 12 Jun 2009) Log Message: ----------- Modifs for Equalizer - to be reviewed Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/frustum.hpp branches/one-dot-oh/include/vmmlib/matrix.hpp branches/one-dot-oh/include/vmmlib/quaternion.hpp branches/one-dot-oh/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-06-17 20:36:14
|
Revision: 234 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=234&view=rev Author: l3m Date: 2009-06-17 20:36:06 +0000 (Wed, 17 Jun 2009) Log Message: ----------- misc fixes, some of the suggested changes for stefan Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/jacobi_solver.hpp branches/one-dot-oh/include/vmmlib/vector.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2009-08-05 14:23:18
|
Revision: 246 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=246&view=rev Author: eile Date: 2009-08-05 14:23:11 +0000 (Wed, 05 Aug 2009) Log Message: ----------- Fix ostream for vector and matrix Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/matrix.hpp branches/one-dot-oh/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-10-05 12:14:21
|
Revision: 252 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=252&view=rev Author: l3m Date: 2009-10-05 12:13:28 +0000 (Mon, 05 Oct 2009) Log Message: ----------- added find_abs_min and max methods Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/math.hpp branches/one-dot-oh/include/vmmlib/vector.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ei...@us...> - 2009-11-05 09:27:56
|
Revision: 256 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=256&view=rev Author: eile Date: 2009-11-05 09:27:49 +0000 (Thu, 05 Nov 2009) Log Message: ----------- Improve alignment configuration Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/frustum.hpp branches/one-dot-oh/include/vmmlib/matrix.hpp branches/one-dot-oh/include/vmmlib/vector.hpp branches/one-dot-oh/include/vmmlib/vmmlib_config.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2010-02-09 16:19:38
|
Revision: 266 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=266&view=rev Author: susuter Date: 2010-02-09 16:15:11 +0000 (Tue, 09 Feb 2010) Log Message: ----------- -minor bug fix in matrix.hpp; - tensor3 added further accessor functions Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/matrix.hpp branches/one-dot-oh/include/vmmlib/tensor3.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2010-03-18 15:47:42
|
Revision: 277 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=277&view=rev Author: l3m Date: 2010-03-18 15:47:31 +0000 (Thu, 18 Mar 2010) Log Message: ----------- removed some really stupid shit in math.hpp (yeah, C++'s function overloading is at least as good at finding the right version of sin or cos as a custom-written template function). Modified Paths: -------------- branches/one-dot-oh/include/vmmlib/math.hpp branches/one-dot-oh/include/vmmlib/matrix.hpp branches/one-dot-oh/include/vmmlib/quaternion.hpp branches/one-dot-oh/include/vmmlib/svd.hpp branches/one-dot-oh/include/vmmlib/vector.hpp branches/one-dot-oh/include/vmmlib/vmmlib_config.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |