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

7980 commits

Author SHA1 Message Date
Oleg Krasilnikov
2e43c1a04b Bug #121368: createReconciledPath() speed up.
Memory consumption is decreased seriously.
From outside, method functionality is not affected.
Tests behave in the same way before and after this
change.
2006-03-03 12:30:14 +00:00
Mikhail Khodjaiants
87084d47d1 Select the first available command factory when a new launch configuration is created. 2006-03-01 21:49:42 +00:00
Mikhail Khodjaiants
40de7ba4a9 Cleanup. 2006-02-27 22:55:11 +00:00
Mikhail Khodjaiants
8e51e51706 All serializable objects should have a stable serialVersionUID. 2006-02-27 22:53:47 +00:00
Mikhail Khodjaiants
bd4f3660ec Discouraged access to EditorsPlugin. Added support for SharedTextColors to CDebugUIPlugin. 2006-02-27 22:49:59 +00:00
Mikhail Khodjaiants
26c21da5a6 Bug 89429: replaced the usage of the internal SourceLookupUIUtils class by DebugUITools. 2006-02-27 22:25:35 +00:00
Mikhail Khodjaiants
3d876aa65c Added dependency to the org.eclipse.ui.views plugin (needed to use the breakpoint actions in the Outline view). 2006-02-27 22:16:34 +00:00
Mikhail Khodjaiants
e69e9f0765 The DirectorySourceContainer's UI now supports the subfolders searching option (see bug 89748). Removed the UI related to CDirectorySourceContainer. 2006-02-27 21:59:27 +00:00
Mikhail Khodjaiants
e1c3a8d36b The DirectorySourceContainer's UI now supports the subfolders searching option (see bug 89748). Removed the UI related to CDirectorySourceContainer. 2006-02-27 21:56:31 +00:00
Mikhail Khodjaiants
fd4aeb67d1 The DirectorySourceContainer's UI now supports the subfolders searching option (see bug 89748). Removed CDirectorySourceContainer and related classes. The CDirectorySourceContainerType is kept for migration purposes. 2006-02-27 21:56:06 +00:00
Mikhail Khodjaiants
76e299dfbf Fix for Bug 126025: CApplicationLaunchShortcut call to DebugUITools.saveAndBuild invokes workspace wide build unnecessarily. Applied patch from Andrew Ferguson (ARM). 2006-02-27 19:50:45 +00:00
Leo Treggiari
61c6b0788f Add tests for new default dependency calculators 2006-02-27 17:57:02 +00:00
Leo Treggiari
95c618c300 Switch the reference Gnu tool-chains to using the new default dependency calculator that creates .d files as a side-effect of compilation 2006-02-27 17:56:15 +00:00
Leo Treggiari
315280abca Finish and test the new default dependency calculators 2006-02-27 17:53:28 +00:00
David Inglis
a622b064ff moved standard make test into it own plugin 2006-02-25 04:29:00 +00:00
David Inglis
06a50c17f7 commiting partial patch from ken.ryall@nokia.com for bug #39640 adding ISymbolReader to binary model 2006-02-25 04:23:53 +00:00
Mikhail Khodjaiants
3502da3b30 Fix for bugs 129152 (Keyboard shortcuts are gone in CDT CVS HEAD) and 128844 (No prompt for Debug perspective on suspend). 2006-02-24 23:32:09 +00:00
Leo Treggiari
c63f679228 Fix problem in configuration selection when MBS project cannot be loaded 2006-02-23 18:05:35 +00:00
Leo Treggiari
70f115ea4d Update tests because of dependency calculation changes and Echo changes 2006-02-23 18:04:57 +00:00
Leo Treggiari
c7f73a4051 Add new dependency calculator interfaces
Apply patch from bugzilla 127077 (Echo loses quotes)
Apply patch from bugzilla 128333 (Limitations for project converter support)
Fix problem in ResourceChangeHandler.sendClose when MBS project cannot be loaded
2006-02-23 18:04:02 +00:00
Mikhail Khodjaiants
373ff106c3 Bug 122336: Use the asynchronous tree viewer in the Modules view. Adjustments to the platform changes in M5. 2006-02-21 16:32:58 +00:00
Mikhail Khodjaiants
b0f0e7e414 Fire the resume event instead of the change event when a non-current thread is resumed. 2006-02-20 22:51:50 +00:00
Mikhail Khodjaiants
c249d2f543 CModuleManager needs to extend PlatformObject to be accessible as an adapter for IModuleRetrival. 2006-02-20 22:48:47 +00:00
David Daoust
b86598e23f Fixed IndexView "link To Editor" and "hide externally defined symbols" 2006-02-17 02:43:09 +00:00
David Daoust
be98867d5d Add the ability to turn off external (to the workspace) symbols in the Index View. 2006-02-17 00:27:14 +00:00
David Daoust
b47f2425ce https://bugs.eclipse.org/bugs/show_bug.cgi?id=62772
Add the clean target.  Note that I have commented out the rebuild action as it is not working properly
2006-02-16 14:34:06 +00:00
Mikhail Sennikovsky
30c4df2fce Fix for handling macros in tool commands 2006-02-16 11:20:39 +00:00
Doug Schaefer
2551429a69 Put back the build target types that were removed and marked them deprecated like a good API provider should. 2006-02-15 18:28:42 +00:00
Doug Schaefer
96266e197a Commented out the LazyTreeContentProvider until M5 lands. There is an API change coming. 2006-02-14 21:00:43 +00:00
David Daoust
bfec40f011 Defect 62772. Suppressed the make clean from happening on rebuild events. Works correctly for the standard build, but the managed build still programatically cleans the project. In the long run all builds should call "make all" and the explicit clean event should call "make clean". The managed makefiles will need to be enhanced so that they can never get "out-of-sync" with the source. 2006-02-14 17:54:02 +00:00
Mikhail Sennikovsky
98c1263138 Switched to using the StringBuffer instead of StringBuilder 2006-02-14 16:03:40 +00:00
David Daoust
24516594c6 Fixed parsing of escaped newlines in identifiers
Reduced the number of strings copied for "additionalKeywords" introduced by subclasses of the BaseScanner
Cached the string forms of all identifiers
Overall the trillogy time drops from 1800ms to 1775ms, and the memory allocated  drops from 61 M to 59 M (by not allocating about 90K strings)
2006-02-14 14:21:24 +00:00
Mikhail Sennikovsky
779174d197 Patch from Oleg Smetanin: easy active build configuration selection 2006-02-14 14:07:50 +00:00
Norbert Plött
2f2ef46adc .options included in binary build. 2006-02-10 15:54:48 +00:00
Doug Schaefer
711acc8651 PDOM - start of new search actions off of the Index View. 2006-02-10 04:11:00 +00:00
Mikhail Khodjaiants
b65a91b8b5 Bug 114793: Add an extension point to contribute command factories. Registered windows and linux specific command factories for gdbserver. 2006-02-09 20:33:02 +00:00
Mikhail Khodjaiants
4f2be141c6 The inferior is in the suspended state when connecting to gsbserver. 2006-02-09 20:30:04 +00:00
Oleg Krasilnikov
c69e46df85 Fix #2 for bug 117701 : Backtrack exceptions in GNU parsers
Changes:
   - for C++ parser, exception calls are removed where possible.
   - both for C & C++ parser, calls to "consume(int)" are replaced
     by "consume()" - it also allows to avoid useles operations.

