From 287df446db3664658ab088a18f529fe0b0732fa3 Mon Sep 17 00:00:00 2001 From: wiz Date: Tue, 1 Mar 2011 09:29:15 +0000 Subject: Remove file added by accident --- devel/mdds/log | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 devel/mdds/log (limited to 'devel/mdds') diff --git a/devel/mdds/log b/devel/mdds/log deleted file mode 100644 index 93d84e3c860..00000000000 --- a/devel/mdds/log +++ /dev/null @@ -1,28 +0,0 @@ -mdds 0.5.1 - - * fixed build issues on Windows, using MSVC compilers. - -mdds 0.5.0 - - * flat_segment_tree's search methods now return a std::pair of - const_iterator and bool, instead of just returning bool. - - * fixed a weird enum value mis-handling with mixed_type_matrix when - compiled with MSVC++. - - * added new insert() method to flat_segment_tree that takes a - positional hint to boost insertion speed. Also, all three - insert() methods now return the start position of the segment that - an inserted segment belongs to. - - * slight performance improvement on the insert methods. - - * slight performance improvement on the iterators of - flat_segment_tree. - - * re-organized the structure of flat_segment_tree to split it into - multiple headers. - - * properly support prefix, docdir, includedir configure options. - - * support DESTDIR environment variable for make install. -- cgit v1.2.3