Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/upc
AgeCommit message (Collapse)AuthorFilesLines
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-01-18Incremented CDT features version to 9.0.0Marc Khouzam11-15/+15
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 Khouzam36-36/+36
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 Khouzam11-15/+15
Change-Id: Ib1189a08a5f0225fd676b682dc8a10477ad3acc5 Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-05-05Incremented CDT feature version to 8.7.0Marc Khouzam11-15/+15
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 Khouzam1-1/+1
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2015-02-06Extract test VM args to common property base.test.vmargsMarc-Andre Laperle1-1/+1
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 Prigogin11-15/+15
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 Laperle1-1/+1
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-22Inremented branding plugin version to 8.5Sergey Prigogin3-3/+3
2014-07-22Inremented feature version to 8.5.Sergey Prigogin8-12/+12
2014-06-18Bug 435998 - Remove 'updateSiteName' string as they are not usedMarc Khouzam5-15/+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-5/+1
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 Khouzam24-3167/+14
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 Khouzam5-10/+5
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-03-10Bug 427539 - C++11 attribute implementationThomas Corbat2-2/+2
- Implemented C++11 attributes without breaking the current API for attributes in CDT. Added attribute specifiers according to the standard, which can be added to attribute owners and contain ICPPASTAttributes themselves. - Adapted current attribute implementation (Tokens and Offsets) to be writable by ASTWriter. - Added integration of GNU attributes into the AST for several missing cases. Change-Id: Ifb6a05989f0b4da0d504be24213df86c66428060 Reviewed-on: https://git.eclipse.org/r/22555 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-24Enabled JDK 1.7.Sergey Prigogin6-10/+10
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 Prigogin11-15/+15
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 Prigogin9-56/+9
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 Gvozdev5-5/+5
2013-08-27Fixed parent pom version to referenceAndrew Gvozdev3-3/+3
2013-08-23Bumped up feature version to 8.3.Sergey Prigogin8-12/+12
2012-12-28Fixed compilation errors.Sergey Prigogin1-14/+12
2012-10-17Bug 391390 : Updatesite url is indigomhussein4-16/+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-16Add master test suite for conveniently running all junit3 tests in CDTJohn Cortell1-0/+1
2012-06-28Bumped up feature versions for Kepler.Sergey Prigogin11-15/+15
2012-05-14Bug 379448 - Add "UPC" string to feature name Unified Parallel C - toVivian Kong2-2/+2
enable consistent searching
2012-04-23Upgrade to Tycho 0.14.1Marc-Andre Laperle1-3/+1
2012-04-13Bug 316230 - Representation of gcc attributes in AST. AlsoSergey Prigogin2-20/+17
contains a fix for bug 330635. Change-Id: I11d872bd68dc0819a95ad8bf83c6db20fbc81387 Reviewed-on: https://git.eclipse.org/r/5554 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2012-04-13Cosmetics.Sergey Prigogin2-46/+31
2011-11-17auto-clean: @Override annotations + organize imports + unnecessaryAndrew Gvozdev35-2307/+2712
casts/$NON-NLS + trailing white spaces
2011-11-16Switched to Java 1.6 rest of build packages.Andrew Gvozdev6-93/+98
2011-10-20Fixed few pom.xml files missed in the previous commit.Sergey Prigogin1-1/+1
2011-10-20Version number changes missed in the previous commit.Sergey Prigogin6-6/+6
2011-10-20Updated parent feature version in pom.xml files.Sergey Prigogin7-7/+7
2011-09-03Fix poms for tycho 0.13.Doug Schaefer3-3/+6
2011-06-29More tests for the Maven build.Doug Schaefer1-0/+35
2011-06-28Mavenizing CDT releng.Doug Schaefer13-0/+758
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-08Bug 348754 - Update feature copyright statements for IndigoVivian Kong4-4/+4
2011-05-24Bug 346568 - Update licenses for IndigoVivian Kong3-3/+7
2011-05-20Bug 346568 - Update licenses for IndigoVivian Kong6-6/+12
2011-03-08Bug 337937 - CopyLocation for copied AST-Node. Fix UPC and XLC compile errorsMarc-Andre Laperle11-33/+119
2011-02-25Change update site URL to indigoVivian Kong3-3/+3
2011-01-31Bug 321692 Remove dependencies to plugins from features - SDK features ↵Vivian Kong1-0/+8
should include its base feature
2010-09-20Bug 321692: Remove dependencies to plugins from featuresMarc Khouzam3-23/+0
2010-09-06Bug 324096: [C++0x] Value categories.Markus Schorn1-2/+6
2010-09-02Bug 324339 - Two recent UPC parser test failures in the cdt build are not ↵Chris Recoskie1-0/+6
applicable to UPC language.

Back to the top