Testing: parser tests are finished with the same result as before.
2006-02-09 13:45:17 +00:00
Mikhail Khodjaiants
2f616a8c07 Bug 126958: wrong state setting for thread in CThread.handleResumeEvent(). 2006-02-08 20:10:17 +00:00
Mikhail Khodjaiants
f9c1ebf0c8 Bug 114793: Add an extension point to contribute command factories. GDBServerDebuggerPage should extend StandardGDBDebuggerPage. 2006-02-08 16:51:33 +00:00
Mikhail Khodjaiants
bce2540688 Bug 114793: Add an extension point to contribute command factories. Added standard command factory for gdb server. 2006-02-08 16:51:02 +00:00
Mikhail Khodjaiants
43f8eb837a Check if "*" is used to describe supported platforms. 2006-02-08 16:44:41 +00:00
Mikhail Khodjaiants
36d7840256 Added comments. 2006-02-07 22:07:18 +00:00
Mikhail Khodjaiants
b26b4af40f Modified description. 2006-02-07 21:21:41 +00:00
Mikhail Khodjaiants
5a7a5616b9 Typo in description. 2006-02-07 21:20:54 +00:00
Mikhail Khodjaiants
667a2e1442 Bug 114793: Add an extension point to contribute command factories. Added the standard command factory for Linux. 2006-02-07 20:51:02 +00:00
Mikhail Khodjaiants
1eff9754a0 Wrong comment. 2006-02-07 20:48:46 +00:00
Mikhail Khodjaiants
d189f3bcd5 Added comment. 2006-02-07 20:48:25 +00:00
Mikhail Khodjaiants
30315f76c7 Bug 126789: Use new "fullname" attribute of stack frame description. 2006-02-07 20:10:20 +00:00
Mikhail Khodjaiants
6660f07ea6 Suppress "set auto-solib" - returns error on Windows. 2006-02-06 22:41:56 +00:00