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

21174 commits

Author SHA1 Message Date
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
David Salinas
26be095c4a Bug 379474 - remote C/C++ project with XL toolchain generates a parse
error in stdio.h, preventing proper AST gen and Indexing
2012-11-09 11:00:28 -05:00
Markus Schorn
73968cb5f2 Bug 393959: Unhandled template id ambiguity. 2012-11-09 12:10:17 +01:00
Marc-Andre Laperle
352eae2865 Bug 368222 - Preferences page uses wrong icons 2012-11-08 23:43:21 -05:00
Pawel Piech
521f90af28 Bug 390245 - [hover] Wrong text color for expression hover 2012-11-08 20:29:16 -08: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
91449f9094 Ignore NFS-created files. 2012-11-08 13:34:54 -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
Marc Khouzam
d722553646 Bug 393474: In Expression view: cannot cast to type that contain commas.
Update tests.
2012-11-08 16:14:37 -05:00
Grzegorz Kuligowski
68cd405223 Bug 393474: In Expression view: cannot cast to type that contain commas 2012-11-08 16:14:03 -05:00
Scott Tepavich
aff4913d17 Bug 393178: Creating Read/Write type access watchpoints, results in a
mangled property page Class: name

Change-Id: I08404f0aa9552d0dbb1ef47fa8efc0b0b8599f06
Reviewed-on: https://git.eclipse.org/r/8426
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-11-08 15:54:22 -05:00
Eugene Tarassov
569e7967d0 Bug 381450 - MapEntrySourceContainer cannot map file names from Windows to Linux
Updated CSourceNotFoundEditor.locateFile() to also convert windows paths.
2012-11-08 11:16:43 -08:00
Anton Leherbauer
fc304dbbe3 Bug 340123 - Disable intermittently failing test 2012-11-08 13:34:51 +01:00
Anton Leherbauer
c3bcb7fba7 Bug 386675 - Added a junit test for MapEntrySourceContainer 2012-11-08 08:51:05 +01:00
Scott Tepavich
1546d1e149 Bug 393791 - Cannot substitute Windows path to Unix path on Linux 2012-11-07 13:42:39 -08: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
Marc-Andre Laperle
58c1312133 Bug 392932 - ResourceException disabling checker in Codan preferences 2012-11-04 21:57:22 -05: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
efd57ca750 Bug 228378 - Project Explorer: Convert to C/C++ wizard should not show
up in non-C perspective
2012-11-01 16:26:35 -04: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
Mark Bozeman
2c49273e16 Bug: 376203 Launch job never completes if GDB terminates on start.
- Added check to report error (with information from stderr if
available) if initial GDB prompt is not read.

Change-Id: I48ec3cbe8061bc3dc5e3bcb37296e2fc3de0cf61
Reviewed-on: https://git.eclipse.org/r/8401
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-31 10:28:45 -04:00
Pawel Piech
4d02730830 DSF - Added support for arrays in PDA example. 2012-10-30 11:43:00 -07:00
Marc Khouzam
76b231ca15 Bug 376203: Launch job never completes if getting gdb version hangs.
Change-Id: I4cad8b656856de2222c2e3e618dacf54c6c150d6
Reviewed-on: https://git.eclipse.org/r/8422
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
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-30 13:29:27 -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
Marc-Andre Laperle
c7cc50c93e Bug 385608 - Eclipse Juno 64 bits don't discover the visual studio paths 2012-10-27 15:02:57 -04: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
Marc Khouzam
72d411a73b Bug 360735: Add support for multi-selection in the Debug view for "Show
Breakpoints Supported by Selected Target"

Change-Id: I1605e080f15e1ce352c33236c4442778cdfdeee3
Reviewed-on: https://git.eclipse.org/r/7974
Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com>
IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com>
Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
2012-10-26 05:39:32 -04:00
Marc Khouzam
1709e1b676 Bug 360735: Add support for multi-process for "Show Breakpoints
Supported by Selected Target"

Change-Id: I8b64d5f7d8d87b6c6bce0737249207e9077a1d78
Reviewed-on: https://git.eclipse.org/r/7923
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-26 05:39:03 -04:00
Marc Khouzam
f6ce109425 Bug 360735: Add preference for behavior of "Show Breakpoints Supported
by Selected Target"

Change-Id: I648da9180d504d3177e2b9b101a2cf87a9209f84
Reviewed-on: https://git.eclipse.org/r/7922
Reviewed-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
Tested-by: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
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-26 05:38:42 -04:00
Mikhail Khodjaiants
1ca3907ef3 Bug 360735: "Show Breakpoints Supported by Selected Target" should allow
to filter bp that don't apply to the active context

Change-Id: I60d554359859cba64e4dd0d840c4a6ca63fd54d8
Reviewed-on: https://git.eclipse.org/r/7921
IP-Clean: Mikhail Khodjaiants <mikhailkhod@googlemail.com>
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-26 05:38:19 -04: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
Mikhail Khodjaiants
e6fb010b4f Bug 384632 - Missing change mark in the Memory view
Change-Id: I8d0a8ade47c0e16eb4f938bb78407d8707c156eb
Reviewed-on: https://git.eclipse.org/r/6681
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-24 12:37:33 -04:00
Sergey Prigogin
d514c8e8d4 Whitespace. 2012-10-23 12:28:40 +02:00
Randy Rohrbach
90a6c37f6b Bug 392095 The Traditional Memory Renderer does not work properly with the TCF Memory Block.
Tightened up obtaining the factory using an adapter ( pawel input ).
2012-10-22 23:22:19 +02:00