This is the mail archive of the systemtap-cvs@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] systemtap: system-wide probe/trace tool branch, timoore/grapher, updated. release-0.9.5-130-g1087b83


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "systemtap: system-wide probe/trace tool".

The branch, timoore/grapher has been updated
       via  1087b83f9b60e85d3d41cebd797f2eb4cc495bc6 (commit)
       via  a6e65750e80380d42ea238f3c688c3499de16d74 (commit)
      from  2d45e339f3287cf0b4805ea91b3aa9f17b6d4752 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
-----------------------------------------------------------------------

Summary of changes:
 Makefile.am                                        |    8 +-
 Makefile.in                                        |   66 +---
 configure                                          |  445 ++++++++++----------
 configure.ac                                       |   12 +-
 CairoWidget.cxx => grapher/CairoWidget.cxx         |    0 
 CairoWidget.hxx => grapher/CairoWidget.hxx         |    0 
 GraphData.hxx => grapher/GraphData.hxx             |    0 
 GraphWidget.cxx => grapher/GraphWidget.cxx         |    0 
 GraphWidget.hxx => grapher/GraphWidget.hxx         |    0 
 grapher/Makefile.am                                |    7 +
 .../Makefile.in                                    |  209 ++++++----
 grapher.cxx => grapher/grapher.cxx                 |    0 
 12 files changed, 363 insertions(+), 384 deletions(-)
 rename CairoWidget.cxx => grapher/CairoWidget.cxx (100%)
 rename CairoWidget.hxx => grapher/CairoWidget.hxx (100%)
 rename GraphData.hxx => grapher/GraphData.hxx (100%)
 rename GraphWidget.cxx => grapher/GraphWidget.cxx (100%)
 rename GraphWidget.hxx => grapher/GraphWidget.hxx (100%)
 create mode 100644 grapher/Makefile.am
 copy {doc/SystemTap_Tapset_Reference => grapher}/Makefile.in (52%)
 rename grapher.cxx => grapher/grapher.cxx (100%)


hooks/post-receive
--
systemtap: system-wide probe/trace tool


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]