Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-10-03Stop using deprecated AbstractUIPlugin.imageDescriptorFromPluginAlexander Kurtakov1-5/+5
2019-05-23Use getStructuredSelection method instead of casting.Alexander Kurtakov1-1/+1
2018-05-09Change valgrind license headers to EPL 2.0.Alexander Kurtakov18-90/+126
2017-05-18Make use of the new lambda listeners in SWT.Alexander Kurtakov2-97/+72
2016-04-11valgrind/cachegrind: Fix column tooltips in viewRoberto Oliveira2-11/+11
2016-02-12valgrind: Stop using deprecated CDT API.Alexander Kurtakov1-8/+2
2016-02-08valgrind: Cosmetics.Alexander Kurtakov1-2/+1
2015-12-10Bug 483698 - Valgrind using incorrect path separators for remote launchAlena Laskavaia1-1/+1
2015-12-08valgrind: Update to Java 8 and Neon.Alexander Kurtakov3-64/+44
2015-10-26Bug 480681: Cachegrind - Fix double click in view does not open source code i...Roberto Oliveira1-3/+4
2014-04-26Change tabs to spaces; elim trailing whitespace.Andrew Ferrazzutti18-1316/+1316
2014-04-15valgrind: Another round of cleanups.Alexander Kurtakov2-56/+53
2014-04-15valgrind: Merge the 3 Expand/Collapse action implementation.Alexander Kurtakov4-98/+23
2014-04-14valgrind: Cleanup codebase.Alexander Kurtakov13-182/+108
2014-04-11Valgrind: use tool_id in launchers instead of hardcoded values.Alexander Kurtakov2-2/+2
2014-01-09valgrind: Cachegrind cleanups.Alexander Kurtakov6-12/+22
2013-12-20valgrind: Finish update to Java 1.7.Alexander Kurtakov3-0/+21
2013-05-09valgrind: LaunchConfigurationConstants belongs to launch plugin.Alexander Kurtakov1-1/+1
2013-05-09valgrind: Activators unneeded.Alexander Kurtakov1-43/+1
2013-03-15Valgrind: Adding mouse-hover tooltip in cachegrind view to alert usersRafael Medeiros Teixeira3-0/+22
2012-10-01Bug 390731: Add cachegrind to Profiling Memory category Jeff Johnston3-0/+71
2012-08-28Make inner classes static when possible.Alexander Kurtakov1-1/+1
2012-04-20Enable more warnings and fix them.Alexander Kurtakov5-4/+9
2012-03-05Implement hashCode in CachegrindDescription, as noted by findbugs.Elliott Baron1-0/+5
2012-03-02Fixing bug #363510Daniel Henrique Barboza1-2/+7
2011-06-29Adding missing expand/collapse text.Elliott Baron1-0/+2
2010-08-06Fixed repeat launches not working, added arguments tab with no WD block, fixe...Elliott Baron1-1/+1
2010-08-03Remote improvements including launch config tab, file cleanup, I/O streams. R...Elliott Baron7-31/+104
2010-07-27Initial remote profiling work.Elliott Baron1-9/+35
2009-07-30Created internal packages.Elliott Baron18-1767/+0
2009-06-23Chart Export feature and Minimum version check. Simplified test suite code.Elliott Baron1-0/+56
2009-05-12Plain-text parser, most memcheck code generalized for other Valgrind messages...Elliott Baron1-3/+0
2009-04-23Launch shortcut tests and table sorting tests for Massif.Elliott Baron1-1/+1
2009-03-31Expand/Collapse actions for Cachegrind + TestsElliott Baron1-2/+32
2009-03-17Bounds checking on number of output files.Elliott Baron1-1/+4
2009-03-17New Cachegrind LaunchConfigTab TestsElliott Baron1-3/+3
2009-03-17New Double Click editor tests.Elliott Baron1-98/+8
2009-03-16Cleanup filesElliott Baron1-0/+10
2009-03-16Cachegrind tests to test CModel integration.Elliott Baron4-47/+70
2009-03-16Extracted CachegrindLabelProviderElliott Baron2-88/+169
2009-03-12LaunchConfigTab UI changes, stub output for Cachegrind tests.Elliott Baron2-1/+3
2009-03-11Revised Testing framework for stubs, new LaunchConfigurationTab tests for Mas...Elliott Baron1-0/+2
2009-02-25Implemented ability to run unit tests without having Valgrind installed, by r...Elliott Baron3-1/+21
2009-02-20Removed Java 6 methods from Cachegrind plugin. Moved setting of output direct...Elliott Baron2-20/+7
2009-02-12General refactoring, new UI tests for memcheck, new outputDirectoryProvider e...Elliott Baron4-103/+120
2009-02-01Fixed table sorterElliott Baron1-4/+10
2009-01-27Actually use the ProgressMonitorElliott Baron2-30/+33
2009-01-27LaunchConfig page doneElliott Baron4-10/+335
2009-01-22Added sorting to TreeViewer, full event names to tooltip, improvements to Lab...Elliott Baron7-42/+279
2009-01-21Start of handling C++ caseElliott Baron2-15/+86

Back to the top