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 |
|
Vivian Kong
|
03a3b41095
|
Bug 388243 - [LR parser] ICPPASTConstructorInitializer offsets did not
include parentheses
|
2012-09-10 15:47:57 -04:00 |
|
Sergey Prigogin
|
3b7da721b6
|
Bug 367993 - Error due to CDT not recognizing compiler built-ins like
__is_pod.
|
2012-08-22 11:17:11 -07:00 |
|
Sergey Prigogin
|
3be412111c
|
Bumped up feature versions for Kepler.
|
2012-06-28 11:08:11 -07:00 |
|
Markus Schorn
|
ea53c271c9
|
Bug 299911: Introduce ICPPEvaluation
|
2012-06-26 07:04:50 +02:00 |
|
Vivian Kong
|
6cf930a564
|
Bug 378189 - LR parser mistaken for-loop initializer as a declaration
|
2012-05-02 11:53:17 -04:00 |
|
Sergey Prigogin
|
20ea7546f8
|
Bug 316076. Added IFunction.isNoReturn() method.
Change-Id: Idfa2aa067e9c956b9a990980797a41277a84cc58
Reviewed-on: https://git.eclipse.org/r/5584
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:49:12 -04:00 |
|
Sergey Prigogin
|
e726c3d217
|
Cosmetics.
|
2012-04-10 15:25:47 -07:00 |
|
Sergey Prigogin
|
723ed9f912
|
Cosmetics.
|
2012-03-13 17:55:31 -07:00 |
|
Sergey Prigogin
|
b62f1b0e6a
|
toString methods and @Overide annotations.
|
2011-12-09 11:04:08 -08:00 |
|
Markus Schorn
|
939ab1508d
|
Bug 360541: Ambiguity resolution for declaration statements.
|
2011-10-31 17:05:55 +01: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
|
9ec9113700
|
Update version numbers for Juno.
|
2011-09-22 15:03:14 -04:00 |
|
Chris Recoskie
|
980e5237e0
|
Bug 357858 - Override some unsupported test cases in LR parser test
suite in head stream
|
2011-09-15 15:53:48 -04: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
|
df7434c2bc
|
Bug 348426 - Disable failed test cases in LR parser that are inherited from CDT DOM Parser test for John Liu
|
2011-06-06 15:55:20 +00:00 |
|
Vivian Kong
|
c82cbe55fb
|
Bug 346568 - Update licenses for Indigo
|
2011-05-20 00:59:10 +00:00 |
|
Chris Recoskie
|
35bb3c2833
|
Bug 328867 - Override some C++ 0x test cases in LR parser test suite in head stream
|
2011-03-09 21:42:11 +00:00 |
|
Doug Schaefer
|
8ed19fb591
|
Fix build error caused by deletion in superclass.
|
2011-03-03 19:16:01 +00:00 |
|
Vivian Kong
|
101d5367d0
|
Change update site URL to indigo
|
2011-02-25 14:36:44 +00:00 |
|
Vivian Kong
|
3c1dd64023
|
Bug 328867 update plugin/feature versions
|
2011-02-08 19:27:00 +00:00 |
|
Vivian Kong
|
3806bba6bc
|
Bug 328867 patch by John Liu, update plugin/feature versions
|
2011-02-07 17:14:05 +00:00 |
|
Vivian Kong
|
3bb812c2c1
|
Bug 328867 for John Liu
|
2011-02-03 15:07:11 +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 |
|
Markus Schorn
|
b17869ff74
|
Fix some LR-parser test-failures.
|
2011-01-27 09:29:03 +00:00 |
|
James Blackburn
|
7759bde483
|
Bug 328867 - Override some C++ 0x test cases in LR parser test suite in head stream
|
2011-01-26 18:53:12 +00:00 |
|
Markus Schorn
|
e407a37b43
|
Bug 326900: Remove overridden tests no longer part of template tests.
|
2010-10-05 07:54:40 +00:00 |
|
Marc Khouzam
|
ce50ee07e2
|
Bug 321692: Remove dependencies to plugins from features
|
2010-09-20 09:05:59 +00:00 |
|
Chris Recoskie
|
3712f8e971
|
Bug 324324 - The LR Parser test utility function getCompletionNode gets a wrong offset.
|
2010-09-02 18:45:34 +00:00 |
|
Chris Recoskie
|
ed2d483f12
|
Bug 324150 - LR Parser's action class CPPBuildASTParserAction throws UnsupportedOperationException by its function consumeDeclarationSimple.
|
2010-09-01 13:41:49 +00:00 |
|
Markus Schorn
|
c31e996fc2
|
Bug 323723: Reduce usage of DOMExceptions.
|
2010-08-27 09:01:29 +00:00 |
|
Vivian Kong
|
8951c5d12b
|
Bug 322426 Add copy implementation to CPPASTAmbiguousTemplateArgument class for John Liu
|
2010-08-11 21:09:24 +00:00 |
|
Vivian Kong
|
95e00954fb
|
Bug 315826 Update LR Parser for the template arguments rules - patch by John Liu
|
2010-08-09 17:59:41 +00:00 |
|
Vivian Kong
|
67dfed0280
|
Bug 315826 Update LR Parser for the template arguments rules - patch by John Liu
|
2010-08-09 17:50:49 +00:00 |
|
Mike Kucera
|
61ce9c0dcd
|
Bug 318011 - Invalid project name in org.eclipse.cdt.core.lrparser .project
|
2010-08-06 01:28:31 +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
|
9a346521e2
|
Bug 315439 Fix up copyright
|
2010-06-03 16:48:25 +00:00 |
|
Doug Schaefer
|
4d79947e9c
|
New CDT Icon.
|
2010-06-03 15:20:43 +00:00 |
|
Vivian Kong
|
0890f7c49e
|
Bug 315435 Fix the regression test failures in cdt70
|
2010-06-02 19:35:43 +00:00 |
|
Vivian Kong
|
ce9eb6b7d6
|
update copyright in about and update provider info
|
2010-05-31 20:40:20 +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 |
|