summaryrefslogtreecommitdiff
path: root/devel/mdds
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2011-03-01 09:29:15 +0000
committerwiz <wiz@pkgsrc.org>2011-03-01 09:29:15 +0000
commit287df446db3664658ab088a18f529fe0b0732fa3 (patch)
tree8daf52d959a64773a7e7147c015808a3efa03baa /devel/mdds
parent9835da12f390740c002bcc283ba3f1ab8a1f9533 (diff)
downloadpkgsrc-287df446db3664658ab088a18f529fe0b0732fa3.tar.gz
Remove file added by accident
Diffstat (limited to 'devel/mdds')
-rw-r--r--devel/mdds/log28
1 files changed, 0 insertions, 28 deletions
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.