Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-10-06Add UI tests plugin for CMake. Fix a couple of bugs it found.Doug Schaefer1-7/+0
Also restructures the pom.xmls to put the modules in the top level so we can order them to have the test plugins build after them. Change-Id: I2f0e4ebd252791fb8844cdf0f635d574946207aa
2017-09-11Update feature versions to CDT 9.4.Doug Schaefer1-1/+1
Also remove remaining pom.xmls for feature projects. Change-Id: I78d6335f92d70ad2699b8a25801ff72d2935aefe
2017-02-14releng: Make use of Tycho POM-less functionalityMarc-Andre Laperle5-69/+22
This removes a lot of pom.xml from the source tree. This is using the "POM-less" Tycho functionality. See https://wiki.eclipse.org/Tycho/Release_Notes/0.24#POM-less_Tycho_builds One advantage of this is that you do not need to update the version in the pom.xml when you change it in the MANIFEST.MF because the pom.xml is automatically generated. This also reduces a lot of the duplicated information and pom.xml repetition. - Maven 3.3 and up is required. - Only eclipse-plugins and eclipse-features can be pom-less. Repositories, target and others still have pom.xml. - New parent poms are added because a parent is necessary directly one level above the plug-in/feature that will have its pom generated - Some test plug-ins had to be renamed .test -> .tests because it's required so that it detects that it's a test plug-in - Some suites were renamed so that they all use the same consistent name "AutomatedIntegrationSuite" - Profiles were added for the more common test configurations. They are activated by the presence of simple .properties files that only serve to activate the correct profile. The profiles: - One for UI tests (UI present and start in UI thread) - One for SWTBot tests (UI present and do not start in UI thread) Other test plug-ins that are too different are kept intact and still have a pom.xml - Fragments are kept intact since they all have different target platform configurations Change-Id: I9d73380eb766f547830c552daf08053a30b1845c Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2016-11-16Update version to 9.3.0Marc Khouzam5-6/+6
Change-Id: Ic953ccc5d38ff3661ca44de21ed8c4b7dad5b246
2016-11-15Update version to 9.2.0Marc Khouzam5-6/+6
Change-Id: I36ad4218b20b8ea70584c89f5be45c757bf4c714
2016-08-17Update version to 9.1.0Marc Khouzam5-6/+6
This commit used the script releng/scripts/ChangeFeaturesVersion.sh Change-Id: I8274a6e8dd5c0f1e450f07952e138b265a441a62
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam9-15/+15
This change was generated using the script: releng/scripts/ChangeJavaVersion.sh Change-Id: I2ad96dc682a5acb8529c3edec40de279c331b5a4
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt1-2/+2
There are many opportunities for replacing `StringBuffer` with `StringBuilder` provided that the type isn't visible from the public API and is used only in internal methods. Replace these where appropriate. Change-Id: Ic2f50c5b6f3c3a4eae301bb3b40fb6faed235f79 Signed-off-by: Alex Blewitt <alex.blewitt@gmail.com>
2016-01-18Incremented CDT features version to 9.0.0Marc Khouzam5-6/+6
This includes bumping the standalone debugger to 9.0.0 Change-Id: I55fae1cec995b5f6865a5b174c004ed1b76e9bea
2016-01-04Fix copyright of all CDT plugins using the copyright tool from platform.Marc Khouzam7-7/+7
This commit does not add missing copyrights, just updates the date on the existing ones. Change-Id: I646f5afd533a1fcc539bdf2e0686b22f406ecf65
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam5-6/+6
Change-Id: Ib1189a08a5f0225fd676b682dc8a10477ad3acc5 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam5-6/+6
Change-Id: Ife0feaaa9263d2b7797e31d628250bd26caff1b5 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-02Bug 458671 - [visualizer] add an example of using an image on graphicMarc Dumais2-3/+51
object Change-Id: Idf604db4d0138b489d9ceda81d5848a5e4698dbb
2015-03-02Bug 458644 - [visualizer] - enhance visualizer framework, to permitMarc Dumais3-3/+162
displaying images on graphic objects Change-Id: I298ccb690fff18f655e9b78b3efa56b0a6c8de29
2015-01-07Incremented CDT feature version to 8.6.0.Sergey Prigogin5-6/+6
Change-Id: Ic90c8e6a68d21e5b90ec3fac997da6a95a29bedf Signed-off-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> Reviewed-on: https://git.eclipse.org/r/39066 Tested-by: Hudson CI
2014-12-12Bug 453227 - [visualizer] VisualizerView: view menu not refreshed whenMarc Dumais3-10/+61
opened Change-Id: I43290b4e4632eb9bfc963510ac2fc3960e653fd6 Reviewed-on: https://git.eclipse.org/r/37072 Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Hudson CI Reviewed-by: Marc Dumais <marc.dumais@ericsson.com> Tested-by: Marc Dumais <marc.dumais@ericsson.com>
2014-08-26Bug 442583 [visualizer] fix visualizer.examples warningWilliam R. Swanson1-1/+2
Change-Id: Icfa60c532283d01e817a7c5bd5aac699907cd57d Signed-off-by: William R. Swanson <WilliamRSwanson@gmail.com> Reviewed-on: https://git.eclipse.org/r/32340 Reviewed-by: Marc Dumais <marc.dumais@ericsson.com> Tested-by: Hudson CI
2014-08-22Bug 441713 - [visualizer] Make pinning of multicore visualizer viewMarc Dumais1-0/+8
possible Change-Id: Ie47c21c35dc85d4efd34f273f8f0a51d4e82d16a Reviewed-on: https://git.eclipse.org/r/31898 Reviewed-by: Marc Dumais <marc.dumais@ericsson.com> Tested-by: Marc Dumais <marc.dumais@ericsson.com>
2014-08-14Bug 436095 - [visualizer] Make cloning of visualizer view possibleMarc Dumais2-3/+18
Change-Id: Ic77a218c513c7066a3f7300bb76aa85359ce0852 Reviewed-on: https://git.eclipse.org/r/28807 Reviewed-by: Marc Dumais <marc.dumais@ericsson.com> Tested-by: Marc Dumais <marc.dumais@ericsson.com>
2014-08-08Bug 441376 - [visualizer] VisualizerViewer#selectVisualizer():Marc Dumais1-1/+2
visualizer should be notified when its becoming selected Change-Id: Ic723fb8f42f65ac0bc7d13fb79df250b100061bb Reviewed-on: https://git.eclipse.org/r/31227 Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Hudson CI Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com> Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2014-07-22Inremented branding plugin version to 8.5Sergey Prigogin3-3/+3
2014-07-22Inremented feature version to 8.5.Sergey Prigogin2-3/+3
2014-06-18Bug 435998 - Remove 'updateSiteName' string as they are not usedMarc Khouzam1-3/+0
Change-Id: I55485c9cba17f544d50d8e27b77d6644493d8300 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/27500 Tested-by: Hudson CI
2014-06-17Bug 435998 - Get rid of all "eclipse_update_120.jpg" files in CDTMarc Khouzam2-1/+0
features Change-Id: I52a71e62f8161990657e96ef52403fd7f69698a2 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/27499
2014-05-26Bug 435309 - Use the shared license file scheme for CDTMarc Khouzam5-569/+4
This means that: - feature.xml files now make a reference to the shared license plugin using version 0.0.0 - feature.properties files no longer have the text for the license - license.html and epl-v10.html files are removed as they are part of the shared license plugin - build.properties files no longer reference removed files - the main pom.xml file references the license repository Change-Id: Ibd880480de3a07597084d44cce7b822903509079 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/27250
2014-05-20Update to new license textMarc Khouzam1-2/+1
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-05-02Update license.html files for 2014 versionMarc Khouzam1-2/+1
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-05-02Bug 432908 - [visualizer] Update Problem Visualizer example to useMarc Dumais2-127/+103
VirtualBoundsGraphicObject Change-Id: I5c15ac2bfa4bfc09faee70f5b12f73360af47f86 Reviewed-on: https://git.eclipse.org/r/25685 Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Hudson CI Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
2014-04-28Bug 432854 - [visualizer] Add a new graphic object class supportingMarc Dumais1-0/+419
nesting, virtual bounds and automatic scaling Change-Id: I8d38747af369e0c0d591abab5a76a00c7dc5a43a Reviewed-on: https://git.eclipse.org/r/25079 Tested-by: Hudson CI Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
2014-04-23Turned-on API analysis for Visualizer and tweaked previous commitsMarc Dumais8-18/+48
that broke API stability. Change-Id: Idda130776b54f9e984b4179a32532413f2972f5d Reviewed-on: https://git.eclipse.org/r/25410 Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Hudson CI
2014-04-21Enable API tooling for o.e.cdt.visualizer.coreMarc Khouzam1-0/+6
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-21Missing exports to o.e.cdt.visualizer.examplesMarc Khouzam1-1/+2
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-04-04Bug 430804 (add tooltip infrastructure in visualizer)Xavier Raynaud3-3/+39
Change-Id: I99180f6dc13260d87b513f0e6459598db0310a17 Signed-off-by: Xavier Raynaud <xavier.raynaud@kalray.eu> Reviewed-on: https://git.eclipse.org/r/23668 Reviewed-by: Marc Dumais <marc.dumais@ericsson.com> IP-Clean: Marc Dumais <marc.dumais@ericsson.com> Tested-by: Marc Dumais <marc.dumais@ericsson.com>
2014-04-02Add visualizer.examples to maven buildMarc-Andre Laperle1-0/+17
Change-Id: Ic8e52f7f6733f37e8641e6fe9fc01baa4d640476 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/24025 Tested-by: Hudson CI Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
2014-04-01Bug 431690 - [visualizer] Use clipping when drawing stringsXavier Raynaud2-6/+35
Change-Id: I342b1a430da450b45d62cea1469fbb62a3e9bc94 Signed-off-by: Xavier Raynaud <xavier.raynaud@kalray.eu> Reviewed-on: https://git.eclipse.org/r/24201 Tested-by: Hudson CI IP-Clean: Marc Dumais <marc.dumais@ericsson.com> Tested-by: Marc Dumais <marc.dumais@ericsson.com> Reviewed-by: William Swanson <traveler@tilera.com> Reviewed-by: Marc Dumais <marc.dumais@ericsson.com>
2014-03-31bug 428424: fix NPE while playing withXavier Raynaud1-4/+8
org.eclipse.cdt.visualizer.examples Change-Id: I239c7c6594dd5864459ed47c47a1888607ecdaa2 Signed-off-by: Xavier Raynaud <xavier.raynaud@kalray.eu> Reviewed-on: https://git.eclipse.org/r/22156 Reviewed-by: William Swanson <traveler@tilera.com> Reviewed-by: Marc Dumais <marc.dumais@ericsson.com> IP-Clean: Marc Dumais <marc.dumais@ericsson.com> Tested-by: Marc Dumais <marc.dumais@ericsson.com>
2014-01-24Enabled JDK 1.7.Sergey Prigogin9-15/+15
Change-Id: Ic2a161ea3c318dc1e8ba01c271c936bf5ed8763d Reviewed-on: https://git.eclipse.org/r/21020 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2014-01-21Bumped up CDT version to 8.4.Sergey Prigogin4-5/+5
Change-Id: I1229344feaaed4a3551ceb7b1ef1410545048b55 Reviewed-on: https://git.eclipse.org/r/20908 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-10-24bug 420287: CDT features are scattered around in update managerAndrew Gvozdev1-1/+1
2013-08-27Fixed parent pom version to referenceAndrew Gvozdev2-2/+2
2013-08-23Bumped up feature version to 8.3.Sergey Prigogin2-3/+3
2013-04-26Bug 405735 - [visualizer] Using context menu prevents next selectionMarc Dumais1-1/+3
Change-Id: Iedf7ddedcd5a714bbd7a81650adacb4a301225b8 Reviewed-on: https://git.eclipse.org/r/12237 Reviewed-by: William Swanson <traveler@tilera.com> IP-Clean: William Swanson <traveler@tilera.com> Tested-by: William Swanson <traveler@tilera.com>
2013-02-28Bug 396268 - [Visualizer] Add CPU/core load information to the multicoreMarc Dumais1-0/+6
visualizer Change-Id: I28432354b497732b4ecf7924bb7227e0b8d25508 Reviewed-on: https://git.eclipse.org/r/10077 Reviewed-by: William Swanson <traveler@tilera.com> Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2013-02-06Bug 399281 - MulticoreVisualizer: disposeVisualizer() is not gettingMarc Dumais2-3/+18
called when visualizer view is closed Change-Id: Ibd80373986af0fdedde42146862f89cdcded7099 Reviewed-on: https://git.eclipse.org/r/10113 Reviewed-by: William Swanson <traveler@tilera.com> IP-Clean: William Swanson <traveler@tilera.com> Tested-by: William Swanson <traveler@tilera.com>
2012-06-28Bumped up feature versions for Kepler.Sergey Prigogin4-5/+5
2012-04-23About.txt -> ABOUT.txt. This should fix the build on case sensitiveMarc-Andre Laperle1-1/+1
systems.
2012-03-05Bug 373138: Add new text-selection visualizer example.William R. Swanson8-2/+574
- visualizer/org.eclipse.cdt.visualizer.ui - src/org/eclipse/cdt/visualizer/ui/util/ScrollPanel.java - add ScrollPanel UI class - visualizer/org.eclipse.cdt.visualizer.examples - src/org/eclipse/cdt/visualizer/examples/ - VisualizerExamplesPlugin.java - add UIResourceManager instance to plugin - src/org/eclipse/cdt/visualizer/examples/sourcegraph/ - SourceGraphVisualizer.java - visualizer implementation - SourceGraphControl.java - graphic visualization control (displayed in ScrollPanel by SourceGraphVisualizer) - plugin.xml - add extension point declaration for new visualizer example - resources/messages.properties - add string resource file - .classpath - add "resources/" directory as a source path - META-INF/MANIFEST.MF - add a couple plugin dependencies
2012-03-02Bug 372797: Update based on comments.Marc Khouzam8-110/+139
2012-02-29Bug 372797: Adding about.html fileMarc Khouzam1-0/+24
2012-02-29Support for multiple selections. Factored into a ProblemVisualizer package.Marc Khouzam4-24/+39

Back to the top