1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-22 14:12:10 +02:00
Commit graph

179 commits

Author SHA1 Message Date
Marc Khouzam
2c22479c9e Bug 435309 - Use the shared license file scheme for CDT
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-26 10:03:45 -04:00
Marc Khouzam
5806deb5b8 Update to new license text
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-05-20 11:36:39 -04:00
Marc Khouzam
fa5de3be3b Update license.html files for 2014 version
Signed-off-by: Marc Khouzam <marc.khouzam@ericsson.com>
2014-05-02 11:17:44 -04:00
Thomas Corbat
b5cf6c388c Bug 427539 - C++11 attribute implementation
- 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-03-10 13:01:47 -04:00
Sergey Prigogin
5d7a19fa6c Enabled JDK 1.7.
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-24 13:38:55 -05:00
Sergey Prigogin
1d166260a8 Bumped up CDT version to 8.4.
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>
2014-01-21 17:35:29 -05:00
Sergey Prigogin
2d58772f73 Bug 421247 - ASTNode.copy() chaining inconsistent
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-11-25 21:37:10 -05:00
Andrew Gvozdev
09915f99bf bug 420287: CDT features are scattered around in update manager 2013-10-24 11:11:58 -04:00
Andrew Gvozdev
652ce4748e Fixed parent pom version to reference 2013-08-27 15:16:24 -04:00
Sergey Prigogin
bf2790474e Bumped up feature version to 8.3. 2013-08-22 20:06:31 -07:00
Sergey Prigogin
aefea16bcf Fixed compilation errors. 2012-12-28 14:08:36 -08:00
mhussein
f2724c6bdf Bug 391390 : Updatesite url is indigo
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-10-17 14:18:01 -04:00
John Cortell
69eae6b783 Add master test suite for conveniently running all junit3 tests in CDT 2012-08-16 14:11:27 -05:00
Sergey Prigogin
3be412111c Bumped up feature versions for Kepler. 2012-06-28 11:08:11 -07:00
Vivian Kong
d5cb9f4f8f Bug 379448 - Add "UPC" string to feature name Unified Parallel C - to
enable consistent searching
2012-05-14 15:15:51 -04:00
Marc-Andre Laperle
68b6f3dc90 Upgrade to Tycho 0.14.1 2012-04-23 00:25:47 -04:00
Sergey Prigogin
33374d0a51 Bug 316230 - Representation of gcc attributes in AST. Also
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-13 14:48:35 -04:00
Sergey Prigogin
f02e178d52 Cosmetics. 2012-04-12 17:21:02 -07:00
Andrew Gvozdev
2a1cddd716 auto-clean: @Override annotations + organize imports + unnecessary
casts/$NON-NLS + trailing white spaces
2011-11-17 17:34:21 -05:00
Andrew Gvozdev
e47db971de Switched to Java 1.6 rest of build packages. 2011-11-16 18:23:33 -05:00
Sergey Prigogin
1055cd6604 Fixed few pom.xml files missed in the previous commit. 2011-10-20 10:25:47 -07:00
Sergey Prigogin
09967ad791 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c Updated parent feature version in pom.xml files. 2011-10-19 19:32:07 -07:00
Doug Schaefer
bca8fe06a1 Fix poms for tycho 0.13. 2011-09-02 20:48:39 -04:00
Doug Schaefer
6eff5311d7 More tests for the Maven build. 2011-06-29 14:30:07 -04:00
Doug Schaefer
d7092b12c9 Mavenizing CDT releng.
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-28 05:21:58 -04:00
Vivian Kong
f6d1c8c24b Bug 348754 - Update feature copyright statements for Indigo 2011-06-08 14:36:18 +00:00
Vivian Kong
356e6cf4b2 Bug 346568 - Update licenses for Indigo 2011-05-24 14:34:28 +00:00
Vivian Kong
c82cbe55fb Bug 346568 - Update licenses for Indigo 2011-05-20 00:59:10 +00:00
Marc-Andre Laperle
d2047f3306 Bug 337937 - CopyLocation for copied AST-Node. Fix UPC and XLC compile errors 2011-03-08 05:42:57 +00:00
Vivian Kong
101d5367d0 Change update site URL to indigo 2011-02-25 14:36:44 +00:00
Vivian Kong
debad68d66 Bug 321692 Remove dependencies to plugins from features - SDK features should include its base feature 2011-01-31 20:27:43 +00:00
Marc Khouzam
ce50ee07e2 Bug 321692: Remove dependencies to plugins from features 2010-09-20 09:05:59 +00:00
Markus Schorn
703afbd706 Bug 324096: [C++0x] Value categories. 2010-09-06 13:52:47 +00:00
Chris Recoskie
9e628bc9e3 Bug 324339 - Two recent UPC parser test failures in the cdt build are not applicable to UPC language. 2010-09-02 18:54:57 +00:00
Sergey Prigogin
df06a819ec Bug 315895 - Names and descriptions of CDT features are confusing. 2010-06-06 03:09:06 +00:00
Doug Schaefer
7b8cac960e Prettier 32x32 icon. 2010-06-04 14:24:50 +00:00
Doug Schaefer
4b1e0cd637 Fixed up branding plug-ins. 2010-06-04 01:18:33 +00:00
Vivian Kong
9697941eec Bug 315435 Fix the regression test failures in cdt70 - for John Liu 2010-06-03 20:00:42 +00:00
Vivian Kong
4243380198 Bug 315439 Fix up copyright 2010-06-03 16:41:41 +00:00
Doug Schaefer
4d79947e9c New CDT Icon. 2010-06-03 15:20:43 +00:00
Vivian Kong
ce9eb6b7d6 update copyright in about and update provider info 2010-05-31 20:40:20 +00:00
Vivian Kong
73c2648477 fix copyright 2010-05-31 17:41:57 +00:00
Vivian Kong
1dc1732f57 Bug 306627 - Fix license inconsistencies 2010-05-31 15:54:52 +00:00
Vivian Kong
36b3638d97 Bug 314212 - CDT Feature copyright dates are outdated 2010-05-31 15:15:04 +00:00
Vivian Kong
506c4dbc13 Bug 314948 - Updates to Berkeley UPC plugin for Max Billingsley III 2010-05-28 21:23:58 +00:00
Vivian Kong
1b93077911 Bug 312658 - Some c/c++ syntax cause content assist hanging, such as try-catch and do-while(head stream) - fix by John Liu 2010-05-12 17:19:17 +00:00
Vivian Kong
5d22a3c67a Bug 306627 - Fix license inconsistencies 2010-04-28 14:45:10 +00:00
Vivian Kong
f5aa6deafd Bug 306627 - Fix license inconsistencies 2010-04-14 14:56:05 +00:00
Andrew Gvozdev
78bbafea7e Fixed name of the feature to appear during CDT installation 2010-03-12 19:39:36 +00:00