|
Boost-Commit : |
From: fmhess_at_[hidden]
Date: 2007-09-25 15:11:56
Author: fmhess
Date: 2007-09-25 15:11:52 EDT (Tue, 25 Sep 2007)
New Revision: 39528
URL: http://svn.boost.org/trac/boost/changeset/39528
Log:
Updated README for next release.
Text files modified:
sandbox/thread_safe_signals/README | 14 ++++++++------
1 files changed, 8 insertions(+), 6 deletions(-)
Modified: sandbox/thread_safe_signals/README
==============================================================================
--- sandbox/thread_safe_signals/README (original)
+++ sandbox/thread_safe_signals/README 2007-09-25 15:11:52 EDT (Tue, 25 Sep 2007)
@@ -1,15 +1,17 @@
This is an implementation of Boost.signals which is intended to be
thread-safe. There have been some changes to the API to support
-thread-safety. See the html documentation in the doc/html subdirectory
-for more information.
+thread-safety. See the html documentation in the
+"libs/thread_safe_signals/doc/html" subdirectory for more information.
This implementation is header-only. It should be useable by simply adding
-this directory to your include path when compiling. Be sure to place
-this directory before the path to your full boost headers.
+this directory to your include path when compiling. However, it does depend
+on the Boost.thread library if you use the multi_threaded ThreadingModel for
+your signals. Be sure to place this directory before the path to your
+full boost headers.
The web page for thread_safe_signals is at:
-http://www.comedi.org/projects/thread_safe_signals/doxygen/index.html
+http://www.comedi.org/projects/thread_safe_signals/libs/thread_safe_signals/doc/html/index.html
The latest version of this library should be available from the
boost sandbox svn:
@@ -22,6 +24,6 @@
svn co http://svn.boost.org/svn/boost/sandbox/thread_safe_signals thread_safe_signals
-2007-06-12
+2007-09-25
Frank Mori Hess <fmhess_at_[hidden]>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk