Show
Ignore:
Timestamp:
04/05/07 16:54:02 (2 years ago)
Author:
patrick
Message:

Added thread start/exit notification capabilities. It is now possible to
register callbacks that are invoked whenever a new thread starts its
execution (invoked just before the user-supplied thread functor starts) and
after a thread completes its execution (invoked just after the thread functor
returns). This is implemented using Boost.Signals for reasons outlined in a
post that I made to the vrjuggler-devel mailing list.

Bumped version to 1.1.44.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • juggler/trunk/modules/vapor/vpr.fpc.in

    r19464 r19897  
    6565Version: ${vpr_version} 
    6666Provides: vpr VPR 
    67 Requires: Boost.Filesystem = @BOOST_VERSION_DOT@ boost >= @BOOST_VERSION_DOT@ cppdom = @CPPDOM_VERSION@ ${extra_deps} 
     67Requires: Boost.Signals = @BOOST_VERSION_DOT@ Boost.Filesystem = @BOOST_VERSION_DOT@ boost >= @BOOST_VERSION_DOT@ cppdom = @CPPDOM_VERSION@ ${extra_deps} 
    6868Arch: ${ISA} 
    6969Cflags: ${vpr_cxxflags} ${vpr_extra_cxxflags} ${subsystem_cxxflags} -I${includedir} ${ABI_FLAGS}