Sat Aug 6 10:53:30 2011 UTC ()
Update to 0.5.3:

mdds 0.5.3

* mixed_type_matrix

  * re-implemented the filled storage for better performance, with two
    separate implementations for zero and emtpy matrix types.  The
    newer implementation should improve object creation time
    considerably.


(wiz)
diff -r1.2 -r1.3 pkgsrc/devel/mdds/Makefile
diff -r1.2 -r1.3 pkgsrc/devel/mdds/distinfo
diff -r1.1.1.1 -r1.2 pkgsrc/devel/mdds/PLIST

cvs diff -r1.2 -r1.3 pkgsrc/devel/mdds/Makefile (expand / switch to context diff)
--- pkgsrc/devel/mdds/Makefile 2011/04/05 12:57:54 1.2
+++ pkgsrc/devel/mdds/Makefile 2011/08/06 10:53:30 1.3
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2011/04/05 12:57:54 wiz Exp $
+# $NetBSD: Makefile,v 1.3 2011/08/06 10:53:30 wiz Exp $
 #
 
-DISTNAME=	mdds_0.5.2
+DISTNAME=	mdds_0.5.3
 PKGNAME=	${DISTNAME:S/_/-/}
 CATEGORIES=	devel
 MASTER_SITES=	http://multidimalgorithm.googlecode.com/files/

cvs diff -r1.2 -r1.3 pkgsrc/devel/mdds/distinfo (expand / switch to context diff)
--- pkgsrc/devel/mdds/distinfo 2011/04/05 12:57:54 1.2
+++ pkgsrc/devel/mdds/distinfo 2011/08/06 10:53:30 1.3
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2011/04/05 12:57:54 wiz Exp $
+$NetBSD: distinfo,v 1.3 2011/08/06 10:53:30 wiz Exp $
 
-SHA1 (mdds_0.5.2.tar.bz2) = bddc19fc2f1879f0fbde66a13b58ae1370e4dc25
+SHA1 (mdds_0.5.3.tar.bz2) = e578b6c8e8fe4b20ae030fc14959b92cb6b1aba4
-RMD160 (mdds_0.5.2.tar.bz2) = 45084e33b514ad9fe4b6e6b4693891a19666764f
+RMD160 (mdds_0.5.3.tar.bz2) = 8e97f4977e671698a6163fb55a1e13a4499a288c
-Size (mdds_0.5.2.tar.bz2) = 89218 bytes
+Size (mdds_0.5.3.tar.bz2) = 92050 bytes

cvs diff -r1.1.1.1 -r1.2 pkgsrc/devel/mdds/PLIST (expand / switch to context diff)
--- pkgsrc/devel/mdds/PLIST 2011/02/28 18:10:51 1.1.1.1
+++ pkgsrc/devel/mdds/PLIST 2011/08/06 10:53:30 1.2
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2011/02/28 18:10:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.2 2011/08/06 10:53:30 wiz Exp $
 include/mdds/flat_segment_tree.hpp
 include/mdds/flat_segment_tree_def.inl
 include/mdds/flat_segment_tree_itr.hpp
@@ -9,8 +9,12 @@
 include/mdds/mixed_type_matrix_element.hpp
 include/mdds/mixed_type_matrix_flag_storage.hpp
 include/mdds/mixed_type_matrix_storage.hpp
+include/mdds/mixed_type_matrix_storage_filled_linear.inl
+include/mdds/mixed_type_matrix_storage_filled_nested_array.inl
+include/mdds/mixed_type_matrix_storage_sparse.inl
 include/mdds/node.hpp
 include/mdds/point_quad_tree.hpp
 include/mdds/quad_node.hpp
 include/mdds/rectangle_set.hpp
+include/mdds/rectangle_set_def.inl
 include/mdds/segment_tree.hpp