pcp
[Top] [All Lists]

pcp updates: python, build, qa

To: pcp developers <pcp@xxxxxxxxxxx>
Subject: pcp updates: python, build, qa
From: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue, 2 Aug 2016 03:14:06 -0400 (EDT)
Delivered-to: pcp@xxxxxxxxxxx
In-reply-to: <1959370273.13441858.1470122029798.JavaMail.zimbra@xxxxxxxxxx>
Reply-to: Nathan Scott <nathans@xxxxxxxxxx>
Thread-index: c63w2XgOEqIh5OiuqbUtCDfedNMvNw==
Thread-topic: pcp updates: python, build, qa
Changes committed to git://git.pcp.io/pcp.git master

Nathan Scott (4):
      build: correction to static build name for web library
      python api: interface tm class to struct_time for strftime
      qa: update gitignore for recent multictx addition
      qa: small source makefile portability improvements


 qa/737.out                     |    7 ++++---
 qa/src/.gitignore              |    1 +
 qa/src/GNUlocaldefs            |    8 ++++----
 qa/src/test_pcp_time.python    |   12 ++++++++----
 src/libpcp_web/src/GNUmakefile |    4 ++--
 src/python/pcp/pmapi.py        |   11 +++++++++++
 6 files changed, 30 insertions(+), 13 deletions(-)


commit 6a52104573fb919019521f26c8ebc8b2fbb73add
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Tue Aug 2 16:11:50 2016 +1000

    qa: small source makefile portability improvements
    
    Remove reference to LIBSOL which doesn't exist anywhere now.
    Use _SHAREDOPTS macro from the build instead of the direct
    use of -shared, which is platform/toolchain specific.

commit b455ea04237dc1278659d3a358232530711c3458
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Tue Aug 2 16:11:46 2016 +1000

    qa: update gitignore for recent multictx addition

commit fffaabf5c231be48c132737ec42fbe88c5c7ad66
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Tue Aug 2 16:02:08 2016 +1000

    python api: interface tm class to struct_time for strftime
    
    The date reporting in the header lines of pcp-mpstat and
    pcp-pidstat would like to use strftime to match behaviour
    of the original tools, so allow converting between our tm
    class and the python time module struct_time.
    
    Adds to qa/737 to exercise use of the python time strftime.

commit 98476e880570511cb1fb1c2e8652140e8be199f2
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date:   Tue Aug 2 13:58:03 2016 +1000

    build: correction to static build name for web library

<Prev in Thread] Current Thread [Next in Thread>
  • pcp updates: python, build, qa, Nathan Scott <=