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-21valgrind: Get inputStream before calling waitFor methodOtavio Pontes1-3/+6
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-04-20Enable more warnings and fix them.Alexander Kurtakov4-2/+86
2012-04-04Fix "discouraged access" issues by adding test plugins to core'sRoland Grunberg1-1/+8
x-friends list.
2012-04-03Fix warnings in build.properties.Alexander Kurtakov1-2/+1
2012-04-03No need for empty plugin.xmlAlexander Kurtakov1-5/+0
2012-04-02Remove unneeded imports.Alexander Kurtakov1-3/+0
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.
2011-11-28Valgrind: Removing ValgrindPreferencePage from plugin.xml and messagesOtavio Pontes3-13/+7
These class was removed before, but there were some references to it in plugin.xml and messages.properties
2011-11-09Valgrind: Using the lt Process Factories to run cmd (bug #353056)Otavio Pontes3-18/+23
The Process Factories from linuxtools use a project property to get a PATH environment variable to be used to run commands. ChangeLog: * META-INF/MANIFEST.MF: Require org.eclipse.linuxtools.tools.launch.core * src/org/eclipse/linuxtools/internal/valgrind/core/ValgrindCommand.java: Using factories from org.eclipse.linuxtools.tools.launch.core to run valgrind command. * src/org/eclipse/linuxtools/internal/valgrind/launch/ValgrindLaunchConfigurationDelegate.java: Using factories from org.eclipse.linuxtools.tools.launch.core to run valgrind commands. * src/org/eclipse/linuxtools/internal/valgrind/memcheck/tests/LaunchConfigTabTest.java: * src/org/eclipse/linuxtools/internal/valgrind/memcheck/tests/MinVersionTest.java: Fixing class to use the new parameters for ValgrindCommand class. * src/org/eclipse/linuxtools/internal/valgrind/tests/ValgrindStubCommand.java: Fixing class to use the new parameters for ValgrindCommand class.
2011-11-09Removing valgrind preference page (bug #353056)Otavio Pontes4-237/+16
This page is not longer needed because we will be able to set the linuxtools PATH environment variable in Project Properties. ChangeLog: * src/org/eclipse/linuxtools/internal/valgrind/core/ValgrindCommand.java: Removing dependency for ValgrindPreferencePage * src/org/eclipse/linuxtools/internal/valgrind/core/ValgrindPlugin.java: Removing dependency for ValgrindPreferencePage * src/org/eclipse/linuxtools/internal/valgrind/core/ValgrindPreferencePage.java: Removing this preference page. This page is not longer needed because we will be able to set the linuxtools PATH environment variable in Project Properties. * src/org/eclipse/linuxtools/internal/valgrind/launch/ValgrindLaunchPlugin.java: Removing dependency for ValgrindPreferencePage * src/org/eclipse/linuxtools/internal/valgrind/core/ValgrindCommand.java: Removing dependency for ValgrindPreferencePage * src/org/eclipse/linuxtools/internal/valgrind/memcheck/tests/LocationPreferenceTest.java: Removing dependency for ValgrindPreferencePage * src/org/eclipse/linuxtools/internal/valgrind/tests/AbstractValgrindTest.java: Removing dependency for ValgrindPreferencePage * src/org/eclipse/linuxtools/internal/valgrind/tests/ValgrindStubCommand.java: Removing dependency for ValgrindPreferencePage
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-10-19NEW - bug 361308: Exports in Runtime page MANIFEST editor should provideJeff Johnston2-1/+5
the ability to mark internal https://bugs.eclipse.org/bugs/show_bug.cgi?id=361308 * META-INF/MANIFEST.MF: Hide internal package except from other Valgrind plug-ins.
2011-10-17Apply patch for bug 360950.Jeff Johnston2-2/+11
* src/org/eclipse/linuxtools/internal/valgrind/core/ValgrindPlugin.java (initializeDefaultPreferences): Add future support for Windows.
2011-10-15Fix Memcheck tests.Elliott Baron1-1/+0
2011-10-14Handle output when Valgrind must halt due to limited memory.Roland Grunberg2-7/+27
When Valgrind must stop execution due to limited memory, we can still parse the output and display a message to inform the user. BZ #360225.
2011-08-24Fix for bug #333315 - Add text to Valgrind view when no errors were found.Rafael Medeiros Teixeira1-0/+23
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-08Allow invalid location text field if Valgrind disabled.Elliott Baron1-11/+26
2011-08-08Bug 354111 - Fix Valgrind preference page. Added option to disableElliott Baron4-27/+74
Valgrind.
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-16Ensure all bundles have proper about.htmlAndrew Overholt1-12/+14
All about.html files are updated to be the exact same as http://www.eclipse.org/legal/epl/about.html Bug #316849
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-25Add .gitignore files for each feature/pluginAndrew Overholt1-0/+4
2011-01-06Added dsymutil option, needed for Mac OS X.Elliott Baron3-0/+15
2010-09-14Handle warning messages.Elliott Baron2-1/+7
2010-08-03Remote improvements including launch config tab, file cleanup, I/O streams. ↵Elliott Baron3-17/+27
Remove internal class use from tool plugins.
2010-07-27Initial remote profiling work.Elliott Baron3-13/+21
2010-06-06Bug #315890. Fix problem where preference page is not consulted when ↵Elliott Baron3-39/+61
Valgrind does not exist in user's PATH.
2010-05-27Change bundle provider to "Eclipse Linux Tools".Andrew Overholt1-1/+1
2009-11-12Bumping version to 0.4.0.Elliott Baron1-1/+1
2009-11-03Externalized/edited strings.Elliott Baron5-7/+19
2009-11-02Add Valgrind preference page for editing location of binary (BZ 289273)Roland Grunberg4-8/+36
2009-08-11Final releng changes for 0.3.Elliott Baron2-1/+5
2009-08-10Added ChangeLog entries for last commit.Elliott Baron1-0/+5
2009-08-10Added support for multiple suppression files, wrote test. Added test for #284919Elliott Baron1-2/+5
2009-08-072009-08-07 Andrew Overholt <overholt@redhat.com>Andrew Overholt2-1/+7
Bug #285861 * plugin.properties: Change Provider to Eclipse.
2009-07-30Created internal packages.Elliott Baron15-685/+11
2009-05-26Valgrind 3.4 support in the form of two new options.Elliott Baron4-0/+18
2009-05-12Plain-text parser, most memcheck code generalized for other Valgrind ↵Elliott Baron7-5/+283
messages. other tools have option to view messages from valgrind core if they exist
2009-04-03Added opening an editor from detailed snapshots in Massif plugin's chart. ↵Elliott Baron2-1/+5
Working around race condition in platform, and revised test project building to use a job scheduled with buildRule. Updated version numbers to 0.2.0.

Back to the top