1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-18 06:25:23 +02:00
Commit graph

15991 commits

Author SHA1 Message Date
Sergey Prigogin
5698ac7333 Added toString method. 2008-02-10 05:41:12 +00:00
Andrew Ferguson
c113b00476 178386: check-in documentation tool framework plus doxygen implementation 2008-02-09 12:23:25 +00:00
Andrew Ferguson
14b1bbaf1e add singleton property to correct compile errors against M5 platform. 2008-02-09 12:21:50 +00:00
Andrew Ferguson
13f968d5c0 178386: update screenshots 2008-02-09 12:21:09 +00:00
Marc Khouzam
8fda4772aa Fix for Bug 214806
New canWriteExpression() method is added to IExpressions and is used
to know if the user should be given the option to edit the value of an expression
in the views.
2008-02-08 20:58:49 +00:00
Oleg Krasilnikov
95c056e27e Bug #182450 : Multi-configuration support 2008-02-08 16:39:21 +00:00
Markus Schorn
e08ec31825 Using declarations in combination with nested classes, bug 209582. 2008-02-08 15:03:38 +00:00
Markus Schorn
c754042629 Fixes name-resolution with using-directives, related to bug 26110. 2008-02-08 13:51:56 +00:00
Anton Leherbauer
00091c99cb Fix for 216437: [Formatter] Shift left/right incorrect in Mixed tab policy/indentation mode 2008-02-08 12:30:10 +00:00
Anton Leherbauer
4c7161361e Fix for 110222: Improve pair matcher for angle brackets 2008-02-08 10:17:57 +00:00
Mike Kucera
ecf9c5833d 218265 - replace Enum class with Java 5 enums 2008-02-07 23:13:59 +00:00
Oleg Krasilnikov
6a80d1f5da Bug #218078 : Tool chain editor doesn't properly update configuration 2008-02-07 17:20:59 +00:00
John Cortell
21b8ccf0a5 Bugzilla 218194. Fix how install count is associated with a breakpoint. 2008-02-07 16:33:35 +00:00
Markus Schorn
8565f9f346 Makes relevant methods/options of AbstractLanguage available in ILanguage + cleanup. 2008-02-07 08:59:34 +00:00
Mike Kucera
e885c18bc4 minor code cleanup 2008-02-06 23:03:57 +00:00
Mike Kucera
e6ce9e4053 switch back to trial/undo to expose bug 2008-02-06 22:34:45 +00:00
Mike Kucera
c693b2518a fixed bug in testFunction(), removed needless extra empty declarations caused by extra completion tokens 2008-02-06 20:11:06 +00:00
Markus Schorn
9cd75c484e Anonymous unions and structs, bug 216791. 2008-02-06 15:30:47 +00:00
Anton Leherbauer
a39c03d796 Remove unused messages 2008-02-06 15:06:38 +00:00
Markus Schorn
1c88bb0adf Moves c++-specific stuff from PDOMLinkage to PDOMCPPLinkage. 2008-02-06 12:41:45 +00:00
Oleg Krasilnikov
8a3ee52100 Roll back changes with isOptionVisible() 2008-02-06 11:55:23 +00:00
Oleg Krasilnikov
ba4b0ab3ed Disable unnecessary isOptionVisible() check during page creation. 2008-02-06 11:51:16 +00:00
Oleg Krasilnikov
622b2739c3 Check for isOptionVisible() is added to update procedure. 2008-02-06 11:47:46 +00:00
Anton Leherbauer
f27ad8dfdf Fix for 186106: The Makefile Editor inserts spaces instead of a tab character 2008-02-06 09:11:27 +00:00
Ken Ryall
468b4a4082 Bug 217493. 2008-02-05 22:50:27 +00:00
Ken Ryall
3a0793732b Bug 217485 - Can't set method breakpoints from the editor unless the method/function name is selected. 2008-02-05 21:38:55 +00:00
Chris Recoskie
48c5584887 some fixes to project description manager and build system to allow EFS hosted projects to function better 2008-02-05 19:30:03 +00:00
Mike Kucera
80485fce8a multi-parser approach applied to C99 2008-02-05 15:44:08 +00:00
Mike Kucera
a8f928a682 cleaned up the code in parseTypeIdOrUnaryExpression() 2008-02-05 15:40:42 +00:00
Mike Kucera
22f2deea94 added vararg constructors to AST ambiguity nodes 2008-02-05 15:39:10 +00:00
Anton Leherbauer
76bea72bfb Fix for 217727: Binary files do not open in the binary editor 2008-02-05 14:45:53 +00:00
Anton Leherbauer
7e9700c5a7 Fix for 217860: toggle source/header switches to wrong source file 2008-02-05 14:38:33 +00:00
Anton Leherbauer
7a90025fb4 Fix for 215112: Source roots not updated if resources are added 2008-02-05 14:34:46 +00:00
Anton Leherbauer
e8c725f636 Fix Archive constructor for linked resources 2008-02-05 14:17:25 +00:00
Markus Schorn
3e365c0aac Support for unnamed namespaces, bug 162226. 2008-02-05 14:10:36 +00:00
Markus Schorn
dfb5057e5c Keep types defined in source files separate from each other, bug 214146. 2008-02-04 16:15:05 +00:00
Andrew Ferguson
fd1c9d4e28 215960: Apply fix contributed by Mark Espiritu (VaST Systems) 2008-02-04 10:30:59 +00:00
Anton Leherbauer
1c7064167a Fix for 216945: GCCPerFileBOPConsoleParser doesn't handle symbolic links correctly 2008-02-04 10:12:50 +00:00
Sergey Prigogin
cd0bd1eebb Added toString method. 2008-02-04 06:29:50 +00:00
Sergey Prigogin
8a38316b33 Removed redundant data members. 2008-02-04 03:08:43 +00:00
Sergey Prigogin
ec5204c969 Use generics. 2008-02-03 22:08:47 +00:00
Marc Khouzam
857c836ecf Fix for Bug 217460
User modifying an expression was not working
2008-02-01 17:37:34 +00:00
Oleg Krasilnikov
bfda3445f7 Multi-config updates. 2008-02-01 16:24:01 +00:00
Anton Leherbauer
f4087a09fc Performance improvement for path entry comparison 2008-02-01 15:31:10 +00:00
Anton Leherbauer
e3404b50f0 Fix for 102434: Trying to create ELF archive for non-archive binary files causes problems (patch by Abeer Bagul)
and performance improvements
2008-02-01 15:28:50 +00:00
Markus Schorn
a224016462 Fixes a NPE in the name-resolution (bug 217414) 2008-02-01 15:20:35 +00:00
Vivian Kong
4843da7365 update XLC feature for new XLC plugins (bug 193605) 2008-02-01 14:54:06 +00:00
Markus Schorn
d0b1e7b4b4 Fixes for navigation + mark occurrences related to using-declarations. 2008-02-01 14:49:21 +00:00
Marc Khouzam
b7c32e2b66 Fix for bug 214806 2008-02-01 14:25:37 +00:00
Anton Leherbauer
0bb4c8bb9a Fix memory leak in TranslationUnitAnnotationModel 2008-02-01 14:19:52 +00:00