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

18941 commits

Author SHA1 Message Date
Marc Khouzam
85a953ca4c Bug 338136: Show the proper inferior console when selecting a container in the debug view. This support is for multi-process. 2011-03-07 15:50:59 +00:00
Marc Khouzam
745fbced67 Bug 338136: Show the proper inferior console when selecting a container in the debug view. This support is for multi-process. 2011-03-07 11:35:07 +00:00
Emanuel Graf
28f527f165 Bug 333936: When ASTNodes are moved (as in Extract Method) formatting is not preserved and macros are expanded
https://bugs.eclipse.org/bugs/show_bug.cgi?id=333936
2011-03-07 11:09:12 +00:00
Marc Khouzam
52cb9b810c Bug 339048: Remove mention of "PDA launch" when logging errors related to gdb launch shutdown 2011-03-07 11:02:38 +00:00
Anton Leherbauer
222dedbe3b Bug 333183 - Export/Import Syntax Coloring settings 2011-03-07 10:40:50 +00:00
Emanuel Graf
654e12094a Bug 337937: CopyLocation for copied AST-Node
https://bugs.eclipse.org/bugs/show_bug.cgi?id=337937
2011-03-07 07:26:26 +00:00
Sergey Prigogin
c2b14277a3 Code streamlining. 2011-03-07 04:32:30 +00:00
Marc Khouzam
32bf5a5a1d Bug 339047: No need to interrupt the inferior in non-stop mode 2011-03-07 04:11:20 +00:00
Sergey Prigogin
218111e722 Cosmetics. 2011-03-07 03:23:15 +00:00
Sergey Prigogin
b42e687828 Removed use of a deprecated constructor. 2011-03-07 03:14:49 +00:00
Sergey Prigogin
34f8e32373 Fixed a compiler warning. 2011-03-07 03:07:24 +00:00
Andrew Gvozdev
eb4639d52f bug 339015: extracted FilterEmtpyFoldersAction 2011-03-07 03:07:07 +00:00
Sergey Prigogin
475612b295 Fixed a compiler warning. 2011-03-07 03:07:00 +00:00
Sergey Prigogin
8a36c6376d Cosmetics. 2011-03-07 02:58:00 +00:00
Sergey Prigogin
a7a8d608fa Fixed a compiler warning. 2011-03-07 02:55:03 +00:00
Sergey Prigogin
a6a7c95f71 Comment adjustments. 2011-03-07 02:49:02 +00:00
Sergey Prigogin
d56a58314c Comment adjustment. 2011-03-07 02:01:25 +00:00
Sergey Prigogin
3802443e35 Comment adjustment. 2011-03-07 00:24:21 +00:00
Sergey Prigogin
341c8d3d01 Cosmetics. 2011-03-07 00:12:15 +00:00
Sergey Prigogin
1ad1b35ec0 Comment adjustment. 2011-03-06 23:55:23 +00:00
Sergey Prigogin
d37532a23c Comment adjustment. 2011-03-06 23:54:12 +00:00
Sergey Prigogin
7d376a5e01 Cosmetics. 2011-03-06 23:49:06 +00:00
Sergey Prigogin
3d9f5a3c93 Code streamlining. 2011-03-06 23:41:45 +00:00
Sergey Prigogin
a421c6d1f1 Cosmetics. 2011-03-06 23:41:25 +00:00
Sergey Prigogin
75b90b2612 Cosmetics. 2011-03-06 23:14:04 +00:00
Sergey Prigogin
335422ecee Bug 292851. Changed WAIT_IF_OPEN to WAIT_ACTIVE_ONLY and parsing options to match org.eclipse.cdt.internal.core.model.ASTCache. 2011-03-06 22:11:09 +00:00
Sergey Prigogin
2177e1988b Cosmetics. 2011-03-06 21:22:28 +00:00
Sergey Prigogin
28a2179584 Removed uses of a deprecated class. 2011-03-06 21:21:28 +00:00
Sergey Prigogin
6bba9dff30 Removed uses of a deprecated class. 2011-03-06 21:19:31 +00:00
Sergey Prigogin
d7b4ba9d15 Removed uses of a deprecated class. 2011-03-06 21:10:52 +00:00
Sergey Prigogin
0442096272 Removed uses of a deprecated class. 2011-03-06 20:57:11 +00:00
Sergey Prigogin
0f9084562e Removed uses of a deprecated class. 2011-03-06 20:35:30 +00:00
Sergey Prigogin
8baa132fb8 Added checks for cancellation. 2011-03-06 20:32:11 +00:00
Doug Schaefer
af09feb18d Remove Android. There is a dependency on ADT and I don't feel like doing the work to get it approved. 2011-03-06 01:04:30 +00:00
Sergey Prigogin
9e671a6111 Bug 292851 - Made RefactoringASTCache thread-safe. 2011-03-05 07:55:22 +00:00
Sergey Prigogin
63b1a31bb5 Bug 338467 - Codan calls "before" and "after" even for checkers that are not supposed to run in a launch mode. Patch by Alex Ruiz. 2011-03-04 23:25:33 +00:00
Sergey Prigogin
9a7ecdfa7c Bug 338569 - Not found problem with customized settings makes Codan Preference UI unusable. Patch by Alex Ruiz. 2011-03-04 23:13:45 +00:00
Sergey Prigogin
9738529f90 Bug 338492 - 'log(String, Throwable)' method. Patch by Alex Ruiz. 2011-03-04 23:07:30 +00:00
Sergey Prigogin
0c4c2720e2 Composite bindings should not be considered equal if their composite factories are different. 2011-03-04 22:15:59 +00:00
Doug Schaefer
b8ce1854d4 Added Android Native feature to build. 2011-03-04 21:36:49 +00:00
Sergey Prigogin
d4dea10ec0 Cosmetics. 2011-03-04 21:23:35 +00:00
Marc Khouzam
bf034bfc41 Bug 338472: Pinned view should blank out when session terminated 2011-03-04 19:03:30 +00:00
Sergey Prigogin
5bfffca532 Breaking precedence for binary expressions. 2011-03-04 17:57:24 +00:00
John Cortell
6ad4ad176a Bug 337881: [Memory Browser] Persist the Go To Address history in the launch configuration. 2011-03-04 17:41:16 +00:00
John Cortell
d71b3a2ce7 Bug 337881: [Memory Browser] Persist the Go To Address history in the launch configuration. (Changes resulting from code review.) 2011-03-04 16:45:30 +00:00
Patrick Chuong
38f65aca63 Bug 338472 - [Pin&Clone] Pinned view should blank out when session terminated 2011-03-04 16:45:10 +00:00
Patrick Chuong
c57cf3cce3 Bug 202556 - [variables][registers][expressions] Allow setting of numeric format for individual variables in the view. 2011-03-04 16:06:51 +00:00
Sergey Prigogin
da8a1d0b28 Bug fixes. 2011-03-04 02:04:11 +00:00
Sergey Prigogin
ed9db92e40 Removed an obsolete method. 2011-03-04 01:38:49 +00:00
Sergey Prigogin
033e61ab6f Comment adjustments. 2011-03-03 22:30:20 +00:00