From a338bb265ea1b6626b0a4b6e23409d3389dd0918 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Mar 30 2011 08:17:10 +0000 Subject: tweak mdds patch to apply --- diff --git a/mdds.add-missing-link.patch b/mdds.add-missing-link.patch index ca41a3f..12a57be 100644 --- a/mdds.add-missing-link.patch +++ b/mdds.add-missing-link.patch @@ -3,8 +3,8 @@ add missing link diff -r d5fb760990e4 -r c08b02a02f23 include/mdds/flat_segment_tree_def.inl ---- a/inc/mdds/flat_segment_tree.hpp Thu Mar 24 14:52:10 2011 +0100 -+++ b/inc/mdds/flat_segment_tree.hpp Thu Mar 24 14:53:14 2011 +0100 +--- misc/mdds_0.3.0/inc/mdds/flat_segment_tree.hpp Thu Mar 24 14:52:10 2011 +0100 ++++ misc/mdds_0.3.0/inc/mdds/flat_segment_tree.hpp Thu Mar 24 14:53:14 2011 +0100 @@ -438,6 +438,7 @@ m_left_leaf->value_leaf.value = m_init_val; new_node->left = m_left_leaf; diff --git a/mdds.do-not-insert-new-node.patch b/mdds.do-not-insert-new-node.patch index 39dd396..0bcae8c 100644 --- a/mdds.do-not-insert-new-node.patch +++ b/mdds.do-not-insert-new-node.patch @@ -3,8 +3,8 @@ do not insert new node if the whole range was shifted diff -r ff6ad274f8ec include/mdds/flat_segment_tree_def.inl ---- a/inc/mdds/flat_segment_tree.hpp Thu Mar 24 14:54:16 2011 +0100 -+++ b/inc/mdds/flat_segment_tree.hpp Thu Mar 24 14:55:26 2011 +0100 +--- misc/mdds_0.3.0/inc/mdds/flat_segment_tree.hpp Thu Mar 24 14:54:16 2011 +0100 ++++ misc/build/mdds_0.3.0/inc/mdds/flat_segment_tree.hpp Thu Mar 24 14:55:26 2011 +0100 @@ -430,16 +430,25 @@ if (m_left_leaf->value_leaf.value != m_init_val)