Changes committed to git://oss.sgi.com/pcp/pcp-gui.git dev
VERSION | 2 -
books/PCP_PG/GNUmakefile | 15 ++++----
books/PCP_PG/pcp-programmers-guide.pdf |binary
books/PCP_PG/pcp-programmers-guide.xml | 1
books/PCP_TCS/GNUmakefile | 15 ++++----
books/PCP_UAG/GNUmakefile | 15 ++++----
books/PCP_UAG/pcp-users-and-administrators-guide.pdf |binary
build/GNUmakefile | 6 +--
build/rpm/fedora.spec | 8 ++++
debian/changelog | 6 +++
doc/CHANGES | 6 +++
src/chart/chart.cpp | 32 ++++++++-----------
src/include/builddefs.in | 3 +
src/include/buildmacros | 9 ++---
src/include/buildrules | 6 +--
src/libqmc/qmc_source.cpp | 5 ++
src/libqmc/qmc_source.h | 2 +
17 files changed, 76 insertions(+), 55 deletions(-)
commit aa28a4f312d6846502cea58d843182101969538f
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat Sep 7 17:53:09 2013 +1000
Update version files, changelogs, etc preparing for a release
commit 7a902d7727ab788fc0ec668cc45fbf86060b92b4
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat Sep 7 17:52:45 2013 +1000
Keep "golden" copies of each of the books in the tree
The toolchains for generating the books are many and varied,
and unfortunately each seems to have its own set of issues.
Some appear to be relatively new, and/or not support all of
the platforms we'd like to build on. Others, seem to have
poor attitudes towards back-compat of their own formats and/
or arguments, and are very difficult to make work for all of
the platforms we'd like to build on (ie with different tool
versions).
All of this leads to a lack of trust in book toolchains, but
we do want the books in all pcp-doc releases. So, commit a
known good version of each book into the tree, and install
that (a bit like the autoconf/configure situation I guess).
commit 16cc79c744ed4ec4ce1b7e4b809f390088173e87
Merge: 2eb29db de9f1e5
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Sat Sep 7 16:18:27 2013 +1000
Merge branch 'fche/pcp-gui' of git://sourceware.org/git/pcpfans into dev
commit de9f1e5cdb8a725adb412955e9a3b28267d4293f
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date: Wed Sep 4 12:37:48 2013 -0400
configury: enable gnu make -jNN parallel builds
Just as for main pcp commit 91917ccf3, the same build*/GNUmakefile
tweaks can enable parallel builds with gnu make. There appear to
be no .NOTPARALLEL: clauses required.
commit 03fe91bdb57d3c96fc5937b903dac92d441e028a
Author: Frank Ch. Eigler <fche@xxxxxxxxxx>
Date: Wed Sep 4 07:28:27 2013 -0400
pcp-gui: switch to pmGetContextHostName for %h-expansion in chart titles
* libqmc/qmc_source.{h,cpp}: Add a my.context_hostname field,
as distinct from .host, .source, .proxy, which are preserved
(such as they are).
* chart/chart.cpp (Chart::changeTitle): Use context_hostname. Eschew
proxy suffixing, since that does not contribute to the real data-source
host name, only its access path.
|