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

20344 commits

Author SHA1 Message Date
Andrew Gvozdev
a8e11aba3d Removed reference to EXTENSION_USER_PROVIDER_ID from cdt.ui 2012-01-30 14:29:10 -05:00
Andrew Gvozdev
d20555df6c bug 370063: CSettingEntryFactory is not needed anymore 2012-01-29 08:38:39 -05:00
Andrew Gvozdev
6680b5a020 Merge remote-tracking branch 'cdt/master' into sd90 2012-01-28 16:51:42 -05:00
Andrew Gvozdev
e16fe328eb bug 290631: Caching of ICSettingEntry objects in CDataUtil -
CLibraryPathEntry/CLibraryFileEntry.
2012-01-28 15:37:37 -05:00
Andrew Gvozdev
a2b019f1e8 Merge remote-tracking branch 'cdt/master' into sd90 2012-01-28 15:04:42 -05:00
Andrew Gvozdev
433e8e34c6 bug 290631: Introduced WeakHashSetSynchronized 2012-01-28 09:01:32 -05:00
Andrew Gvozdev
9d29524781 bug 290631: Moved WeakHashSet from
org.eclipse.cdt.internal.core.parser.util to
org.eclipse.cdt.internal.core
2012-01-28 06:59:10 -05:00
Andrew Gvozdev
4fc55d2d21 bug 290631: Caching of ICSettingEntry objects in CDataUtil. 2012-01-28 06:53:46 -05:00
Doug Schaefer
453f71f4c4 Bug 368552 - Hook up finish button. 2012-01-27 16:09:46 -05:00
Doug Schaefer
7585db1990 Bug 368552 - Hooked up template wizard pages. 2012-01-27 14:27:23 -05:00
Andrew Gvozdev
0b6b6c8b99 @Override annotations and other cleanup 2012-01-27 14:21:25 -05:00
Doug Schaefer
6fcb52fe97 Add real categories for templates. Organize selection in tree. 2012-01-27 13:41:24 -05:00
Marc Khouzam
f13bdf3b33 Bug 368597: Although we don't complete the launch, we still need to shutdown the DSF session as it was started already. 2012-01-27 13:33:35 -05:00
Marc Khouzam
1928101334 Fix of indentation. 2012-01-27 11:45:07 -05:00
Marc Khouzam
55e8d9f684 Bug 368597: [remote debug] if gdbserver fails to launch on target, launch doesn't get terminated 2012-01-27 11:45:03 -05:00
Anna Dushistova
13d3bad2de Bug 368597: [remote debug] if gdbserver fails to launch on target, launch doesn't get terminated 2012-01-27 11:45:01 -05:00
Markus Schorn
ccd531c177 Improved parser log. 2012-01-27 14:53:18 +01:00
Markus Schorn
fa55d3662d Bug 368160: Dependent projects and SDKs. 2012-01-27 11:00:22 +01:00
Marc-Andre Laperle
fcb45b9659 Bug 369887 - Scanner discovery doesn't run after creating a Cross GCC
project, only after the first build
2012-01-27 01:32:18 -05:00
Marc Khouzam
45878bd81a Bug 369814: [junit] Tracepoint unit tests fail with GDB 7.4 2012-01-26 22:01:13 -05:00
Marc Khouzam
bb313cb149 Need to wait for a IBreakpointHit event instead of an ISuspended event. This is for remote tests where we get an ISuspended event when we first connect to gdbserver, but we really need the IBreakpointHit event of when we hit the breakpoint at main() 2012-01-26 22:01:09 -05:00
Andrew Gvozdev
7c3888bb63 Merge remote-tracking branch 'cdt/master' into sd90 2012-01-26 15:49:49 -05:00
Andrew Gvozdev
b410a5b97d Merge remote-tracking branch 'cdt/master' into sd90 2012-01-26 15:33:01 -05:00
Andrew Gvozdev
b4230c0fff bug 290631: Added New Scanner Discovery core functionality from branch
sd90 (Not connected to the rest of the code yet)
2012-01-26 15:30:43 -05:00
Andrew Gvozdev
cdc386ba11 clean-up 2012-01-26 14:34:13 -05:00
Marc Khouzam
ad2208cc77 Bug 365541: Extra JUnit tests for partitions. Also, don't look for all the children of array_foo as it requires over 14000 MI commands, and makes the test take over 30 seconds. 2012-01-26 14:22:22 -05:00
Marc Khouzam
5f44a306c2 Bug 365541: Cleanup IndexedPartitionDMC.toString() 2012-01-26 13:52:33 -05:00
Mikhail Khodjaiants
15ab0165f1 Bug 365541 - View an array variable whose length is very long (such as
10000) in the editor or Variable View, will cause the interface to die.
2012-01-26 11:59:27 -05:00
Sergey Prigogin
ee0eb1bb48 Bug 352258 - Generate Getters and Setters can generate code containing
reserved keywords.
2012-01-25 16:14:46 -08:00
Andrew Gvozdev
0fdc3d95c3 Merge remote-tracking branch 'cdt/master' into sd90 2012-01-25 15:45:10 -05:00
Andrew Gvozdev
a6ca3ea235 bug 369693: Using a workspace root as include paths causes NPE in
Project Explorer
2012-01-25 11:21:11 -05:00
Marc Khouzam
e8a9e67b8c Bug 369583: [junit] Sessionless tests fail with NPE 2012-01-24 21:53:30 -05:00
Andrew Gvozdev
29a110b58b Merge remote-tracking branch 'cdt/master' into sd90 2012-01-24 18:26:14 -05:00
Andrew Gvozdev
f8496f2693 bug 369236: [Make Target View] Can't copy make targets anymore 2012-01-24 18:10:10 -05:00
Andrew Gvozdev
9d4c14682a Merge remote-tracking branch 'cdt/master' into sd90 2012-01-24 17:21:48 -05:00
Andrew Gvozdev
4322fac5aa Bug 318051: version in pom.xml needs to match manifest 2012-01-24 17:11:50 -05:00
Andrew Gvozdev
eebb8a0b5e Merge remote-tracking branch 'cdt/master' into sd90 2012-01-24 16:30:50 -05:00
Andrew Gvozdev
82e26a856b Another attempt to get rid of bogus differences after switching
branches
2012-01-24 16:15:27 -05:00
Marc Khouzam
b9a036ecda Bug 369569: With GDB 7.4, breakpoints on invalid lines succeed as pending breakpoints 2012-01-24 14:43:55 -05:00
Andrew Gvozdev
5c3a375818 Commented out test cases not being maintained by IBM team.
Temporary on sd90 only.
2012-01-24 14:29:29 -05:00
Andrew Gvozdev
dd567beae7 Presentation of user-defined and ill-defined providers 2012-01-24 14:29:11 -05:00
Marc Khouzam
6733c8df42 Bug 369569: Need JUnit tests for GDB 7.4 2012-01-24 14:11:48 -05:00
Andrew Gvozdev
cfa3895aa3 Renamed providers IDs (Warning: Incompatible changes for existing
workspaces)
2012-01-24 13:41:28 -05:00
Andrew Gvozdev
ede43fdd0a "Restore Defaults" in properties and preferences 2012-01-24 13:41:09 -05:00
Anna Dushistova
e25a340938 Bug 318051: Terminating when "Remote shell" process is selected doesn't work 2012-01-24 11:10:50 -05:00
Harish Dewan
7dcb19c4c1 Bug 369377: Output for command -data-read-memory should include value of 'nr-bytes' field 2012-01-24 09:23:38 -05:00
Andrew Gvozdev
2e2d1f833e Serialization of default providers 2012-01-23 17:42:11 -05:00
Anton Leherbauer
8df0648343 Bug 369350 - CMacroExpansionInput is referenced even if macro expansion is closed, wasting memory 2012-01-23 14:12:07 +01:00
Doug Schaefer
873e3587ae Start of new new CDT project wizard. 2012-01-21 13:12:12 -05:00
Sergey Prigogin
3b3f194391 Don't wait for IndexUpdateRequestorJob in CEditor.dispose() since it
may cause a significant delay in "Close All" command.
2012-01-20 16:40:35 -08:00