Changes committed to git://oss.sgi.com:8090/nathans/pcp.git
VERSION.pcp | 2
configure.in | 14
debian/GNUmakefile | 6
debian/changelog | 6
debian/control | 3
debian/libpcp-pmda3-dev.dirs | 1
debian/libpcp-pmda3-dev.install | 1
debian/libpcp-trace2-dev.dirs | 1
debian/libpcp-trace2-dev.install | 3
debian/libpcp3-dev.dirs | 1
debian/libpcp3-dev.install | 7
debian/rules | 3
dev/null |binary
src/include/platform_defs.h.in | 1
src/libpcp_pmc/examples/fixed.c++ | 7
src/libpcp_pmc/examples/hotproc.c++ | 10
src/libpcp_pmc/pcp/pmc/Context.h | 9
src/libpcp_pmc/pcp/pmc/Desc.h | 6
src/libpcp_pmc/pcp/pmc/Group.h | 7
src/libpcp_pmc/pcp/pmc/Indom.h | 9
src/libpcp_pmc/pcp/pmc/Source.h | 7
src/libpcp_pmc/pcp/pmc/String.h | 7
src/libpcp_pmc/src/Context.c++ | 9
src/libpcp_pmc/src/Desc.c++ | 7
src/libpcp_pmc/src/Indom.c++ | 9
src/libpcp_pmc/src/Metric.c++ | 9
src/pmdas/windows/GNUmakefile | 140
src/pmdas/windows/README | 2
src/pmdas/windows/all-on-tower |10684
--------------------------------
src/pmdas/windows/help.c | 18
src/pmdas/windows/init.c | 57
src/pmdas/windows/instance.c | 1
src/pmdas/windows/libpdh.def | 9
src/pmdas/windows/libpdh.h | 276
src/pmdas/windows/match-counters | 192
src/pmdas/windows/pdhlist.c | 95
src/pmdas/windows/pdhmatch.sh | 192
src/pmdas/windows/pmcygrunsrv | 110
src/pmdas/windows/pmcygrunsrv.sh | 110
src/pmdas/windows/shim.c | 9
src/pmdas/windows/shim.h | 16
src/pmdas/windows/shim.save.uu | 1733 -----
src/pmdas/windows/shim_pcp.h | 2
src/pmdas/windows/show-all-ctrs.c | 100
src/pmdas/windows/show-all-ctrs.save.uu | 823 --
src/pmdas/windows/util.c | 6
src/pmdumptext/pmdumptext.c++ | 19
47 files changed, 909 insertions(+), 13830 deletions(-)
commit ce3c11bdd6dc0140b322a461de71f7ec442b6e1a
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Wed May 7 08:30:43 2008 +1000
Move header files into the development packages where they belong
(argh!).
commit 2e5dfab5b3892b9aa399aabade3bba7afdd36308
Author: Ken McDonell <kmcdonell@xxxxxxxxxx>
Date: Wed May 7 08:28:50 2008 +1000
Allow PMC to build with recent g++ compiler versions that have
now removed the iostream.h backward compatibility headers. We
detect the presence of either <iostream> and <iostream.h> with
the configure script, then switch at compile time to whichever
is present (defaulting to the old way - iostream.h).
commit 1cdf3c30efbcd90962e2797e30ceef7afc03f60c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri May 2 15:40:05 2008 +1000
Rename a shell script for naming consistency.
commit 086cb3d4acc1471f556f072cec011cd394f20169
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Fri May 2 15:29:37 2008 +1000
Rework the Windows shim layer so that it is now compiled with the
MinGW (gcc-based) compiler rather than with the Microsoft Visual
C compiler. In the long term it'd be great to compile all of PCP
(and kmchart!) using this compiler to give a native Windows build
without the Cygwin DLL dependence - this patch is the first step
toward that goal.
|