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: ryoon
Date: Wed Feb 4 18:01:25 UTC 2015
Modified Files:
pkgsrc/devel/mdds: Makefile PLIST distinfo
Added Files:
pkgsrc/devel/mdds/patches:
patch-include_mdds_multi__type__vector__types.hpp
Log Message:
Update to 0.11.2
* Fix newer boost build.
Changelog:
mdds 0.11.2
* multi_type_vector
* fixed various memory leaks associated with the set() method when a
value overwrites an existing element in a managed block.
mdds 0.11.1
* all
* fixed a large number of outstanding defects reported by Coverity
Scan.
* multi_type_vector
* fixed 2 cases of double-free bug in the variant of swap() that
allows segmented swapping.
mdds 0.11.0
* sorted_string_map (new)
* new data structure to support efficient mapping of textural keys
to numeric values when the key values are known at compile time.
* multi_type_vector
* fixed a bug in transfer() where two adjacent blocks of identical
type would fail to be merged in some circumstances.
* added shrink_to_fit() to allow trimming of any excess capacity
from all non-empty blocks.
* fixed a double-free bug in the variant of swap() that allows
segmented swapping.
* improved the exception message when the block position lookup
fails to find valid block position, to make it easier to debug.
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 pkgsrc/devel/mdds/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/mdds/PLIST
cvs rdiff -u -r1.11 -r1.12 pkgsrc/devel/mdds/distinfo
cvs rdiff -u -r0 -r1.1 \
pkgsrc/devel/mdds/patches/patch-include_mdds_multi__type__vector__types.hpp
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