Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-11-10Add Automatic-Module-Name for Java 9 compatibility.Alexander Kurtakov1-0/+1
Change-Id: I02614fe84d9913960a566998b0feea0e704adb28 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/111356 Tested-by: Hudson CI
2015-12-08valgrind: Update to Java 8 and Neon.Alexander Kurtakov1-1/+1
* Bump bree to Java 1.8. * Use lambdas where feasible. * Move to SubMonitor from SubProgressMonitor. Change-Id: I0a051dc40d25380a11629ccab9b455a2f01e5944 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/62183 Tested-by: Hudson CI
2013-12-20valgrind: Finish update to Java 1.7.Alexander Kurtakov1-1/+1
Warnings+fixes. Change-Id: I62906360d906982ed36e09bfbad6a3c8f061f251 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/20065 Tested-by: Hudson CI
2013-05-09valgrind: LaunchConfigurationConstants belongs to launch plugin.Alexander Kurtakov1-1/+0
For some reason they were in the core plugin which made no sense. This also simplifies the bundle dependencies. Change-Id: Id48ffe394076af4f6828bd0007f118d8c4a3f9d0 Reviewed-on: https://git.eclipse.org/r/12675 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2013-05-09valgrind: Activators unneeded.Alexander Kurtakov1-1/+0
Remove activators that are not needed. Change-Id: I4b2651dd968c0b3faedd1e46a1b8696dc3a7dbfb Reviewed-on: https://git.eclipse.org/r/12671 Tested-by: Hudson CI Reviewed-by: Alexander Kurtakov <akurtako@redhat.com> IP-Clean: Alexander Kurtakov <akurtako@redhat.com> Tested-by: Alexander Kurtakov <akurtako@redhat.com>
2012-10-04Bug 391074: Add helgrind to Memory Profiling Category Jeff Johnston1-2/+6
https://bugs.eclipse.org/bugs/show_bug.cgi?id=391074 Change-Id: Ia56c69acc6a333ed93f64da35705efd23cc09420 Reviewed-on: https://git.eclipse.org/r/8042 Tested-by: Hudson CI Reviewed-by: Camilo Bernal <cabernal@redhat.com> IP-Clean: Camilo Bernal <cabernal@redhat.com> Tested-by: Camilo Bernal <cabernal@redhat.com>
2012-06-14Prepare Valgrind for 1.0.0 release.Jeff Johnston1-1/+1
Move all Valgrind plugins/features to version 1.0.0. Remove Incubation marker from all names.
2012-04-02Make valgrind tests fragments.Alexander Kurtakov1-1/+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 Pontes1-1/+1
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-10-28Change pom.xmls to release 0.10.0-SNAPSHOT.Jeff Johnston1-1/+1
2011-10-20Fix pom:s for the next release (1.0.0)Francois Chouinard1-1/+1
2011-08-23Set version for Valgrind plugins and features to 0.9.0.Elliott Baron1-1/+1
2011-06-29Bumped version. Added script to change version across all files.Elliott Baron1-1/+1
2011-06-22Export valgrind.helgrind internal package for tests pluginAndrew Overholt1-0/+1
2011-05-20Include more files Valgrind Helgrind build.propertiesAndrew Overholt1-0/+1
2011-05-13Initial check-in. Contribution from Bug #344504.Elliott Baron1-0/+15

    Back to the top