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. |
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: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: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 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-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-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-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-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 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-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...> - 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...> - 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: <phs...@us...> - 2009-02-10 23:22:31
|
Revision: 214 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=214&view=rev Author: phschlegel Date: 2009-02-10 22:03:37 +0000 (Tue, 10 Feb 2009) Log Message: ----------- fixed constness errors and warnings Modified Paths: -------------- trunk/include/vmmlib/quaternion.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: <l3...@us...> - 2009-02-17 16:47:43
|
Revision: 215 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=215&view=rev Author: l3m Date: 2009-02-17 16:47:39 +0000 (Tue, 17 Feb 2009) Log Message: ----------- added some missing includes ( GCC 4.3 did clean up the headers, yay ) Modified Paths: -------------- trunk/include/vmmlib/stringUtils.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: <ei...@us...> - 2009-03-25 17:57:02
|
Revision: 217 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=217&view=rev Author: eile Date: 2009-03-25 17:56:57 +0000 (Wed, 25 Mar 2009) Log Message: ----------- const-correctness and warning fixes Modified Paths: -------------- trunk/include/vmmlib/quaternion.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: <l3...@us...> - 2009-03-26 22:37:16
|
Revision: 218 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=218&view=rev Author: l3m Date: 2009-03-26 22:37:09 +0000 (Thu, 26 Mar 2009) Log Message: ----------- fixed exception class to better support 'no exception-mode' improved lapack_svd to allow trade performance vs. the v-matrix of svd Modified Paths: -------------- trunk/include/vmmlib/exception.hpp trunk/include/vmmlib/lapack_svd.hpp trunk/include/vmmlib/svd.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2009-04-15 00:11:34
|
Revision: 220 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=220&view=rev Author: l3m Date: 2009-04-15 00:11:28 +0000 (Wed, 15 Apr 2009) Log Message: ----------- added value_type typedef to matrix and vector and static const size_t DIMENSION to vector 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...> - 2010-06-04 06:11:13
|
Revision: 297 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=297&view=rev Author: l3m Date: 2010-06-04 06:11:07 +0000 (Fri, 04 Jun 2010) Log Message: ----------- added matrix and vector traits headers for boost la, contributed by daniel pfeifer Added Paths: ----------- trunk/include/vmmlib/matrix_traits.hpp trunk/include/vmmlib/vector_traits.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <l3...@us...> - 2010-06-11 09:51:11
|
Revision: 300 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=300&view=rev Author: l3m Date: 2010-06-11 09:51:05 +0000 (Fri, 11 Jun 2010) Log Message: ----------- re-added vector<...>::operator[] for the VMMLIB_NO_CONVERSION_OPERATORS case for compatibility Modified Paths: -------------- trunk/include/vmmlib/vector.hpp trunk/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-10-22 11:20:18
|
Revision: 317 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=317&view=rev Author: susuter Date: 2010-10-22 11:20:12 +0000 (Fri, 22 Oct 2010) Log Message: ----------- - minor changes Modified Paths: -------------- trunk/include/vmmlib/cp3_tensor.hpp trunk/include/vmmlib/tucker3_tensor.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2010-10-28 09:12:35
|
Revision: 340 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=340&view=rev Author: susuter Date: 2010-10-28 09:12:29 +0000 (Thu, 28 Oct 2010) Log Message: ----------- - minor fixes tucker3 export/import, frobenius norms Modified Paths: -------------- trunk/include/vmmlib/matrix.hpp trunk/include/vmmlib/tensor3.hpp trunk/include/vmmlib/tucker3_tensor.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2010-11-02 13:11:23
|
Revision: 349 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=349&view=rev Author: susuter Date: 2010-11-02 13:11:17 +0000 (Tue, 02 Nov 2010) Log Message: ----------- - minor fixes in HOOI of tucker3 Modified Paths: -------------- trunk/include/vmmlib/tensor3.hpp trunk/include/vmmlib/tucker3_tensor.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2010-11-04 13:58:18
|
Revision: 353 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=353&view=rev Author: susuter Date: 2010-11-04 13:58:12 +0000 (Thu, 04 Nov 2010) Log Message: ----------- - minor changes (code-cleaning) in tucker3 and tensor3 Modified Paths: -------------- trunk/include/vmmlib/tensor3.hpp trunk/include/vmmlib/tucker3_tensor.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <su...@us...> - 2010-11-04 16:50:22
|
Revision: 357 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=357&view=rev Author: susuter Date: 2010-11-04 16:50:15 +0000 (Thu, 04 Nov 2010) Log Message: ----------- - minor bug fix tucker3 and tensor3 Modified Paths: -------------- trunk/include/vmmlib/tensor3.hpp trunk/include/vmmlib/tucker3_tensor.hpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |