[libsigc++2] Missing changes from the previous commit.
- From: Murray Cumming <murrayc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libsigc++2] Missing changes from the previous commit.
- Date: Wed, 20 Jul 2011 06:53:05 +0000 (UTC)
commit 716868c1291a98cdb7a8147b950d67be875fc26a
Author: Murray Cumming <murrayc murrayc com>
Date: Wed Jul 20 08:52:10 2011 +0200
Missing changes from the previous commit.
ChangeLog | 9 +++++++++
tests/Makefile.am | 2 ++
2 files changed, 11 insertions(+), 0 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 56984e3..64a7ff4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2011-07-19 Kjell Ahlstedt <kjell ahlstedt bredband net>
+
+ Add a test case for the previous commit.
+
+ * tests/Makefile.am:
+ * tests/test_bind_refptr.cc: A version of this test is also in glibmm.
+ Note that this includes a copy/paste of RefPtr.
+ See Bug #564005#14
+
2011-07-14 Kjell Ahlstedt <kjell ahlstedt bredband net>
slot_rep: Avoid access to deleted object in notify().
diff --git a/tests/Makefile.am b/tests/Makefile.am
index c26d471..0680ba1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -24,6 +24,7 @@ check_PROGRAMS = \
test_accumulated \
test_bind \
test_bind_ref \
+ test_bind_refptr \
test_bind_return \
test_compose \
test_copy_invalid_slot \
@@ -51,6 +52,7 @@ test_accum_iter_SOURCES = test_accum_iter.cc
test_accumulated_SOURCES = test_accumulated.cc
test_bind_SOURCES = test_bind.cc
test_bind_ref_SOURCES = test_bind_ref.cc
+test_bind_refptr_SOURCES = test_bind_refptr.cc
test_bind_return_SOURCES = test_bind_return.cc
test_compose_SOURCES = test_compose.cc
test_copy_invalid_slot_SOURCES = test_copy_invalid_slot.cc
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]