Changes committed to git://git.pcp.io/pcp.git dev
Ken McDonell (10):
qa/260 - improve determinism
sample pmda - add pmStore support for some metrics
qa/753 - changes to improve test stability and determinism
qa/555 - more diags to try and track down failures
qa makefile - missed change when qa/746 added
qa/746 - third attemot to get all the bits checked in
python bits - don't build for PPC on Mac OS X
qa/994 - more Mac OS X tweaks
Makefile changes for qt bits
qa assorted - new .out files after recent sample pmda changes
Nathan Scott (2):
build: improve python configure checking for required headers
python3: several module updates and pmiostat running
configure | 56 +++++-
configure.ac | 22 +-
qa/025.out | 18 +-
qa/026.out | 33 +++
qa/043.out | 2
qa/260 | 19 --
qa/260.out | 46 +++++
qa/273.out | 40 +++-
qa/449.out | 2
qa/555 | 1
qa/753 | 16 +
qa/753.out | 16 -
qa/994 | 4
qa/qt/qmc_format/qmc_format.pro | 2
qa/src/.gitignore | 1
qa/src/GNUlocaldefs | 2
qa/src/badUnitsStr_r.c | 45 +++++
src/libpcp_qed/src/libpcp_qed.pro | 3
src/libpcp_qmc/src/libpcp_qmc.pro | 2
src/libpcp_qwt/src/libpcp_qwt.pro | 2
src/pmdas/sample/help | 40 +++-
src/pmdas/sample/src/sample.c | 72 ++++++--
src/pmdumptext/pmdumptext.pro | 2
src/pmiostat/pmiostat.py | 323 +++++++++++++++++++-------------------
src/python/GNUmakefile | 4
src/python/pcp/mmv.py | 6
src/python/pcp/pmapi.py | 54 ++++--
src/python/pcp/pmcc.py | 16 +
src/python/pcp/pmda.py | 6
src/python/pcp/pmgui.py | 2
src/python/pcp/pmsubsys.py | 23 +-
31 files changed, 581 insertions(+), 299 deletions(-)
|