From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13318 invoked by alias); 29 Sep 2009 21:11:37 -0000 Received: (qmail 13292 invoked by uid 426); 29 Sep 2009 21:11:37 -0000 Date: Tue, 29 Sep 2009 21:11:00 -0000 Message-ID: <20090929211137.13281.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.0-37-g469c1a1 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 83b019a3a45ff764d746588eb2839baa32257ed3 X-Git-Newrev: 469c1a1b2ef323030531b0ca05e6f9337c0bbbe6 Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q3/txt/msg00338.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via 469c1a1b2ef323030531b0ca05e6f9337c0bbbe6 (commit) from 83b019a3a45ff764d746588eb2839baa32257ed3 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 469c1a1b2ef323030531b0ca05e6f9337c0bbbe6 Author: Frank Ch. Eigler Date: Tue Sep 29 17:09:20 2009 -0400 build fix: use boost shared_ptr if libstdc++ to old to have * configure.ac: Look for tr1/memory and boost/shared_ptr.hpp * setupdwfl.h (shared_ptr): Define conditionally based on above. * systemtap.spec (with_boost): New parameter, default-off. ----------------------------------------------------------------------- Summary of changes: config.in | 6 + configure | 302 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 2 + setupdwfl.h | 10 ++- systemtap.spec | 5 + 5 files changed, 324 insertions(+), 1 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool