Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-11-29Fix extension point references to reflect new structure namingFrancois Chouinard2-4/+4
convention.
2011-11-29Showing Linux Tools Path property page only in projects propertiesOtavio Pontes1-0/+5
Before setting this the property was appearing in Help-> About -> Installation details -> Installed softwares -> select any plugin -> properties
2011-11-28Remove obsolete tmf.doc pluginFrancois Chouinard6-16/+0
2011-11-28Re-structure LTTng sub-project as per the Linux Tools guidelinesFrancois Chouinard454-2031/+2059
2011-11-28Rename xxx.lttng to xxx.lttng.coreFrancois Chouinard83-0/+0
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-21Fix bug 364420.Jeff Johnston2-1/+7
- Fix typo in RSE initialization loop.
2011-11-18Initial import of Perf plugin. (BZ #356395)Roland Grunberg46-0/+4016
2011-11-10Fix last Gcov test issue: remove comparizon of gcov summary for C++ ↵Xavier Raynaud4-14/+20
binaries, because this summary highly depends on compiler version
2011-11-10Fix new launch tools plug-ins pom.xml parent references.Jeff Johnston3-3/+3
2011-11-10fix gcov testXavier Raynaud4-4/+4
2011-11-10fix build.properties of org.eclipse.linuxtools.dataviewersXavier Raynaud1-1/+6
2011-11-10Removing println added by mistake in previous commitsOtavio Pontes2-2/+0
2011-11-09Creating feature tools.launch (bug #353056)Otavio Pontes9-0/+657
This feature includes tools.launch.ui and tools.launch.core. This adds a property page to change the PATH to run linux commands.
2011-11-09Valgrind: Fixing Min Version Test (bug #353056)Otavio Pontes4-9/+28
This test was broken after the addition of the packages org.eclipse.tools.launch.core and ui ChangeLog: * src/org/eclipse/linuxtools/internal/valgrind/launch/ValgrindLaunchPlugin.java: Changing the visibility of getValgrindCommand from protected to public * src/org/eclipse/linuxtools/internal/valgrind/memcheck/tests/MinVersionTest.java: Fixing tests broken by commit that uses tools.launch.core factories.
2011-11-09Gprof/gcov: Using the lt Process Factories to run commands (bug #353056)Otavio Pontes25-134/+239
The Process Factories from linuxtools use a project property to get a PATH environment variable to be used to run commands.
2011-11-09Valgrind: Using the lt Process Factories to run cmd (bug #353056)Otavio Pontes13-122/+136
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 Pontes12-316/+46
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-11-09Creating a project property page to change the PATH (bug #353056)Otavio Pontes16-0/+596
The project property page let's user change the PATH to be used by tools.launch.core to run commands.
2011-11-09Creating a plugin to add Factories to run commands. (Bug #353056)Otavio Pontes14-0/+476
The factories from this plugin should use the Linuxtools location defined in the project properties
2011-11-08Fix up version in dataviewers feature pom.xml.Jeff Johnston1-1/+1
2011-11-08Move dataviewers plug-ins into their own feature.Jeff Johnston10-21/+745
2011-11-08Improved one-time setup of test suitesBernd Hufmann9-21/+132
2011-11-03fix test errorsXavier Raynaud3-3/+3
2011-11-02change gcov test dependenciesXavier Raynaud1-11/+14
2011-11-02add missing dependencyXavier Raynaud1-1/+2
2011-11-02Merge branch 'master' of ↵Xavier Raynaud4-2/+35
git://git.eclipse.org/gitroot/linuxtools/org.eclipse.linuxtools
2011-11-02remove deprecated callXavier Raynaud1-3/+0
2011-11-02gcov test plugin is no longer a fragmentXavier Raynaud4-8/+83
2011-10-31Fix bug 362125.Jeff Johnston3-1/+34
* src/org/eclipse/linuxtools/internal/valgrind/ui/CoreMessagesViewer.java (CoreMessagesViewer): Use an ImageRegistry to store the Valgrind error icon. (.getImage): Get error image from image registry. * src/org/eclipse/linuxtools/internal/valgrind/ui/ValgrindUIPlugin.java (getImageDescriptor): New method.
2011-10-31Fix valgrind feature version to be 0.10.0.Jeff Johnston1-1/+1
2011-10-31add hard-coded dependency on CDT 8.0.0 - hummm... not sure it's a good ↵Xavier Raynaud1-0/+7
solution...
2011-10-31fix a few warningsXavier Raynaud2-4/+5
2011-10-31small code reviewXavier Raynaud1-12/+7
2011-10-31fix a few warningsXavier Raynaud2-29/+3
2011-10-31fix a few warningsXavier Raynaud1-1/+0
2011-10-31fix a few warningsXavier Raynaud1-1/+11
2011-10-31Merge branch 'master' of ↵Xavier Raynaud1-1/+1
git://git.eclipse.org/gitroot/linuxtools/org.eclipse.linuxtools
2011-10-31add family for exporting jobsXavier Raynaud1-0/+13
2011-10-31Update releng pom.xml version to 0.10.0.Jeff Johnston1-1/+1
2011-10-31change gcov test plug-in (now based on SWT bot). Note that a (recent) gcc is ↵Xavier Raynaud56-601/+659
now required to perform the test. It should fix https://bugs.eclipse.org/bugs/show_bug.cgi?id=299995
2011-10-28Add correct default return values in PipelinedTreeContentProviderFrancois Chouinard1-2/+2
2011-10-28Fix for state experiment manager coalescing.lmcpata1-10/+5
2011-10-28Fix to allow importing traces without specifying their typeFrancois Chouinard1-6/+5
2011-10-28Fix project refresh + signal handler priorityFrancois Chouinard3-56/+68
2011-10-28Change pom.xmls to release 0.10.0-SNAPSHOT.Jeff Johnston171-221/+221
2011-10-27Assign repositories based on platform.Jeff Johnston1-27/+61
2011-10-27Add platform-juno profile for Juno milestones.Jeff Johnston1-0/+14
2011-10-27Fix for bug 362204Bernd Hufmann1-3/+8
2011-10-26Move out the progress monitor job from experiment indexing threadFrancois Chouinard2-22/+18

Back to the top