1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

10992 commits

Author SHA1 Message Date
Thomas Corbat
4e409e9e2f Bug 374694. Implementation of alias templates. 2012-11-25 09:13:04 -08:00
Sergey Prigogin
45206789d6 Fixed NPE. 2012-11-25 08:45:33 -08:00
Sergey Prigogin
a00758b82c Support for __float128 type introduced in GCC 4.7. 2012-11-25 08:44:30 -08:00
Andrew Gvozdev
d61fcc17ce Corrected some ill-encoded characters in comments 2012-11-23 10:32:56 -05:00
Andrew Gvozdev
cd482994b5 Bug 393641: When importing an existing CDT project, language settings providers are disabled 2012-11-21 09:51:48 -05:00
Anton Leherbauer
461a07cf73 Bug 394756 - Reduce number of ScopedPreferenceStore instances 2012-11-21 11:17:12 +01:00
sprigogin
8450d8e366 Fixed an accidental PDOM incompatibility. 2012-11-20 22:16:18 -08:00
Sergey Prigogin
25c47d3cbb Support for __int128 type introduced in GCC 4.7. 2012-11-20 16:57:23 -08:00
Sergey Prigogin
da5b169b44 Cosmetics. 2012-11-20 15:48:29 -08:00
Sergey Prigogin
5c57467a36 Bug 394024. Fixed a use case with typedef. 2012-11-13 12:40:29 -08:00
Sergey Prigogin
4462ca0b8a Improved indexing progress indicator. 2012-11-13 11:41:48 -08:00
Markus Schorn
64e6fb0537 Bug 390759: Wrong order in ambiguity resolution. 2012-11-13 06:46:51 +01:00
Sergey Prigogin
7d752c9288 Improved linearity of the indexing progress indicator. 2012-11-12 15:21:32 -08:00
Sergey Prigogin
cd7276ab72 Cosmetics. 2012-11-12 11:59:16 -08:00
Sergey Prigogin
1974b13a88 Bug 394024 - Template resolution problem with unsigned int non type
parameter. A better fix.
2012-11-12 11:21:32 -08:00
Sergey Prigogin
9f8f8035d2 Code streamlining. 2012-11-11 11:39:53 -08:00
Sergey Prigogin
46b585e9f4 Bug 394024 - Template resolution problem with unsigned int non type
parameter.
2012-11-11 11:24:12 -08:00
Sergey Prigogin
698339eab3 Cosmetics. 2012-11-11 11:00:36 -08:00
Markus Schorn
73968cb5f2 Bug 393959: Unhandled template id ambiguity. 2012-11-09 12:10:17 +01:00
Sergey Prigogin
84e46a7b17 Fixed a regression in name resolution. 2012-11-08 20:04:06 -08:00
Sergey Prigogin
b1f1dc77f0 Moved typedef preservation tests to AST2TemplateTests. 2012-11-08 16:13:47 -08:00
Sergey Prigogin
4f40d2e9ca Cosmetics. 2012-11-08 13:54:23 -08:00
Sergey Prigogin
6217262454 Bug 393513. Fixed serialization of very large types and template
arguments.
2012-11-08 13:34:31 -08:00
Sergey Prigogin
9016a57d56 Bug 393513. Graceful handling of ambiguous template arguments. 2012-11-08 13:33:59 -08:00
Anton Leherbauer
fc304dbbe3 Bug 340123 - Disable intermittently failing test 2012-11-08 13:34:51 +01:00
Marc-Andre Laperle
9c7f88f34f Bug 388283 - ClassCastException in CPPASTFunctionCallExpression 2012-11-06 22:57:18 -05:00
Tom Hochstein
c1210c5d8b Bug 392954 - Manage Working Sets dialog can be opened when all working
sets are empty
2012-11-06 13:25:02 -06:00
Sergey Prigogin
cfd9acad95 Bug 393068 - Constructor call is treated as write access for arguments 2012-11-02 18:39:09 +01:00
Sergey Prigogin
a28a1eb0c6 Cosmetics 2012-11-02 18:38:48 +01:00
Vivian Kong
ddcd04cba9 Bug 228378 - Project Explorer: C project wizards should be only
enabled in C perspective or on C elements
2012-11-01 15:59:39 -04:00
Sergey Prigogin
926a7f5052 Bug 393029. Fixed stack overflow. 2012-10-29 13:12:45 +01:00
Sergey Prigogin
97974585ef Fixed a typo. 2012-10-28 10:53:01 +01:00
Andrew Gvozdev
8194410514 Bug 392966: Indexing only source files in the build doesn't work properly with new scanner discovery 2012-10-27 08:46:06 -04:00
Sergey Prigogin
cfdd0d2581 Yet another typedef preservation fix. 2012-10-26 22:31:53 +02:00
Sergey Prigogin
fb6d56fd3e Another typedef preservation fix. 2012-10-26 00:38:03 +02:00
Sergey Prigogin
86390642d7 Preservation of typedefs in template arguments. 2012-10-24 23:21:15 +02:00
Sergey Prigogin
8b36ca271a Cosmetics. 2012-10-24 23:21:10 +02:00
Sergey Prigogin
2243185110 Whitespace. 2012-10-24 23:21:04 +02:00
Sergey Prigogin
330fedddc0 Cosmetics. 2012-10-24 23:21:00 +02:00
Sergey Prigogin
d514c8e8d4 Whitespace. 2012-10-23 12:28:40 +02:00
Sergey Prigogin
c05ea1bf76 Cosmetics. 2012-10-16 14:54:42 -07:00
Sergey Prigogin
d763578079 Added OneSourceMultipleHeadersTestCase class. 2012-10-16 14:53:30 -07:00
Sergey Prigogin
d5f793f01d Similar preference API between cdt.core and cdt.ui 2012-10-16 14:52:37 -07:00
Sergey Prigogin
e8c0bd4d43 Cosmetics 2012-10-16 14:51:35 -07:00
Doug Schaefer
bdbc4e359f Remove fragment jars. Add missing property files. (Cherry picked 8_0) 2012-10-13 18:25:17 -04:00
Marc-Andre Laperle
b1a7526c66 Bug 375221 - [4.x] Resource config menu shows up in context menus 2012-10-11 00:44:18 -04:00
mhussein
516e23c935 Bug 389392 - Editor refresh problem when template executed twice
Modify OpenFiles so that it doesn't attempt to open files if they are
already opened.

Update: added copyright message.

Change-Id: I09fd41b3b34d2b1469cc11a8678f99645a0f9c43
Reviewed-on: https://git.eclipse.org/r/7725
Reviewed-by: Marc-Andre Laperle <malaperle@gmail.com>
IP-Clean: Marc-Andre Laperle <malaperle@gmail.com>
Tested-by: Marc-Andre Laperle <malaperle@gmail.com>
2012-10-09 23:25:23 -04:00
Markus Schorn
e8d0c48cb0 Bug 391284: Updating the list of the base classes did not work correctly. 2012-10-08 07:56:27 +02:00
Markus Schorn
3979620d97 Bug 391190: Using address as template argument. 2012-10-05 09:16:27 +02:00
Markus Schorn
8c98525c76 Bug 391001: Pointer to member in dependent expression. 2012-10-03 13:56:10 +02:00