From: <l3...@us...> - 2008-07-28 16:45:47
|
Revision: 167 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=167&view=rev Author: l3m Date: 2008-07-28 16:45:57 +0000 (Mon, 28 Jul 2008) Log Message: ----------- added set( vec< M-1 >&, float ) 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-07-28 17:24:15
|
Revision: 170 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=170&view=rev Author: l3m Date: 2008-07-28 17:24:22 +0000 (Mon, 28 Jul 2008) Log Message: ----------- added operator- to vector< M, ... > 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-07-28 17:55:25
|
Revision: 173 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=173&view=rev Author: l3m Date: 2008-07-28 17:55:33 +0000 (Mon, 28 Jul 2008) Log Message: ----------- added invert() function 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-07-29 10:09:35
|
Revision: 181 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=181&view=rev Author: l3m Date: 2008-07-29 10:09:44 +0000 (Tue, 29 Jul 2008) Log Message: ----------- added projectPoint for Plane and Sphere 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-07-29 10:11:51
|
Revision: 182 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=182&view=rev Author: l3m Date: 2008-07-29 10:12:00 +0000 (Tue, 29 Jul 2008) Log Message: ----------- point plane/sphere stuff now actually compiles :) 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-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-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-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-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-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...> - 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-03-10 17:36:13
|
Revision: 216 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=216&view=rev Author: l3m Date: 2009-03-10 17:35:59 +0000 (Tue, 10 Mar 2009) Log Message: ----------- added scale_to_8bit_uint function for convenience... 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...> - 2010-04-15 11:25:40
|
Revision: 291 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=291&view=rev Author: l3m Date: 2010-04-15 11:25:34 +0000 (Thu, 15 Apr 2010) Log Message: ----------- vmmlib: - commented out operator[] on the vector in favor of implicit conversion 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: <phs...@us...> - 2011-05-22 18:55:32
|
Revision: 455 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=455&view=rev Author: phschlegel Date: 2011-05-22 18:55:26 +0000 (Sun, 22 May 2011) Log Message: ----------- Added < operator for vector. This enables sorting vectors in a lexicographic order especially useful for vector caching in a tree 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: <su...@us...> - 2011-10-19 11:54:24
|
Revision: 531 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=531&view=rev Author: susuter Date: 2011-10-19 11:54:18 +0000 (Wed, 19 Oct 2011) Log Message: ----------- - added set random function for 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: <su...@us...> - 2011-10-21 15:57:43
|
Revision: 535 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=535&view=rev Author: susuter Date: 2011-10-21 15:57:32 +0000 (Fri, 21 Oct 2011) Log Message: ----------- - minor in 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: <su...@us...> - 2011-12-09 15:15:58
|
Revision: 553 http://vmmlib.svn.sourceforge.net/vmmlib/?rev=553&view=rev Author: susuter Date: 2011-12-09 15:15:52 +0000 (Fri, 09 Dec 2011) Log Message: ----------- - added another get_sub_vector method 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. |