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

7902 commits

Author SHA1 Message Date
Mikhail Sennikovsky
ea21457c94 The clean call added for the case build description calculation is failed and full build is needed 2006-03-11 00:15:40 +00:00
Mikhail Sennikovsky
17e7934596 The fix to not invoke clean for the full build when the pre/post build steps are defined 2006-03-10 22:25:10 +00:00
Mikhail Sennikovsky
fc147a1d83 Initial commit for the build description model functionality 2006-03-10 15:21:09 +00:00
Oleg Krasilnikov
6a803d0d95 Bug #69078: C/C++ indexer too slow.
Tests for performance measurement.
Indexer code changes were applied before.
2006-03-10 13:19:22 +00:00
Oleg Krasilnikov
681c59c039 Bug #120361: IndexEncoderUtil.nodeInVisitedExternalHeader() performance 2006-03-10 11:53:09 +00:00
Doug Schaefer
d78c26534a PDOM Search - more functional now. Satisfies simple searches. 2006-03-09 19:31:31 +00:00
Doug Schaefer
1ee376bf92 Implemented the scopes for the PDOM search page. 2006-03-08 20:48:12 +00:00
Doug Schaefer
3aea4555f6 PDOM Search, introduced the new Search Page that will hook up the search dialog to the PDOM Search Query. The old page is still there but called 'Old C/C++ Search'. 2006-03-08 19:17:48 +00:00
Leo Treggiari
8bb69fe88f Apply patch from 125686 which requires the user to visit the Project Type selection page before selecting Finish in the MBS project wizards 2006-03-07 19:53:50 +00:00
Leo Treggiari
73debc0e33 Fix line endings 2006-03-07 18:39:40 +00:00
Leo Treggiari
bdc33b193c Fix line endings 2006-03-07 18:33:01 +00:00
Mikhail Khodjaiants
52341a3587 Updated the contributors list. 2006-03-06 19:47:30 +00:00
Mikhail Khodjaiants
33cb273cb6 Fix for Bug 93777: Postmortem and Local launch need a default preference for selected debugger. 2006-03-06 18:46:09 +00:00
Norbert Plött
277149fc3f Implemented the first unit test for CCompletionProcessor2, based on the framework for CCompletionProcessor. 2006-03-06 13:10:59 +00:00
Norbert Plött
4b49083517 Save current completion node as field and make available externally. Useful for fixing #129768. 2006-03-06 09:25:37 +00:00
Norbert Plött
7a910a5abb New getter for the CSourceViewer. Useful for fixing #129768 2006-03-06 09:24:25 +00:00
Norbert Plött
37fb31f3ca Target stream output added to parseable list. Bug 119370. 2006-03-06 07:40:25 +00:00
Leo Treggiari
7bf1557102 Update JUnit tests for today's check-ins 2006-03-03 19:21:37 +00:00
Leo Treggiari
8260954b95 Implement cdt-dev suggestion for mixed C/C++ projects - change C compiler project nature to "both" 2006-03-03 19:21:02 +00:00
Leo Treggiari
2f7eba1275 Apply patch from 130170 - Issues with handling version information while generating IDs 2006-03-03 19:19:47 +00:00
Oleg Krasilnikov
7f33784eff Bug 68078: removed delay affects indexing procedure too much. 2006-03-03 13:22:23 +00:00
Oleg Krasilnikov
632cfdc3d6 The following changes are made:
- xxIndexVisitor objects are reused
- NamedEntry objects are reused where possible (not always).

Result:
overall memory consumption during indexation
is decreased by 10% approximately.
2006-03-03 12:41:56 +00:00
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