pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/mdds
Module Name: pkgsrc
Committed By: wiz
Date: Sun Jul 29 20:02:15 UTC 2012
Modified Files:
pkgsrc/devel/mdds: Makefile PLIST distinfo
Log Message:
Update to 0.6.0:
mdds 0.6.0
* all
* added MSVS Solution file, to make it easier to build unit test
programs on Windows.
* mixed_type_matrix
* improved performance of size() method by caching it.
* multi_type_vector (new)
* new data structure to support efficient storage of data of different
types.
* multi_type_matrix (new)
* new data structure to eventually replace mixed_type_matrix. It uses
multi_type_vector as its backend storage.
To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/devel/mdds/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/mdds/PLIST
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/mdds/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index