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

7103 commits

Author SHA1 Message Date
Leo Treggiari
1b65728185 Add getBaseId method to IBuildObject 2005-06-10 16:57:45 +00:00
Mikhail Sennikovsky
0f7c47beb0 The fix for the bug that occured when trying to create a new managed project in the directory where the standard make project is located. When the "finish" wizard button was pressed the wizard page did not close and no warning/error messages were displayed because of a null pointer exception. 2005-06-10 15:54:38 +00:00
Mikhail Sennikovsky
76e795521a The fix for the null-pointer exception that occured because of the rcbs tools do not have a super-class 2005-06-10 15:50:21 +00:00
Leo Treggiari
92e840899d Apply patch from Sunil Davasam for multi-version and converter support 2005-06-10 15:22:01 +00:00
Mikhail Khodjaiants
cc72de6f60 Warning cleanup. 2005-06-10 15:01:20 +00:00
Mikhail Khodjaiants
fa8a5c4410 Update 2005-06-10 14:30:44 +00:00
Alain Magloire
80568601e7 2005-06-08 Alain Magloire
Attempt to fix PR 97554
	* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
2005-06-10 04:50:57 +00:00
Doug Schaefer
967a5b1d91 Made the DOM Indexer the default and put in better names for the indexers. 2005-06-10 03:13:25 +00:00
Doug Schaefer
676745b0e6 Cleaned up the Completion UI and made the new Completion processor the defacto processor. 2005-06-10 02:26:35 +00:00
Alain Magloire
b8ac16b660 2005-06-08 Alain Magloire
Fix PR 98846
	* src/org/eclipse/cdt/internal/ui/util/ResourceTOItemsMapper.java
2005-06-10 02:00:21 +00:00
Alain Magloire
9d93120804 bailout early 2005-06-10 00:55:34 +00:00
Mikhail Khodjaiants
e76316f9bc Warning cleanup. 2005-06-09 21:31:06 +00:00
Mikhail Khodjaiants
7891decbff Warning cleanup. 2005-06-09 21:26:10 +00:00
Mikhail Khodjaiants
fd7e050fc1 Bug 94139: User-defined register groups. Externalized strings for the "Restore Default Register Groups" action. 2005-06-09 20:45:07 +00:00
Andrew Niefer
10213ebf8a fix for anonymous structures 2005-06-09 20:45:05 +00:00
Mikhail Khodjaiants
0d49540c18 Don't save the list of registers for default groups. 2005-06-09 20:42:05 +00:00
Mikhail Khodjaiants
d66940d5a3 Bug 94139: User-defined register groups. Support fo the "Restore Default Register Groups" action. 2005-06-09 20:21:16 +00:00
Andrew Niefer
8e3e261e91 fix problem with sets overloaded operators not having ambiguities resolved 2005-06-09 19:55:30 +00:00
Andrew Niefer
46d3f69877 fix bug 98818: distributed namespaces 2005-06-09 19:18:53 +00:00
Mikhail Sennikovsky
be3075f51c Removed the "isToolChainSupported" for the Gnu cygwin tool-chains definitions in the manifest file, because currently the gnu cygwin tool-chains are intended to be used not only with Cygwin, but with MinGW also, and there is no correct way of determining whether the appropriate packages are installed for MinGW.
For the future MBS/CDT versions we might create the separate tool-chain/configuration/project-type for the MinGW and define a set of converters using the tool-chain converter mechanism that MBS will provide, that would convert the CygWin to the MinGW projects/tool-chains, and vice a versa.
2005-06-09 17:57:04 +00:00
Mikhail Sennikovsky
f6656c68c4 Checked in some fixes related to the path entry update mechanism. testScannerInfo intergace does not faill now. Added some minor fixes to the build environment tests. 2005-06-09 17:34:45 +00:00
Alain Magloire
929be9e002 Part fix for PR 94658 2005-06-09 16:27:56 +00:00
Alain Magloire
588c9f749b 2005-06-08 Alain Magloire
Move to the IContentTypeManager framework: PR 86645
2005-06-09 16:27:33 +00:00
Alain Magloire
ac6c8db915 2005-06-08 Alain Magloire
Move to the IContentTypeManager framework: PR 86645
	* src.org.eclipse/cdt/ui/tests/DOMAST/DOMAST.java
