Skip to main content
summaryrefslogtreecommitdiffstats
path: root/xlc
AgeCommit message (Collapse)AuthorFilesLines
2017-09-11Update feature versions to CDT 9.4.Doug Schaefer2-4/+4
Also remove remaining pom.xmls for feature projects. Change-Id: I78d6335f92d70ad2699b8a25801ff72d2935aefe
2017-02-14releng: Make use of Tycho POM-less functionalityMarc-Andre Laperle14-226/+34
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>
2017-02-06Removed obsolete code.Sergey Prigogin2-46/+0
Change-Id: I698f57e290125aca55bb8c2209dca2a9c4cf745f
2017-01-25Auto-generate source features using tycho.Marc Khouzam9-168/+18
This commit removes explicit source features and has tycho create them automatically, along with all other source features that were not previously defined. The logic to auto-generate is in the root pom.xml For all pre-existing source feature, the name presented to the user has been changed to use the default name used by Tycho, which is "Developer Resources". This will provide a more standard user-experience with respect to other source features built by Tycho. Existing SDK features are kept for backwards compatibility. All the names of the auto-generated source features that replace an existing source feature have stayed the same except for the 'testsrunner' feature; for that one name change, a p2.inf file is added to allow upgrading from the old named feature to the new named feature. Change-Id: Ie632e798c93898fd828f88df4983fc43e2749d22
2016-11-16Update version to 9.3.0Marc Khouzam14-17/+17
Change-Id: Ic953ccc5d38ff3661ca44de21ed8c4b7dad5b246
2016-11-15Update version to 9.2.0Marc Khouzam14-17/+17
Change-Id: I36ad4218b20b8ea70584c89f5be45c757bf4c714
2016-10-21removed unused importsMarco Syfrig3-12/+0
Change-Id: I3c2df7a891b2f58d2efc60a23cd4c360a16c5b56 Signed-off-by: Marco Syfrig <marco.syfrig@gmail.com>
2016-10-06Generification and other code cleanup.Sergey Prigogin1-5/+3
Change-Id: Ifb35a80ec8cf563c5635078db947768d1a7aa6ff
2016-08-17Update version to 9.1.0Marc Khouzam14-17/+17
This commit used the script releng/scripts/ChangeFeaturesVersion.sh Change-Id: I8274a6e8dd5c0f1e450f07952e138b265a441a62
2016-06-30Remove old .cvsignore filesMarc Khouzam2-2/+0
Change-Id: Ia66de47055a15d94c0aa45d1198f0a9e78d82ad0
2016-06-22Move the rest of the CDT plugins to java 8Marc Khouzam24-40/+40
This change was generated using the script: releng/scripts/ChangeJavaVersion.sh Change-Id: I2ad96dc682a5acb8529c3edec40de279c331b5a4
2016-04-22Bug 492200 - Replace StringBuffer with StringBuilderAlex Blewitt2-7/+7
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 Khouzam14-17/+17
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 Khouzam52-52/+52
This commit does not add missing copyrights, just updates the date on the existing ones. Change-Id: I646f5afd533a1fcc539bdf2e0686b22f406ecf65
2015-10-22Use *Scope INSTANCE fields.Alexander Kurtakov1-2/+2
Recommended way is to use e.g. InstanceScope.INSTANCE instead of new InstanceScope() which is deprecated now. Change-Id: I9fa8e53e180a480805bd0a57903e65b5c2de5f75 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com>
2015-07-23Bug 460953 - SetCrossCommandWizardPage does not check for 'null' inAlena Laskavaia1-2/+3
result for dialog.open() Change-Id: I8bc947e5f72891138cd41fd781d5839d09381c51
2015-06-10Incremented CDT feature version to 8.8.0Marc Khouzam14-17/+17
Change-Id: Ib1189a08a5f0225fd676b682dc8a10477ad3acc5 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam14-17/+17
Change-Id: Ife0feaaa9263d2b7797e31d628250bd26caff1b5 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25Move some leftover plugins from Java 5 to Java 7.Marc Khouzam3-5/+5
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-03-25Remove unnecessary @SuppressWarningsMarc Khouzam2-2/+2
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-02-06Extract test VM args to common property base.test.vmargsMarc-Andre Laperle2-2/+2
This makes it easier to change arguments for all tests. As a side-effect, all tests now enable assertion (-ea) and have the same max heap size, etc. Change-Id: I0965d40ba3283efe7eacdf927f6c302ee0ab30f0 Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2015-01-07Incremented CDT feature version to 8.6.0.Sergey Prigogin14-17/+17
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-16Update to new CDT LogoMarc Khouzam2-0/+0
Change-Id: Iac76b204027efa01c8f848050a36d05022ecdf86 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com> Reviewed-on: https://git.eclipse.org/r/38363 Reviewed-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Tested-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
2014-08-28Add missing arg for jacoco in in tests. Update jacoco.Marc-Andre Laperle2-2/+2
Jacoco arguments are missing when executing certain tests. This happens when argLine is being overriden. We had the same problem in Linux Tools. We solved it by prepending the argLine with ${tycho.testArgLine}. This should help improving the Code coverage metric in Sonar. Also update the jacoco version to fix a bug when building with Java 8. Change-Id: I7f73f40488efc01fc7d643940c1ac0d5950c900d Signed-off-by: Marc-Andre Laperle <marc-andre.laperle@ericsson.com> Reviewed-on: https://git.eclipse.org/r/32507 Tested-by: Hudson CI Reviewed-by: Alvaro Sanchez-Leon <alvsan09@gmail.com>
2014-07-29Don't use deprecated junit.framework.Assert.Alexander Kurtakov1-4/+5
The replacment is org.junit.Assert. Change-Id: I44bd6da6e19f9d69f91eb1ad251bd6e259ff67a9 Signed-off-by: Alexander Kurtakov <akurtako@redhat.com> Reviewed-on: https://git.eclipse.org/r/30629 Tested-by: Hudson CI Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-07-22Inremented branding plugin version to 8.5Sergey Prigogin8-8/+8
2014-07-22Inremented feature version to 8.5.Sergey Prigogin6-9/+9
2014-06-18Bug 435998 - Remove 'updateSiteName' string as they are not usedMarc Khouzam4-12/+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 Khouzam9-9/+4
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 Khouzam20-2924/+8
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 Khouzam6-12/+6
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-05-02Update license.html files for 2014 versionMarc Khouzam4-8/+4
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-01-24Enabled JDK 1.7.Sergey Prigogin21-35/+35
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 Prigogin14-17/+17
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-11-26Bug 421247 - ASTNode.copy() chaining inconsistentSergey Prigogin2-9/+7
Change-Id: I89397209ae6a47b5a3a0827942b83a6755bc60e0 Reviewed-on: https://git.eclipse.org/r/18874 Tested-by: Hudson CI 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 Gvozdev4-4/+4
2013-09-08bug 416628: "Export" of entries of language settings providers to ↵Andrew Gvozdev1-6/+6
referencing projects - added provider to do that
2013-08-27Fixed parent pom version to referenceAndrew Gvozdev8-8/+8
2013-08-23Bumped up feature version to 8.3.Sergey Prigogin6-9/+9
2013-07-24bug 404913: Dialect category and options for language standards for GCC ↵Andrew Gvozdev1-1/+1
toolchain
2013-05-13bug 407696: Include paths remain uninitialized and code does not compile ↵Andrew Gvozdev1-1/+1
when creating new C or C++ projects
2013-04-17Bug 228434 - Concurrent Modification Exception soon after loadingChris Recoskie2-6/+8
Eclipse in PerFileSICollector Change-Id: Ibcf6ae16cba60352dd5402915aee2624206a11c4 Reviewed-on: https://git.eclipse.org/r/11995 Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com> IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com> Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2013-03-21Bug 349248: Fix even more user-visible CDT refsJesse Weinstein1-1/+1
Change-Id: If212f90e96dc9f90456239ca6f7b8f319caf977e Reviewed-on: https://git.eclipse.org/r/11372 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-01-21bug 398681: CDT does not understand some of xlC diagnostic messagesAndrew Gvozdev9-0/+255
2013-01-21bug 398681: Cosmetics - Renamed a few of testsAndrew Gvozdev10-29/+29
2013-01-10Externalized a label.Sergey Prigogin1-1/+1
2012-11-09Bug 379474 - remote C/C++ project with XL toolchain generates a parseDavid Salinas4-7/+42
error in stdio.h, preventing proper AST gen and Indexing
2012-10-17Bug 391390 : Updatesite url is indigomhussein3-12/+0
Removed all update site urls from all feature.xml files based on Martin's suggestion in http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg25067.html that refers to https://bugs.eclipse.org/bugs/show_bug.cgi?id=380633 Change-Id: Idb326ff9f1d8187088345d91d2d0c7c98c227d9e Reviewed-on: https://git.eclipse.org/r/8092 Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-08-25Added missing unit test suites org.eclipse.cdt.make.core.tests, ↵Andrew Gvozdev1-0/+35
org.eclipse.cdt.errorparsers.xlc.tests
2012-08-23bug 387729: GCCScannerInfoConsoleParserTests fails consistently for meAndrew Gvozdev1-2/+1

Back to the top