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

15590 commits

Author SHA1 Message Date
Vivian Kong
b74f0e0b85 Bug 292978 - New C/C++ wizard toolbar buttons are showing UI contributions that should be hidden by activities 2009-10-22 03:29:44 +00:00
Markus Schorn
1558c3a6e8 Proper template support in search for references, bug 268726. 2009-10-21 14:55:21 +00:00
Markus Schorn
614dd157e9 Fixes a test-case. 2009-10-21 14:51:57 +00:00
Markus Schorn
6936409241 Fixed a few compiler warnings. 2009-10-21 14:29:08 +00:00
James Blackburn
90b40763b4 Bounds check before moving referenced project. 2009-10-21 14:28:23 +00:00
James Blackburn
57557c4bc8 Bug76407 - Should be able to specify project references order
- ICConfigurationDescrption#get|setReferenceInfo(...) preserves the ordering of the referenced configurations
  - RefsTab has been improved so you can move referenced projects up and down.
  - RefsTab now displays referenced projects which aren't open / available -- so users know what dependencies aren't fulfilled
  - RefsTab displays invalid / unavailable configurations / projects as grayed
  - Generics + Comments
2009-10-21 14:10:36 +00:00
Marc Khouzam
92363450a3 [285225] Only enable disassembly toggle breakpoint target for the DSF disassembly view. Also remove enablement condition of plugin.xml since we are checking this in the code. 2009-10-21 12:46:47 +00:00
Emanuel Graf
45872aa127 FIXED - bug 291268: Source->Implement Method goes into an infinite loop for parameter with white spaces in type name
https://bugs.eclipse.org/bugs/show_bug.cgi?id=291268
2009-10-21 09:20:31 +00:00
Anton Leherbauer
d2cb70aeb5 [292688] DSF Disassembly: Reduce maximum width of FunctionOffset Ruler Column 2009-10-21 08:29:58 +00:00
Randy Rohrbach
315fd1e2a6 Bugzilla 292834 2009-10-20 23:56:35 +00:00
James Blackburn
ae5e0a74f3 Bug 243907 - AbstractCPropertyTab#dispose() never called
- AbstractPage leaks Tab icon SWT Images
    - AbstractCPropertyTab uses reflection for setGrayed API
2009-10-20 16:40:30 +00:00
Markus Schorn
353d1d0875 Mapping types of variables back to ast-types, if possible; bug 292749. 2009-10-20 16:38:05 +00:00
Emanuel Graf
24ce8e3659 FIXED - bug 195604: Source folder becomes common folder after rename
https://bugs.eclipse.org/bugs/show_bug.cgi?id=195604
2009-10-20 13:54:25 +00:00
Anton Leherbauer
5304735fdb [285225] Undo unintended tracepoint related change 2009-10-20 12:48:56 +00:00
Emanuel Graf
95e3b558d5 FIXED - bug 291190: Refactoring tests use the index without read-locks
https://bugs.eclipse.org/bugs/show_bug.cgi?id=291190
2009-10-20 10:19:04 +00:00
Anton Leherbauer
8c5477d2d0 [285225] [disassembly view] DSF Disassembly view does not respect selected breakpoint type 2009-10-20 09:14:17 +00:00
Randy Rohrbach
1b7d9e2dda Bugzilla 292703 2009-10-19 20:17:41 +00:00
Randy Rohrbach
3abb81f9e4 Bugzilla 292660. 2009-10-19 13:41:19 +00:00
Markus Schorn
7c27796dbd Proper template support in call hierarchy, bug 240589. 2009-10-19 12:11:05 +00:00
Randy Rohrbach
0d66821cc1 Bugzilla defects
256775
283586
287540
290710
292059
292120
292293
2009-10-18 04:53:48 +00:00
Marc Khouzam
6cb229669e [292488] Guard against RejectedExecutionException 2009-10-18 01:11:03 +00:00
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
John Cortell
bdc22eb579 Fixed copy&paste error in last commit 2009-10-16 22:49:17 +00:00
John Cortell
64d3465010 [292557] Import/Export dialogs do not pick up the renderings current base address 2009-10-16 22:44:09 +00:00
John Cortell
547715d30b [292559] When "Applying" Traditional Memory Rendering Preferences an NPE sometimes occurs 2009-10-16 19:25:55 +00:00
John Cortell
c240e9bc4f Fixed numerous warnings 2009-10-16 19:16:40 +00:00
Andrew Gvozdev
f2512325cc bug 212596: JUnit failures in cdt.managedbuilder.test.suite
Ignoring empty macros during comparison
2009-10-16 17:30:49 +00:00
Andrew Gvozdev
fe2cc5e4fd bug 292304: XLC New Project Wizard does not like change of heart when users switch from other wizards
Patch from Marc-Andre Laperle
2009-10-16 15:10:50 +00:00
John Cortell
9cfe50b6db [292536] New import/export memory toolbar icons for Memory Browser 2009-10-16 15:10:48 +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
Anton Leherbauer
54d204a985 [292271] Protect against race condition due to asynchronously removing the service event listener 2009-10-16 07:57:38 +00:00
Marc Khouzam
06b3823732 [292271] Guard against RejectedExecutionExceptions. Also, DsfServicesTracker.dispose() is now ThreadSafe so does not need to be called in the executor, which is good because we should still make this call even in the case of a RejectedExecution exception. 2009-10-15 20:17:34 +00:00
Pawel Piech
ee3801c51f Bug 288962 - [debug view] Extend IExecutionDMData to retrieve details about state change reason 2009-10-15 17:14:02 +00:00
Pawel Piech
05512ba623 Bug 292070 - Access to Active DsfSessions 2009-10-15 17:04:56 +00:00
Markus Schorn
36181bd862 User-defined conversions, bug 222444. 2009-10-15 15:28:25 +00:00
Marc Khouzam
6744e78d21 [292271] DsfServicesTracker.dispose() is now ThreadSafe because we use it outside the executor 2009-10-15 12:56:10 +00:00
Marc Khouzam
e436aadfcd [292271] DsfSession.addServiceEventListener must be used on the Executor thread. 2009-10-15 12:32:03 +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
Marc Khouzam
45b0d41f55 [292271] DsfServicesTracker must be used on the Executor thread. 2009-10-14 19:49:50 +00:00
John Cortell
7042d486ff [292300] MIProcessAdapter doesn't destroy process even if launch timed out 2009-10-14 17:55:03 +00:00
Marc Khouzam
424cf54073 [292266] More ThreadSafe methods 2009-10-14 16:39:54 +00:00
Marc Khouzam
8595a6080b [292271] DsfSession.addServiceEventListener must be used on the Executor thread. 2009-10-14 15:27:03 +00:00
Andrew Gvozdev
e8ef8a942a bug 291585: API tooling warning/error when implementing IBuildMacro 2009-10-14 12:59:27 +00:00
John Cortell
bc5eb83877 [292224] Launch Group tab not updating properly after hitting Revert 2009-10-14 12:22:32 +00:00
Markus Schorn
06bfab7f23 Follow up for bug 292051. 2009-10-14 12:10:40 +00:00