Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-07-06Renaming version to 1.2 in master branchOtavio Pontes1-1/+1
Change-Id: If9b07241d8072b474835123100ff0657b573b492
2012-06-14Prepare Valgrind for 1.0.0 release.Jeff Johnston3-4/+4
Move all Valgrind plugins/features to version 1.0.0. Remove Incubation marker from all names.
2012-05-02Valgrind: Removing unnecessary dependencies (org.eclipse.emf.*)Otavio Pontes1-3/+0
2012-04-20Enable more warnings and fix them.Alexander Kurtakov8-11/+103
2012-04-18Fix BZ #376933.Roland Grunberg1-1/+1
The Massif TableViewer does not seem to scroll to the selected element on Windows. This fixes this issue.
2012-04-02Make valgrind tests fragments.Alexander Kurtakov1-2/+0
Activators removed as they were not needed except for accessing the bundle which can be achieved by using FrameworkUtil.
2012-03-16Updating versions from 0.10.0 to 0.11.0 in pom files.Otavio Pontes2-3/+3
Since our 0.10 release is schedule and the stable-0.10 branch was already created we're updating the versions for our next release. I was recomended to updated it to 0.11 instead of 1.0 because we are still in incubation.
2012-03-09Update text reference to reflect change in package name.Roland Grunberg1-1/+1
2012-03-08Rename o.e.l.internal.valgrind.birt to o.e.l.internal.valgrind.charting.Roland Grunberg10-11/+11
2012-03-05Fix failing Massif Test, and minor change to Massif double-click logic.Roland Grunberg2-3/+9
2012-03-01Cast operand of data scaling operations to prevent truncation. (findbugs)Roland Grunberg1-4/+4
2012-02-29Merge branch 'feature/valgrind/no-birt'Roland Grunberg8-683/+307
Conflicts: valgrind/org.eclipse.linuxtools.valgrind.test-feature/feature.xml
2012-02-21Use getFullPath() instead of getLocation() when linking to sourceRoland Grunberg1-3/+6
code. The call to getSourceElement may return an Object that has a file system path associated with it, but does not implement the IFile interface. If it implements IStorage, we can still link to the source code.
2012-01-13Set spacing between horizontal grid lines to match original BIRT chart.Roland Grunberg1-0/+2
2012-01-05Change references of "svg" to "png" and fix minor typo.Roland Grunberg4-11/+11
2011-12-20Remove BIRT altogether as a dependency from manifests.Roland Grunberg1-24/+3
2011-12-20Implement exporting heap chart to PNG format.Roland Grunberg4-95/+34
2011-12-20Fix a Massif test to check the correctness of a charted data point.Roland Grunberg1-1/+1
2011-12-20Make Massif chart as similar as possible to the original BIRT chart.Roland Grunberg3-277/+84
2011-12-20Implement single and double click referencing of the snapshot in the chart.Roland Grunberg2-16/+123
2011-12-20Render data and begin making chart look similar to the BIRT rendered one.Roland Grunberg2-5/+57
2011-12-20Initial commit of moving Valgrind Massif away from BIRT and to using ↵Roland Grunberg4-270/+8
SWTChart for the rendering of the memory chart.
2011-10-28Change pom.xmls to release 0.10.0-SNAPSHOT.Jeff Johnston2-3/+3
2011-10-20Fix pom:s for the next release (1.0.0)Francois Chouinard2-3/+3
2011-08-24Fix POM versions.Elliott Baron1-1/+1
2011-08-23Set version for Valgrind plugins and features to 0.9.0.Elliott Baron1-1/+1
2011-08-23Make POM versions 0.9.0-SNAPSHOTAndrew Overholt1-1/+1
In each pom.xml file, make the parent version 0.9.0-SNAPSHOT and make it 0.9.0-SNAPSHOT in the main (ex. autotools/pom.xml, lttng/pom.xml, etc.) POMs.
2011-08-11Make use of eclipse parent pom and delete not needed parts from build ↵Alexander Kurtakov1-8/+0
sections causing maven to show warnings.
2011-08-03Surround VG 3.6 options with version checks.Elliott Baron5-30/+64
2011-08-02Fix doubling stacks value in chart.Elliott Baron1-1/+0
2011-07-08Valgrind 3.6 massif new options included.Daniel Henrique Debonzi5-4/+100
2011-06-30Fix build by syncing pom.xml and MANIFEST.MF versions.Alexander Kurtakov1-1/+1
2011-06-29Undo changes to the POM files.Elliott Baron1-2/+2
2011-06-29Update POM parent references' versions.Elliott Baron1-1/+1
2011-06-29Bumped version. Added script to change version across all files.Elliott Baron2-2/+2
2011-06-29Adding missing expand/collapse text.Elliott Baron1-0/+2
2011-05-10Move to tycho 0.12 and rename all the plugins names.Alexander Kurtakov1-2/+2
2011-03-09Tycho-ify valgrindAndrew Overholt2-0/+53
2011-02-27Add missing valgrind iconElliott Baron1-0/+0
2011-02-27Add missing valgrind iconsElliott Baron2-0/+0
2011-02-27Add missing valgrind iconElliott Baron1-0/+0
2011-02-27Add missing valgrind iconElliott Baron1-0/+0
2011-02-27Add missing valgrind iconElliott Baron1-0/+0
2011-02-25Add .gitignore files for each feature/pluginAndrew Overholt1-0/+4
2011-02-25Merge valgrindAndrew Overholt34-0/+3673
2010-08-24Remove org.mozilla.rhino as dependency.Elliott Baron2-2/+5
2010-08-06Fixed repeat launches not working, added arguments tab with no WD block, ↵Elliott Baron3-2/+7
fixed issues with Cachegrind and Massif on remote.
2010-08-03Remote improvements including launch config tab, file cleanup, I/O streams. ↵Elliott Baron14-61/+200
Remove internal class use from tool plugins.
2010-07-27Initial remote profiling work.Elliott Baron3-10/+43
2010-07-06Use proper about.htmlAndrew Overholt1-12/+14

Back to the top