2005-06-09 16:07:10 +00:00
Alain Magloire
18d3837fe0 2005-06-08 Alain Magloire
Move to the IContentTypeManager framework: PR 86645
	* src/org/eclipse/cdt/internal/ui/CFileElementWorkingCopy.java
	* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
	+ src/org/eclipse/cdt/internal/ui/preferences/CFileTypeAssociation.java
	* src/org/eclipse/cdt/internal/ui/preferences/CFileTypeDialog.java
	* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPreferenceBlock.java
	* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPreferencePage.java
	* src/org/eclipse/cdt/internal/ui/preferences/CFileTypesPropertyPage.java
	* src/org/eclipse/cdt/internal/ui/preferences/PreferencesMessages.properties
	* src/org/eclipse/cdt/internal/ui/text/CFormattingStrategy.java
	* src/org/eclipse/cdt/internal/ui/text/contentassist/SearchCompletionContributor.java
	* plugin.xml
2005-06-09 16:06:54 +00:00
Alain Magloire
579397f2af 2005-06-08 Alain Magloire
Remove the ResolverModelTest
	- misc/org/eclipse/cdt/core/filetype/tests/ResolverTeste.java
	- suite/org/eclipse/cdt/core/suite/AutomatedIntegrationSuite.java
2005-06-09 16:06:23 +00:00
Alain Magloire
f441ff3778 2005-06-08 Alain Magloire
Move to the IContentTypeManager framework: PR 86645
	* index/org/eclipse/cdt/internal/core/index/sourceindexer/AbstractIndexer.java
	* index/org/eclipse/cdt/internal/core/index/sourceindexer/AddFileToIndex.java
	* index/org/eclipse/cdt/internal/core/index/sourceindexer/AddFolderToIndex.java
	* index/org/eclipse/cdt/internal/core/index/sourceindexer/SourceIndexerRequestor.java

	* model/org/eclipse/cdt/core/model/CoreModel.java
	* model/org/eclipse/cdt/core/model/ITranslationUnit.java

	* model/org/eclipse/cdt/internal/core/model/CContainer.java
	* model/org/eclipse/cdt/internal/core/model/CModelManager.java
	+ model/org/eclipse/cdt/internal/core/model/ContentTypeProcessor.java
	* model/org/eclipse/cdt/internal/core/model/CreateWorkingCopyOperation.java
	* model/org/eclipse/cdt/internal/core/model/DeltaProcessor.java
	* model/org/eclipse/cdt/internal/core/model/ExternalTranslationUnit.java
	* model/org/eclipse/cdt/internal/core/model/IncludeReference.java
	* model/org/eclipse/cdt/internal/core/model/PathEntryManager.java
	- model/org/eclipse/cdt/internal/core/model/ResolverProcessor.java
	* model/org/eclipse/cdt/internal/core/model/TranslationUnit.java
	* model/org/eclipse/cdt/internal/core/model/WorkingCopy.java

	* plugin.xml
	- schema/CFileType.exsd
	- schema//CFileTypeAssociation.exsd
	- template/cpp_headers

	* search/org/eclipse/cdt/core/search
	* src/org/eclipse/cdt/core/CCorePlugin.java

	- src/org/eclipse/cdt/core/filetype/*
	- src/org/eclipse/cdt/core/internal/filetype/*
2005-06-09 16:06:09 +00:00
Mikhail Sennikovsky
954e809c34 Fixed the bug in the CygwinPathResolver.resolveBuildPaths() method 2005-06-09 11:59:01 +00:00
Mikhail Sennikovsky
c3e35e32e2 The ManagedBuildInfo.readToolsOptions() now uses the IResourceConfiguration.getToolsToInvoke() instead of the IResourceConfiguration.getTools(). 2005-06-09 11:56:39 +00:00
Mikhail Sennikovsky
300ac375d9 Initial check-in for the build environment, macros and "isSupported" tests provided by Krasilnikov Oleg 2005-06-09 10:50:28 +00:00
Andrew Niefer
2e56e1ed70 Fix qualification ranking problem 2005-06-08 22:02:49 +00:00
Andrew Niefer
f875db0ab0 fix bug 98998 (ClassCastException). Also fix ArrayIndexOutOfBounds Exceptions 2005-06-08 20:33:06 +00:00
Mikhail Sennikovsky
fa2c1a50ab Some modifications and fixes for the build Environment and Macros were added 2005-06-08 19:19:00 +00:00
Andrew Niefer
4fd7b386b2 bug 98760 2005-06-08 18:44:41 +00:00
Vladimir Hirsl
04cd3adec5 Discovered path container wizard page now properly displays per file scanner info.
Fixed couple of NPEs.
2005-06-08 17:55:02 +00:00
Mikhail Sennikovsky
8c3f6a184a checked in the patch that implements the path entry discovery mechanism for MBS 2005-06-08 16:19:38 +00:00
Andrew Niefer
6461cf1c92 fix bug 98784 2005-06-08 15:58:40 +00:00
Andrew Niefer
164b25ecae fix bug 98961 (ClassCastException) 2005-06-08 15:46:00 +00:00
Leo Treggiari
1eb10a46a0 Apply Bill Hilliard's patch for adding resource specific custom build steps 2005-06-08 15:00:35 +00:00
Andrew Niefer
d3db562481 Fixing ClassCastExceptions, NPE's && ArrayIndexOutOfBounds, includes bug 98704 2005-06-08 14:24:54 +00:00
Mikhail Khodjaiants
4d803ceaeb New images for mapping source containers. 2005-06-07 21:25:26 +00:00
Mikhail Khodjaiants
34250c8463 Bug 94139: User-defined register groups. Support fo the "Edit Register Group" action. 2005-06-07 20:58:59 +00:00
Vladimir Hirsl
6e8ba9eebb Fix for a problem with DOM indexer, where external header files in translation unit's inclusion tree were not visited.
Optimization from Dave; skipping declarations in already visited external headers.
2005-06-07 20:40:23 +00:00
Alain Magloire
3d2fcb3aa4 2005-06-07 Alain Magloire
Patch form Chris Recoskie to provide an ID to the wizard.
	* src/org/eclipse/cdt/ui/wizards/NewCProjectWizardPage.java
2005-06-07 20:25:06 +00:00
John Camelon
7d1631e8ef Fixed Bug 98806 - selectNodeForLocation fails after typename 2005-06-07 20:20:46 +00:00
Bogdan Gheorghe
f20ffd5b51 Fix for 92296 (Source Indexer doesn't encode definitions)
Fix fo 92628 (Definitions missing in new Search Engine)
Got rid of FWD_CLASS, FWD_STRUCT and FWD_UNION encodings (updated all 3 indexers)
Updated Indexer View (got rid of FWD declarations)
2005-06-07 17:48:18 +00:00
Mikhail Khodjaiants
8fca28089c The endianness flag is not chached. 2005-06-07 15:45:23 +00:00
Mikhail Khodjaiants
20da0b9f50 Bug 98594: Unable to set address breakpoints. 2005-06-06 21:34:10 +00:00
Vladimir Hirsl
2290223ab3 Fix for NPE in DOMSourceIndexerRunner.AddMarkerProblem.run().
Possible fix for PR 98571: Multiple "Starter.exe" and "cygpath.exe" when launch IDE
2005-06-06 20:22:51 +00:00
Andrew Niefer
58ed6a6cdd fixing C Bindings:
- external functions return empty function type instead of null
- optimizations for indexing
- fix bug regarding function body scopes being marked as fully cached prematurely
2005-06-06 20:11:08 +00:00