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

8523 commits

Author SHA1 Message Date
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
Markus Schorn
5707b6bf0c Prevent duplicate task-tags when using full indexer, bug 287181. 2009-09-30 15:33:41 +00:00
Markus Schorn
1754ae59b2 Scope for deferred instances, bug 289132. 2009-09-30 10:30:37 +00:00
Markus Schorn
d9a409f830 Use c++ specific navigation algorithms in c++ files, only. Bug 282335. 2009-09-30 08:57:29 +00:00
Andrew Gvozdev
3979025bff bug 286384: Renaming the project doesn't update the macros and makes sources to appear as excluded from build
Patch from Alex Freidin
2009-09-29 18:02:35 +00:00
Markus Schorn
b7d18ff2d0 __FILE__ macro is not escaped, bug 288800. 2009-09-29 15:45:16 +00:00
Markus Schorn
cb647d08f0 Owner of forward class declarations, bug 290693. 2009-09-28 13:24:16 +00:00
Emanuel Graf
20c2e582df The removed cast is not superficial. 2009-09-24 14:20:37 +00:00
Markus Schorn
f6c4c980e3 Wrong warning in new class wizard, bug 290118. 2009-09-24 08:43:11 +00:00
Sergey Prigogin
18ce68fb9b Removed a superficial cast. 2009-09-23 23:31:33 +00:00
Sergey Prigogin
f140f1a804 Cosmetics. 2009-09-23 23:30:12 +00:00
Andrew Gvozdev
1656612800 bug 279502: User friendly icons for Paths&Symbols and Includes tree in Project Explorer
Added icon for built-in include folders. Also new icon for workspace and using plain folder icon for filesystem folders.
2009-09-21 16:19:16 +00:00
Markus Schorn
7ad14d08db Fixes char-array comparison, bug 289852. 2009-09-21 15:06:52 +00:00
Andrew Gvozdev
a069b77716 bug 263987: [Error Parser] Uses up too much of the line 2009-09-21 13:05:44 +00:00
Anton Leherbauer
e121a4b255 Bug 285932 - DocCommentOwnerManager doesn't use the DefaultScope for settings, patch by Johan Ekberg 2009-09-21 07:33:12 +00:00
Andrew Gvozdev
33d129e24c cleanup only: generics 2009-09-19 17:28:18 +00:00
Andrew Gvozdev
a410cd6913 cleanup only: insignificant, moved 2 lines down 2009-09-19 17:22:07 +00:00
Andrew Gvozdev
f953d3feb9 cleanup only: using LEVEL constants instead of hardcoded numbers 2009-09-19 16:16:59 +00:00