Changes committed to git://git.pcp.io/pcp.git master
Nathan Scott (5):
docs: update notes about Windows builds/installs
build: fix the pcp-python vs pcp-python3 deb package contents
build: merge some other spec file updates for pmdasnmp
build: update gitignore file for python builds
build: remove duplicate or unneeded header file checking
INSTALL | 22 ++++++++++++----------
build/rpm/fedora.spec | 21 ++++++++++++++++++---
configure | 19 +++----------------
configure.ac | 7 +++----
debian/rules | 4 ++--
src/include/pcp/config.h.in | 28 +---------------------------
src/pcp/atop/procdbase.c | 1 -
src/python/.gitignore | 1 +
src/python/GNUmakefile | 24 ++++++++++++------------
9 files changed, 52 insertions(+), 75 deletions(-)
commit ae79bba7b4b6d92d8fab6a9b213e5134adf97b30
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu May 5 14:17:40 2016 +1000
build: remove duplicate or unneeded header file checking
Found several headers are unconditionally included in pmapi.h
(unistd.h, stdlib.h, sys/time.h, sys/param.h) and then later
conditionally included in config.h - by definition they must
be present on all supported platforms.
commit dbca0e319a2a1a036683b7ff2de37a2557f49681
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu May 5 14:17:31 2016 +1000
build: update gitignore file for python builds
commit daeb9419953f32f269626112efe91bec02ab821c
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu May 5 14:13:28 2016 +1000
build: merge some other spec file updates for pmdasnmp
commit cf6eb6728452b14752a5498698919e1a99dcfb07
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu May 5 14:12:45 2016 +1000
build: fix the pcp-python vs pcp-python3 deb package contents
commit feafa38da266d153b6eebc30fac8c27c745689cd
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Thu May 5 09:47:42 2016 +1000
docs: update notes about Windows builds/installs
|