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

18464 commits

Author SHA1 Message Date
Markus Schorn
97428465a4 Bug 324262: Remove command for 'Open Definition'. 2010-09-02 07:08:18 +00:00
Markus Schorn
1e7636523a Bug 324214: Overload resolution with method template and global function. 2010-09-01 15:44:56 +00:00
Anton Leherbauer
53b2b45d96 Bug 323971 - [C++0x] Editor support for raw string literals 2010-09-01 14:59:43 +00:00
Chris Recoskie
ed2d483f12 Bug 324150 - LR Parser's action class CPPBuildASTParserAction throws UnsupportedOperationException by its function consumeDeclarationSimple. 2010-09-01 13:41:49 +00:00
Anton Leherbauer
6a00f7487a Bug 324031 - Indentation problems with typedef and enum 2010-09-01 06:05:49 +00:00
Marc Khouzam
0ea29b6195 Bug 321084: Undo previous comment change. It was mis-leading. 2010-08-31 16:05:46 +00:00
Marc Khouzam
640a85e0cb Bug 321084: Updated the example. 2010-08-31 16:04:21 +00:00
Marc Khouzam
ca255eb6e6 Bug 321084: Create a new ReflectionSequence and have FinalLaunchSequence use it. The goal to to make FinalLaunchSequence easier to extend. 2010-08-31 15:18:45 +00:00
Anton Leherbauer
785a5d1913 Bug 323826 - Need a way to control the half second delay in SteppingControler 2010-08-31 14:01:38 +00:00
Markus Schorn
17241dc891 Bug 316317: [C++ 0x] Local and unnamed types as template arguments. 2010-08-31 12:02:51 +00:00
Markus Schorn
4adeb3cefb Replace usage of ASTSignatureUtil by ASTStringUtil. 2010-08-31 10:17:25 +00:00
Marc Khouzam
358955dd13 Bug 323996: Avoid potential NPE 2010-08-30 17:07:50 +00:00
Markus Schorn
2475fe0010 Bug 316311 - [C++0x] Raw and unicode string literals 2010-08-30 15:55:14 +00:00
Markus Schorn
9505f9ea9e Bug 316308 - [C++0x] Explicit conversion operators 2010-08-30 08:15:10 +00:00
Sergey Prigogin
6be0d2175e Icons for lightweight rename refactoring. 2010-08-30 04:00:40 +00:00
Sergey Prigogin
72fda063fc Removed use of a deprecated class. 2010-08-30 03:41:19 +00:00
Sergey Prigogin
6ce6a419c8 Removed use of a deprecated class. 2010-08-30 03:40:33 +00:00
Sergey Prigogin
34dd5e451f Removed use of a deprecated class. 2010-08-30 03:39:19 +00:00
Marc Khouzam
fa9a41f13a Bug 322658: Support for new GDB MI command -data-read-memory-bytes. It is already supported in GDB HEAD and will be officialy available with GDB 7.3 2010-08-27 14:01:11 +00:00
Markus Schorn
c31e996fc2 Bug 323723: Reduce usage of DOMExceptions. 2010-08-27 09:01:29 +00:00
Sergey Prigogin
d3fcfea8f1 Cosmetics. 2010-08-27 05:48:09 +00:00
Alena Laskavaia
da074afa86 Bug 323602: fixed f.p. in constructors/destructors for return checker 2010-08-27 00:47:28 +00:00
Alena Laskavaia
54aeb3242f make semantic error to have their own marker type 2010-08-27 00:18:22 +00:00
Marc Khouzam
0560c34482 Bug 323755: Rename properties file so they can match and be found. 2010-08-26 20:23:35 +00:00
Marc Khouzam
0070cb3914 Bug 248595: Add support pending breakpoints introduced in GDB 6.8. This allows to set breakpoints in dlls before they are loaded. Note that the installation marker does not get updated after the breakoint is first set. 2010-08-26 17:58:47 +00:00
James Blackburn
5294511318 Bug 317796 - Build before launch should be cleverer about which configuration is built.
Add option to LaunchConfig Main Tab to automatically choose a build configuration appropriate to the binary being debugged.
2010-08-26 15:36:21 +00:00
Markus Schorn
97c334a819 Bug 323659: Resource lookup with overlapping content types. 2010-08-26 15:13:13 +00:00
Markus Schorn
b25a75fc64 Bug 322750: Expanding selection with macro expansion. 2010-08-26 11:21:21 +00:00
Marc Khouzam
45540144be Bug 323466: Allow for dynamic variables in gdb patch within the launch. 2010-08-26 09:47:43 +00:00
Anton Leherbauer
c4b23ef96f Bug 321162 - Disassembly view sometimes doesn't display all source code
Patch from  Kirk Beitz (Nokia)
2010-08-26 09:26:05 +00:00
Anton Leherbauer
2c661f838e Bug 323562 - Doxygen auto-comment does not work for plain C function declaration
Patch from  Marc-Andre Laperle
2010-08-26 08:49:26 +00:00
Andrew Gvozdev
b90b9aee4c bug 323556: AssertionFailedException in CEditor.installOverrideIndicator
Patch from Marc-Andre Laperle
2010-08-26 02:31:42 +00:00
Marc Khouzam
25e014ce24 Bug 323636: The thread value was getting overwritten if the disabled flag was also used. 2010-08-25 16:55:00 +00:00
Anton Leherbauer
017a6ef082 Bug 323279 - Disassembly view not possible to display address size < 32 bits
Patch from Patrick Chuong (TI)
2010-08-25 14:28:41 +00:00
Markus Schorn
04303cfd0e Bug 323599: Type of id-expression denoting a field access. 2010-08-25 14:24:17 +00:00
Markus Schorn
55fd582a63 Bug 323596: Type representation for references of typedefs. 2010-08-25 12:36:42 +00:00
Markus Schorn
9f594c8aee Bug 320157: Endless loop decoding large file. 2010-08-25 11:36:52 +00:00
Doug Schaefer
0f63f42919 Bug 323512 - Removed local isDirty to inherit from HoldsOption. Called super copyChildren in the copy constructor. 2010-08-24 15:41:26 +00:00
Anton Leherbauer
93d328883d Bug 319405 - Create linked resources using drag-and-drop within project explorer 2010-08-24 11:26:36 +00:00
Markus Schorn
951f6257a5 Compiler warnings. 2010-08-24 08:55:40 +00:00
Markus Schorn
9cb98d05cf Bug 316307: [C++0x] Semantics for lamda expressions. 2010-08-24 08:53:50 +00:00
Sergey Prigogin
b6d83a4804 Cosmetics. 2010-08-24 05:53:16 +00:00
Sergey Prigogin
ad3536132b Cosmetics. 2010-08-24 05:52:42 +00:00
Sergey Prigogin
f64c7c7ad9 toString method. 2010-08-24 05:48:19 +00:00
Sergey Prigogin
4bb004213a Cosmetics. 2010-08-24 05:26:51 +00:00
Sergey Prigogin
411edba679 Cosmetics. 2010-08-24 05:16:01 +00:00
Andrew Gvozdev
0bef556cd0 bug 323402: Open external location in Problems View throws exception when file is not there 2010-08-24 04:21:05 +00:00
Andrew Gvozdev
1a94ffcda8 bug 323011: compilation warning 2010-08-24 03:02:17 +00:00
Andrew Gvozdev
7620872563 bug 323011: [Scanner Discovery] Source files with drive-relative paths ("/foo/bar.c") are not discovered 2010-08-24 02:58:21 +00:00
Andrew Gvozdev
065dca29f4 bug 323402: Open external location in Problems View throws exception when file is not there 2010-08-23 18:16:13 +00:00