|  | 2012-10-19  cabernal  <cabernal@redhat.com> | 
|  |  | 
|  | * plugin.properties: Add tool information definition. | 
|  | * plugin.xml: Add tool information to launch provider. | 
|  | 2012-10-10  cabernal  <cabernal@redhat.com> | 
|  |  | 
|  | * plugin.properties: Add tool description definiton. | 
|  | * plugin.xml: Add tool description to launch provider. | 
|  | 2012-09-11  Jeff Johnston  <jjohnstn@redhat.com> | 
|  |  | 
|  | * META-INF/MANIFEST.MF: Add import of o.e.l.internal.valgrind.core. | 
|  | * src/org/eclipse/linuxtools/internal/valgrind/memcheck/MemcheckToolPage.java (setDefaults): Set the | 
|  | ATTR_TOOL attribute to be memcheck. | 
|  |  | 
|  | 2012-09-05  Jeff Johnston  <jjohnstn@redhat.com> | 
|  |  | 
|  | * plugin.xml: Add memcheck as memory profiling provider. | 
|  | * plugin.properties: Add string for memcheck as memory profiling provider. | 
|  | * src/org/eclipse/linuxtools/internal/valgrind/memcheck/MemcheckLaunchConfigurationTabGroup.java: New file. | 
|  |  | 
|  | 2011-08-15  Jeff Johnston  <jjohnstn@redhat.com> | 
|  |  | 
|  | * src/org/eclipse/linuxtools/internal/valgrind/memcheck/MemcheckLaunchDelegate.java (getCommandArray): | 
|  | Add check when dealing with versioned options to omit them if they | 
|  | are the default. | 
|  |  | 
|  | 2010-08-03  Elliott Baron  <ebaron@fedoraproject.org> | 
|  |  | 
|  | * META-INF/MANIFEST.MF: Remove internal deps. | 
|  | * src/org/eclipse/linuxtools/internal/valgrind/memcheck/MemcheckLaunchDelegate.java (getCommandArray): API changes. | 
|  | (initializeView): Likewise. | 
|  | * src/org/eclipse/linuxtools/internal/valgrind/memcheck/MemcheckPlugin.java: Remove internals use. | 
|  | * src/org/eclipse/linuxtools/internal/valgrind/memcheck/MemcheckToolPage.java (createControl): Version is now passed to page. | 
|  | (initializeFrom): Likewise. | 
|  | (performApply): Likewise. | 
|  | (isValid): Likewise. | 
|  | (setDefaults): Likewise. | 
|  | (setValgrindVersion): Likewise. | 
|  |  | 
|  | 2010-07-26  Elliott Baron  <ebaron@fedoraproject.org> | 
|  |  | 
|  | * META-INF/MANIFEST.MF: Bump version to 0.7.0. | 
|  | * src/org/eclipse/linuxtools/internal/valgrind/memcheck/MemcheckLaunchDelegate.java: Remove dependence on | 
|  | internal Valgrind launch delegate. | 
|  |  | 
|  | 2009-09-28  Elliott Baron  <ebaron@fedoraproject.org> | 
|  |  | 
|  | #290597 | 
|  | * src/org/eclipse/linuxtools/internal/valgrind/memcheck/MemcheckLaunchConstants.java: Changed alignment option. | 
|  | * src/org/eclipse/linuxtools/internal/valgrind/memcheck/MemcheckLaunchDelegate.java (getCommandArray): Likewise. | 
|  | * src/org/eclipse/linuxtools/internal/valgrind/memcheck/MemcheckToolPage.java: Likewise. | 
|  |  | 
|  | 2009-08-11  Elliott Baron  <ebaron@redhat.com> | 
|  |  | 
|  | * src/org/eclipse/linuxtools/valgrind: Removed. | 
|  | * META-INF/MANIFEST.MF: Bump version to 0.3.0. | 
|  |  | 
|  | 2009-08-07  Andrew Overholt  <overholt@redhat.com> | 
|  |  | 
|  | Bug #285861 | 
|  |  | 
|  | * plugin.properties: Change Provider to Eclipse. | 
|  |  | 
|  | 2009-07-30  Elliott Baron  <ebaron@redhat.com> | 
|  |  | 
|  | * src/org/eclipse/linuxtools/valgrind/memcheck: Removed. | 
|  | * src/org/eclipse/linuxtools/internal/valgrind/memcheck: New package. | 
|  | * .project: Added API analysis. | 
|  | * META-INF/MANIFEST.MF: Export internal package. | 
|  | * plugin.xml: Updated class references. | 
|  |  | 
|  | 2009-07-09  Elliott Baron  <ebaron@redhat.com> | 
|  |  | 
|  | * MemcheckToolPage.java: Display version exceptions only in tab's errorMessage. | 
|  |  | 
|  | 2009-07-07  Elliott Baron  <ebaron@redhat.com> | 
|  |  | 
|  | * MemcheckLaunchConstants.java: Added option for turning off leak check. | 
|  | * MemcheckLaunchDelegate.java (getCommandArray): Likewise. | 
|  | * MemcheckToolPage.java: Likewise. | 
|  | * messages.properties: Likewise. | 
|  |  | 
|  | 2009-06-23  Elliott Baron  <ebaron@redhat.com> | 
|  |  | 
|  | * MemcheckToolPage.java (getGccWorkaroundButton): Added getter. | 
|  | (getShowReachableButton): Likewise. | 
|  | (getLeakResCombo): Likewise. | 
|  | (getUndefValueButton): Likewise. | 
|  | (getAlignmentSpinner): Likewise. | 
|  | (getTrackOriginsButton): Likewise. | 
|  | (getFreelistSpinner): Likewise. | 
|  | (getPartialLoadsButton): Likewise. | 
|  |  | 
|  | 2009-05-27  Elliott Baron  <ebaron@redhat.com> | 
|  |  | 
|  | * MemcheckLaunchDelegate.java: Changed for restructuring of findValgrindLocation. | 
|  | * MemcheckToolPage.java: Likewise. | 
|  |  | 
|  | 2009-05-26  Elliott Baron  <ebaron@redhat.com> | 
|  |  | 
|  | * MemcheckCommandConstants.java (OPT_TRACKORIGINS): Support for --track-origins. | 
|  | * MemcheckLaunchConstants.java: Likewise. | 
|  | * MemcheckLaunchDelegate.java (getCommandArray): Likewise. | 
|  | * MemcheckToolPage.java: Likewise. | 
|  | * messages.properties: New key. | 
|  |  | 
|  | 2009-04-30  Elliott Baron  <ebaron@redhat.com> | 
|  |  | 
|  | * model/AuxErrorTreeElement.java: Removed. | 
|  | * model/ErrorTreeElement.java: Removed. | 
|  | * model/Messages.java: Removed. | 
|  | * model/messages.properties: Removed. | 
|  | * model/RootTreeElement.java: Removed. | 
|  | * model/StackFrameTreeElement.java: Removed. | 
|  | * model/TextTreeElement.java: Removed. | 
|  | * model/ValgrindTreeElement.java: Removed. | 
|  | * ValgrindError.java: Removed. | 
|  | * ValgrindStackFrame.java: Removed. | 
|  | * ValgrindXMLParser.java: Removed. | 
|  | * META-INF/MANIFEST.MF: Removed model package. | 
|  | * plugin.properties: Removed marker name. | 
|  | * plugin.xml: Moved marker extension to launch plugin. | 
|  | * MemcheckLaunchDelegate.java (handleLaunch): Do nothing. | 
|  | (getCommandArray): Remove --xml=yes. | 
|  | * MemcheckPlugin.java (plugin): Remove marker ID. | 
|  | * MemcheckViewPart.java: Nothing required. | 
|  |  | 
|  | 2009-04-23  Elliott Baron  <ebaron@redhat.com> | 
|  |  | 
|  | * ValgrindXMLParser.java: Removed unused method. | 
|  |  | 
|  | 2009-04-03  Elliott Baron  <ebaron@redhat.com> | 
|  |  | 
|  | * META-INF/MANIFEST.MF: 0.2.0 version. | 
|  |  | 
|  | 2009-03-31  Elliott Baron  <ebaron@redhat.com> | 
|  |  | 
|  | * MemcheckViewPart.java (createPartControl): Added expand/collapse to context menu. | 
|  |  | 
|  | 2009-03-18  Elliott Baron  <ebaron@redhat.com> | 
|  |  | 
|  | * ValgrindError.java (createMarker): Use findFilesForLocation for linked resource compatibility. | 
|  |  | 
|  | 2009-03-12  Elliott Baron  <ebaron@redhat.com> | 
|  |  | 
|  | * MemcheckPlugin.java: Use PluginConstants for referencing LaunchPlugin. | 
|  |  | 
|  | 2009-02-25  Elliott Baron  <ebaron@redhat.com> | 
|  |  | 
|  | * MemcheckLaunchDelegate.java (handleLaunch): Renamed. | 
|  |  | 
|  | 2009-02-12  Elliott Baron  <ebaron@redhat.com> | 
|  |  | 
|  | * MemcheckCommandConstants.java: New file. | 
|  | * MemcheckLaunchConstants.java: New file. | 
|  | * MemcheckLaunchDelegate.java: Improved output path handling; refactoring. | 
|  | * MemcheckToolPage.java: Check alignment for power of 2; refactoring | 
|  | * messages.properties: New key. | 
|  |  | 
|  | 2009-01-05  Elliott Baron  <ebaron@redhat.com> | 
|  |  | 
|  | * META-INF/MANIFEST.MF: Changed version to 0.1.0. | 
|  | * build.properties: Include about.html. |