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

11165 commits

Author SHA1 Message Date
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
Markus Schorn
5e681bbe50 Bug 381824: Storing dependent bindings. 2012-10-02 10:48:24 +02:00
John Cortell
4de3c2e62c Removed test exclusions for various tests recently fixed by Markus.
Added exception for
CPPSelectionTestsFastIndexer.testBug103697, which is failing
consistently
2012-09-25 17:53:42 -05:00
Marc Khouzam
5e58ee7125 Typos in javadoc
Change-Id: I560f7c21964a219010a06f7ed18d233e1a53d152
2012-09-18 09:59:52 -04:00
Sergey Prigogin
c79f305503 Cosmetics. 2012-09-17 14:47:05 -07:00
Markus Schorn
22747c0877 Bug 379604: Discard template functions where explicit args do not match from function set. 2012-09-17 11:10:38 +02:00
Markus Schorn
b142e8e20a Bug 378930: ArrayStoreException collecting fields. 2012-09-17 08:46:34 +02:00
Markus Schorn
d643e121a0 Fix intermittent test failures. 2012-09-14 09:32:36 +02:00
Markus Schorn
9cdef8c443 Bug 299911: Directly marshall template arguments rather than their type and value. 2012-09-14 09:32:36 +02:00
Markus Schorn
0a9773666e Bug 372587: Testcase. 2012-09-13 16:39:12 +02:00
Markus Schorn
857973df82 Bug 372587: Argument deduction for function call. 2012-09-13 16:30:28 +02:00
Sergey Prigogin
eb8f1b49ea Cosmetics. 2012-09-12 18:48:21 -07:00
Sergey Prigogin
bc11a19cbc JavaDoc adjustments. 2012-09-12 12:18:32 -07:00
Sergey Prigogin
044f754d10 Cosmetics. 2012-09-11 16:11:02 -07:00
Sergey Prigogin
21bec6fcb4 Adjusted comments. 2012-09-11 16:08:56 -07:00
Sergey Prigogin
fc6b186ee6 Removed unnecessary synchronization. 2012-09-11 16:06:49 -07:00
Sergey Prigogin
59f33be72f Fixed a race condition in setting up path canonicalization strategy. 2012-09-11 16:04:41 -07:00
Sergey Prigogin
5c0836124a Cosmetics. 2012-09-11 16:03:22 -07:00
Sergey Prigogin
d62945a3d9 Cosmetics. 2012-09-05 21:14:02 -07:00
Andrew Gvozdev
7660c4881e bug 388755: test cases differ on windows and unix 2012-09-05 23:35:23 -04:00
Sergey Prigogin
05a61b35bf Cosmetics. 2012-09-05 17:36:09 -07:00
Sergey Prigogin
435b10dfdf Protect against NPE. 2012-09-05 17:35:27 -07:00
Sergey Prigogin
9e9c380798 Cosmetics. 2012-09-05 17:35:10 -07:00
Andrew Gvozdev
887ec0b8a1 bug 388755: Cosmetics - avoid syntax warnings in comments 2012-09-05 16:20:33 -04:00
Andrew Gvozdev
8fb2b6a3c6 bug 388755: Added extra check for schema "file" while fixing path "/C:/path" on Windows in EFSExtensionProvider 2012-09-05 15:58:42 -04:00
Andrew Gvozdev
c8075218df bug 388755: Fix EFSExtensionProvider to return conventional path on Windows as C:/path (without extra leading slash)
Change-Id: I82507744f069d774579f0bdd301e210df8157305
2012-09-04 22:14:14 -04:00
Sergey Prigogin
258181e027 Cosmetics 2012-08-31 18:50:03 -07:00
Sergey Prigogin
7fe0a91dbc Fixed a bug that caused files to disappear from the index sometimes. 2012-08-31 18:06:48 -07:00