summaryrefslogtreecommitdiffstats
path: root/grapher
Commit message (Collapse)AuthorAgeFilesLines
* PR10209: extend configury for --disable-translatorElliott Baron2009-06-051-4/+4
| | | | | | | | | | | | * configure.ac: Added --disable-translator feature, creates AM_CONDITIONAL BUILD_TRANSLATOR. * Makefile.am: Only build runtime components (staprun, stapio) if BUILD_TRANSLATOR == FALSE. * configure: Regenerated. * Makefile.in: Likewise. * aclocal.m4: Likewise. * config.in: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * grapher/Makefile.in: Likewise.
* Suggest rpms to install using debuginfo-install.William Cohen2009-05-271-4/+7
| | | | | | | | | The patch makes use of the RPM libraries to determine which rpm supplied the executable and from that information suggest a command to install the appropriate debuginfo rpm. This is enabled using the "--with-rpm" option for configure. Can be explicitly disabled with "--without-rpm".
* Merge branch 'tapsets-cleanup'Josh Stone2009-05-151-12/+12
|\
| * Move dfwlpp into its own fileJosh Stone2009-05-121-12/+12
| | | | | | | | | | It's not a terribly clean split, but moving it helps reveals some of the knots that need to be untangled.
* | Initialize variables in GraphWidget::on_motion_notify_event().William Cohen2009-05-141-2/+2
|/
* Correct typo in BUILD_SERVER test in configure.ac.Dave Brolley2009-05-111-12/+12
|
* Check whether certutil as provided by nss-tools is installed.Mark Wielaard2009-05-081-0/+1
| | | | | | | | | | | * configure.ac: Add check for certuril, don't build nss stap server when not found. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * grapher/Makefile.in: Likewise.
* Run autoreconfEugeniy Meshcheryakov2009-05-061-0/+1
|
* Run autoreconfEugeniy Meshcheryakov2009-05-051-13/+12
|
* Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-041-10/+10
|
* Add grapher executable and doc generated files and dirs to .gitignore files.Mark Wielaard2009-04-261-0/+1
|
* Have appropriate types and cast to allow compilation on RHEL-5.William Cohen2009-04-201-4/+4
|
* Finish moving grapher into a subdirectoryTim Moore2009-04-205-8765/+47
| | | | | | | | | | * configure.ac (GRAPHER): Configuration prefix for variables defined by PKG_CHECK_MODULES macro. (BUILD_GRAPHER): New conditional variable (enable-grapher): New option (AC_CONFIG_FILES): Add grapher/Makefile * Makefile.am (SUBDIRS): Add grapher * grapher/Makefile.am: New file
* Move grapher to subdirectoryTim Moore2009-04-2011-0/+9854