Changes committed to git://oss.sgi.com/pcp/pcp.git dev
configure | 302 +++++++++--------
configure.in | 4
debian/libpcp3-dev.install | 2
qa/377 | 33 -
qa/480 | 8
qa/512 | 5
src/include/buildrules | 3
src/include/pcp/.gitignore | 3
src/include/pcp/config.h | 672 ----------------------------------------
src/libpcp_pmcd/src/GNUmakefile | 9
src/libpcp_pmcd/src/probes.d | 7
src/libpcp_pmcd/src/trace.c | 12
12 files changed, 196 insertions(+), 864 deletions(-)
commit fb766cc81001256a48fd20d036827cc230fc0093
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Aug 29 09:40:04 2013 +1000
Last couple of files needing updating for config.h migration
commit d97fdc4f18b298ff5d39c5f4d291036e10ebaf97
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Aug 29 09:21:23 2013 +1000
Fix build issue on Mac OS X with static probes enabled
Using dtrace as the toolchain, rather than systemtap, shows
a couple of differences in the build we need to deal with -
the probe keyword cannot be used as a provider name and the
building of the object file step (-G to dtrace wrapper) is
not required.
Finally, this splits the initial static probe into two, one
for PDU xmit/recv, and the other for everything else.
commit 8ef58c0ad883f6a413664d1860182eb5f5736168
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Aug 29 09:13:37 2013 +1000
Update QA tests that need to know header locations
commit 05994e541c5288b7375ba805514cee6cec877734
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Aug 29 09:13:19 2013 +1000
Update checked-in configure file to match .in
commit 2ebc259508a25a895a678623c4ece925deae748b
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu Aug 29 08:59:25 2013 +1000
Fix build issue on Mac OS X with infiniband mis-detection
Also remove an accidentally committed configure-generated
file, and tweak .gitignore for it.
|