Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Fix gcov for WindowsJeff Johnston1-50/+96
2014-11-10Gcov: remove SWTBot from tests.Andrew Ferrazzutti1-3/+25
2014-10-20Bug 447554 - gcov not handling linked filesJeff Johnston5-63/+145
2014-09-15Bug 440277: Fix path name handling for source file lookup.Roland Grunberg1-2/+2
2014-07-10Fix bug in Gcov annotation model's outlier threshold calculation.Roland Grunberg1-4/+7
2014-04-30Cleanups.Alexander Kurtakov3-15/+10
2014-04-29More cleanups.Alexander Kurtakov3-27/+7
2014-04-26Change tabs to spaces; elim trailing whitespace.Andrew Ferrazzutti27-1128/+1128
2014-04-17binutils: API overview.Alexander Kurtakov1-3/+3
2014-04-17gcov/gprof: No need for sharedInstance singleton.Alexander Kurtakov4-30/+16
2014-04-17profiling: Java 8 javadoc generation.Alexander Kurtakov2-2/+2
2014-04-16Add Gcov annotation specification for lines covered "many times".Roland Grunberg2-13/+30
2014-04-15gcov: Fix warnings.Alexander Kurtakov3-473/+473
2014-04-14dataviewers: Cleanup.Alexander Kurtakov1-19/+3
2014-04-11Bug 350291: Gcov annotations should appear in the C/C++ editor.Roland Grunberg8-239/+596
2013-12-19gcov: Remove AbstractOpenSourceFileAction.Alexander Kurtakov1-2/+2
2013-12-16gcov: Another round of cosmetic changes.Alexander Kurtakov2-19/+20
2013-12-16gcov: Various cosmetics.Alexander Kurtakov4-20/+28
2013-12-16gcov: Enable 1.7 warnsings and fix them.Alexander Kurtakov11-22/+22
2013-12-16gcov: Bump core BREE to 1.7.Alexander Kurtakov11-38/+54
2013-10-16Generate timestamp for data files being displayed in gcov/gprof.Roland Grunberg2-6/+18
2013-06-14GCov: Remove '==' in string comparisonCamilo Bernal1-1/+2
2013-06-14Gcov: Fix various warningsXavier Raynaud30-2211/+2331
2013-06-13Bug 401638 - Fix missing function tag error on valid gcda file.Camilo Bernal1-0/+9
2013-04-04Externalize GCov preference page.Alexander Kurtakov3-9/+58
2013-03-26Add preference page for gcov colors + enhance API for C source file annotationXavier Raynaud6-75/+298
2013-03-11AbstractSTAnnotatedSourceEditorInput becomes an IAnnotationEditorInput.Alexander Kurtakov2-21/+20
2013-03-11Remove unneeded method.Alexander Kurtakov2-19/+8
2013-03-05Simplify CoverageAnnotation.getAnnotation.Alexander Kurtakov5-19/+9
2013-02-20Simplify AbstractSTDataView.Alexander Kurtakov1-1/+0
2013-02-12Hide more classes.Alexander Kurtakov9-9/+9
2013-02-12Remove unused imports.Alexander Kurtakov1-4/+2
2013-02-11o.e.l/gcov: Better display of integer values in gcov summary. Also fix some s...Xavier Raynaud4-64/+69
2013-02-09Fix annotatedsourceeditor to not use internal api.Alexander Kurtakov1-5/+0
2013-02-08o.e.l.gcov: Code review:Xavier Raynaud8-123/+45
2013-02-08Make the annotation column saner.Alexander Kurtakov1-12/+1
2013-01-30Do not catch Exception.Alexander Kurtakov1-4/+12
2013-01-16add a filter on gprof and gcov viewsXavier Raynaud5-50/+127
2012-10-23Merge branch 'master' into lttng-keplerPatrick Tasse1-0/+1
2012-10-10Add @since tag to plugin Activator that is being exported.Roland Grunberg1-0/+1
2012-10-02Merge branch 'master' into lttng-keplerPatrick Tasse3-77/+77
2012-09-28Update Gcov version checking to properly parse all versions >= 4.7.Roland Grunberg2-4/+4
2012-08-30Fixing Gcov parser for newer versions of GcovDaniel Henrique Barboza2-11/+58
2012-08-29Add @Override annotations.Alexander Kurtakov16-7/+88
2012-08-29Remove exceptions that are declared but not thrown.Alexander Kurtakov1-5/+3
2012-08-29Use static fields in static way.Alexander Kurtakov5-12/+15
2012-08-29Remove unnecessary semicolons.Alexander Kurtakov3-3/+3
2012-08-29Remove redundant superinterfaces.Alexander Kurtakov1-2/+1
2012-08-29Remove unneeeded casts.Alexander Kurtakov2-6/+6
2012-08-21Revert "Fixing Gcov parser for newer versions of Gcov"Roland Grunberg1-25/+2

Back to the top