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

8390 commits

Author SHA1 Message Date
Sergey Prigogin
f339b83aa5 Log long periods of holding write index lock. 2009-10-17 20:15:16 +00:00
Sergey Prigogin
4cf3daa620 Fixed a typo. 2009-10-17 19:44:00 +00:00
Sergey Prigogin
30d29f6783 Added missing credit. 2009-10-17 19:33:23 +00:00
Markus Schorn
37c899ffc2 In call hierarchy, show virtual overriders for the input method, bug 246064. 2009-10-16 11:45:52 +00:00
Markus Schorn
67fe42e072 Computation of naming type, bug 292232. 2009-10-16 10:03:44 +00:00
Anton Leherbauer
2b5ba96a39 Minor performance optimization in SpawnerInputStream 2009-10-16 09:16:51 +00:00
Anton Leherbauer
5e58b2deb1 [292127] Reading process output blocked when message length is exactly 1024, patch by Thierry Goldwaser 2009-10-16 09:06:14 +00:00
Markus Schorn
36181bd862 User-defined conversions, bug 222444. 2009-10-15 15:28:25 +00:00
Anton Leherbauer
4752115f03 Bug 291995 - Unable to modify code template or create a new C++ source file 2009-10-15 07:16:54 +00:00
Andrew Gvozdev
e8ef8a942a bug 291585: API tooling warning/error when implementing IBuildMacro 2009-10-14 12:59:27 +00:00
Markus Schorn
06bfab7f23 Follow up for bug 292051. 2009-10-14 12:10:40 +00:00
Markus Schorn
6ddc2fc4ca Method templates with name of method, bug 292051. 2009-10-14 12:00:38 +00:00
Markus Schorn
0cfed67288 NPE for illegal friend declarations on global scope, bug 292174. 2009-10-14 11:22:27 +00:00
James Blackburn
62212fa6ac [Performance] Setting TODO markers should be run in a WorkspaceJob rather than a Job to limit the number of resource change notifications fired by the platform. 2009-10-13 15:59:42 +00:00
Sergey Prigogin
be4c1f9cf2 Filtering by visibility for content assist. Second attempt. Bug 172305. 2009-10-11 06:24:20 +00:00
Sergey Prigogin
76f3a77313 Comment adjustments. 2009-10-11 06:22:33 +00:00
Sergey Prigogin
29f917fa8f Rolled back fix for bug 172305 to reimplement it separately from name lookup. 2009-10-10 18:41:54 +00:00
James Blackburn
dbdf6703ef Bug 291887 Allow build configurations to reference other configurations in the same project 2009-10-09 14:37:11 +00:00
James Blackburn
f9aa9d90d7 Bug 291751 Build project action causes referenced projects to be built twice. 2009-10-09 12:08:51 +00:00
Markus Schorn
16944a0de7 Arithmetic conversions for unary and binary expressions, bug 231859. 2009-10-09 12:04:23 +00:00
James Blackburn
f42306ff24 Bug 212373 Display up to 5 configs + projects in the build project button tooltip 2009-10-08 16:21:12 +00:00
Markus Schorn
2bc7bae4a4 Pushes commonalities of c and c++ into IBasicType, bug 231859. 2009-10-08 16:13:54 +00:00
Markus Schorn
70d30d88f4 Modifying project properties freezes UI, bug 291737. 2009-10-08 13:59:38 +00:00
Andrew Gvozdev
0137ebe88f bug 245368: "C/C++ General" property page is not shown for objects that adapt to IResource
Patch from Thierry Goldwaser
2009-10-07 15:23:11 +00:00
Markus Schorn
081526f656 Type of subscript expression, bug 291595. 2009-10-07 14:01:24 +00:00
Sergey Prigogin
4795e461e7 Filtering by visibility for content assist. Bug 172305. 2009-10-06 14:50:28 +00:00
Markus Schorn
164d59a0d8 User defined operators are considered only for user-defined types, bug 291409. 2009-10-06 12:09:24 +00:00
Sergey Prigogin
1c2270f0cb Cosmetics. 2009-10-06 05:58:08 +00:00
Sergey Prigogin
dbec91987b Adjusted javadoc comments. 2009-10-06 05:45:55 +00:00
Andrew Gvozdev
bd8442bf2f toString() added to make debugging easier 2009-10-06 02:20:02 +00:00
Sergey Prigogin
ed290e9aad Fixed ArrayStoreException introduced by a recent change. 2009-10-05 06:30:49 +00:00
Sergey Prigogin
64a2e6817e Adjusted comment. 2009-10-04 06:24:54 +00:00
Sergey Prigogin
d0d9ec8b09 Allow input array of zero length. 2009-10-04 06:05:22 +00:00
Sergey Prigogin
3b408710f4 Type safe version of removeNulls. 2009-10-04 05:57:22 +00:00
Sergey Prigogin
68a906b0a6 Type safe version of addAll. 2009-10-04 05:43:07 +00:00
Sergey Prigogin
508050270c Type safe versions of append and trim methods. 2009-10-04 05:30:57 +00:00
Andrew Gvozdev
e9bc7216e5 Cleanup: unnecessary cast 2009-10-03 13:48:58 +00:00
Andrew Gvozdev
aead80d4fe Cleanup: unnecessary casts + loop to enhanced 2009-10-03 13:43:23 +00:00
Andrew Gvozdev
f975a7b68d Cleanup: unnecessary casts 2009-10-03 13:37:53 +00:00
Andrew Gvozdev
643d18269f cleanup: generics + loops to enhanced 2009-10-03 05:21:08 +00:00
Andrew Gvozdev
e922ea8c0c cleanup: java generics 2009-10-03 05:20:45 +00:00
Andrew Gvozdev
c27e0f02d7 cleanup: java generics 2009-10-03 04:45:33 +00:00
Andrew Gvozdev
6348536f9f cleanup: java generics - parameterized this class 2009-10-03 04:45:15 +00:00
Andrew Gvozdev
db7a537b36 cleanup: java generics warnings 2009-10-03 02:45:58 +00:00
Anton Leherbauer
e5d01853a5 Bug 290630 - [formatter] More heuristics for if-else in macros 2009-10-02 11:59:19 +00:00
Markus Schorn
dc18c3165d Improve non c++ fallback navigation, follow up for bug 282335. 2009-10-02 10:10:59 +00:00
Anton Leherbauer
e0a8f9eb3c Bug 291008 - [help] Register help listener for context sensitive help 2009-10-02 10:00:34 +00:00
Anton Leherbauer
b5cdb51b36 Bug 286908 - get rid of PreferencesAdapter 2009-10-02 09:57:52 +00:00
Markus Schorn
7c343c6050 Avoid computation of implicit references, bug 291024. 2009-10-02 09:25:24 +00:00
John Cortell
f53c0d4f1d Add variant of toString() that allows caller to indicate he wants qualified or simple class name 2009-10-01 02:20:29 +00:00