From 73b31a2c258362dede98528664c6627ee9e57a50 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 17 May 2002 15:28:22 +0000 Subject: [PATCH] Added Boost.Signals library [SVN r13964] --- .gitmodules | 4 ++++ Jamfile | 1 + libs/detail | 2 +- libs/signals | 1 + 4 files changed, 7 insertions(+), 1 deletion(-) create mode 160000 libs/signals diff --git a/.gitmodules b/.gitmodules index 3ece4deb50..b78f88c4fd 100644 --- a/.gitmodules +++ b/.gitmodules @@ -134,6 +134,10 @@ path = libs/multi_array url = ../multi_array.git fetchRecurseSubmodules = on-demand +[submodule "signals"] + path = libs/signals + url = ../signals.git + fetchRecurseSubmodules = on-demand [submodule "preprocessor"] path = libs/preprocessor url = ../preprocessor.git diff --git a/Jamfile b/Jamfile index 8de9deb973..617b0ec77c 100644 --- a/Jamfile +++ b/Jamfile @@ -2,3 +2,4 @@ project-root ; subinclude libs/regex/build ; subinclude libs/thread/build ; subinclude libs/python/build ; +subinclude libs/signals/build ; diff --git a/libs/detail b/libs/detail index d9d6a970cf..9663499093 160000 --- a/libs/detail +++ b/libs/detail @@ -1 +1 @@ -Subproject commit d9d6a970cfd4d6003e95c889e315184bc93c6490 +Subproject commit 9663499093cc61e088b8a631a8d83ef9bbe83247 diff --git a/libs/signals b/libs/signals new file mode 160000 index 0000000000..bce8c0037f --- /dev/null +++ b/libs/signals @@ -0,0 +1 @@ +Subproject commit bce8c0037f2254665bc3109989299f95ceff7484