1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-27 02:03:22 +02:00
Commit graph

36454 commits

Author SHA1 Message Date
Sergey Prigogin
22e696677f Minor cleanup. 2012-02-03 19:16:54 -08:00
Sergey Prigogin
fc5c934061 Removed unused messages. 2012-02-03 19:12:09 -08:00
Sergey Prigogin
fa13b42c51 New UI and other improvements for Extract Function refactoring . 2012-02-03 18:32:59 -08:00
Sergey Prigogin
0d4d66ec6e Cosmetics. 2012-02-03 18:20:02 -08:00
Sergey Prigogin
60214efa55 Code streamlining. 2012-02-03 18:19:50 -08:00
Andrew Gvozdev
a651b3c1a3 Merge remote-tracking branch 'cdt/master' into sd90 2012-02-03 16:41:14 -05:00
Andrew Gvozdev
244d116bd0 Merge branch 'master' into sd90 2012-02-03 16:36:41 -05:00
Andrew Gvozdev
90d34eab05 bug 290631: Incorporate New Scanner Discovery from sd90 into the model
(in legacy mode)
2012-02-03 16:21:44 -05:00
Andrew Gvozdev
86e15e9e9b bug 290631: renamed a bunch of local vars 2012-02-03 16:21:40 -05:00
Andrew Gvozdev
70f8fcc6ad bug 290631: Add language settings delta to CProjectDescriptionDelta 2012-02-03 16:21:36 -05:00
Andrew Gvozdev
ca38bef8cd bug 290631: : Implement ILanguageSettingsProvidersKeeper by
configuration description classes.
2012-02-03 16:21:31 -05:00
Andrew Gvozdev
2cd027cbb7 Legacy support 2012-02-03 15:00:54 -05:00
Marc Khouzam
d2ba7a5b34 Bug 370375: [attach] List of processes returned by GDB 7.4 is not parsed properly 2012-02-02 14:16:14 -05:00
Andrew Gvozdev
eba8c57096 Move LanguageSettingsScannerInfoProvider from ScannerInfoProviderProxy
to CCorePlugin.getScannerInfoProvider()
2012-02-02 13:30:36 -05:00
David McKnight
be3bf84586 [370260] [dstore] log the RSE version in server traces 2012-02-02 15:12:40 +00:00
David McKnight
1215a09d38 updating version to 3.3 since there's a new api 2012-02-02 14:34:15 +00:00
David McKnight
0ea623ad32 [368454] provide thread safety for cachedRemoteFiles hashmap 2012-02-02 14:33:53 +00:00
David McKnight
9df17e06e3 updated version to 3.2 due to new api 2012-02-02 14:28:03 +00:00
David McKnight
af14f6c078 [dstore] cancelable threads not removed fast enough from Hashmap, resulting in OOM 2012-02-02 14:26:54 +00:00
Marc Khouzam
ce342ee755 Bug 370376: [remote] Remote non-attach should not have a console for the inferior 2012-02-02 06:14:56 -05:00
David McKnight
6ba0c4e8ba [368454] provide thread safety for cachedRemoteFiles hashmap 2012-02-01 16:29:48 +00:00
Andrew Gvozdev
666d9577c6 renamed a bunch of local vars 2012-01-31 17:38:45 -05:00
Martin Oberhuber
8b84758986 Bug 244405 - [terminal] Add a UI Control for setting the Terminal's encoding 2012-01-31 15:02:15 +00:00
Martin Oberhuber
0555dadb25 Bug 244405 - [terminal] Add a UI Control for setting the Terminal's encoding 2012-01-31 15:02:15 +00:00
Martin Oberhuber
cc0c4d9c18 [releng] Add build properties recommended by JDT 4.2m4 Quickfix 2012-01-31 12:40:40 +00:00
Martin Oberhuber
05ee5f1cce [releng] Add build properties recommended by JDT 4.2m4 Quickfix 2012-01-31 12:25:05 +00:00
Martin Oberhuber
6030a38562 Bug 357667 - RSE view cannot "paste" onto same element that was "copied" from 2012-01-31 12:12:51 +00:00
Martin Oberhuber
bae5fac23f Bug 331213 - [scp] Provide UI-less scp IFileService in org.eclipse.rse.services.ssh - version updates 2012-01-31 12:09:33 +00:00
Andrew Gvozdev
f636c175eb Merge remote-tracking branch 'cdt/master' into sd90 2012-01-30 15:23:33 -05:00
Andrew Gvozdev
4592315011 JavaDoc ICConfigurationDescription 2012-01-30 15:14:20 -05:00
Andrew Gvozdev
a8e11aba3d Removed reference to EXTENSION_USER_PROVIDER_ID from cdt.ui 2012-01-30 14:29:10 -05:00
Andrew Gvozdev
625b28a9f7 bug 370063: CSettingEntryFactory is not needed anymore 2012-01-29 08:44:32 -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
David McKnight
3850b5a12d [370007] potential NPEs in table-tree provider and remote resource dialog 2012-01-27 20:53:00 +00: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
Anna Dushistova
af857b3c7f [releng]4th try for RXTX 2012-01-27 19:10:23 +00: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
David McKnight
45a28e5d36 [dstore] cancelable threads not removed fast enough from Hashmap, resulting in OOM 2012-01-27 15:44:05 +00:00