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

575 commits

Author SHA1 Message Date
Vladimir Hirsl
d92ccd3e38 Final fix for 95641: [Scanner Config] Per file scanner info not available for header files and not compiled source files.
- For include files and source files that are not compiled per file discovered scanner info defaults to project's discovered scanner info.
- A new method is added to CoreModel to determine if per resource scanner info is empty. This method will take into account effective per file discovered scanner info.
2005-05-19 20:08:18 +00:00
Mikhail Sennikovsky
beeb963403 Initial check-in for the build macros support 2005-05-19 16:26:43 +00:00
David Inglis
f12a6512c2 fixed large size of new project wizard and use common builder api 2005-05-19 01:56:42 +00:00
David Inglis
3e98b19c1c fixed bug # 69080 2005-05-19 01:34:11 +00:00
Vladimir Hirsl
ccddd79e27 Fix for 95641: [Scanner Config] Per file scanner info not available for header files and not compiled source files.
Proposed solution 2 is implemented.
2005-05-18 17:32:49 +00:00
Leo Treggiari
b6b0316b3d Disable indexing in MBS tests since the 'originalsourceindexer' causes hangs 2005-05-17 20:58:02 +00:00
Leo Treggiari
27570511ea Remove GNU specific UI definitions to separate new plugin 2005-05-16 20:49:03 +00:00
Leo Treggiari
3f52a6b7b1 Plugin that contains UI elements that are specific to the GNU tool-chain. 2005-05-16 20:48:15 +00:00
Doug Schaefer
bdecfcfc41 Cleaned up some obvious NLS warnings. Also turned off the warnings for the tests plugins. 2005-05-16 14:44:03 +00:00
Vladimir Hirsl
6f27d5a71c - Files with empty scanner info are not indexed anymore. Info problem marker is created for each such file.
- Fix for resolving header file name for #include "..." preprocessor statements.
- Fix for updating Discovered scanner info container when discovered scanner info changes.
2005-05-13 19:39:24 +00:00
Leo Treggiari
b2fcade70e Add attributes to test support of browseType for String options 2005-05-12 22:56:39 +00:00
Leo Treggiari
1927cf14da Apply patch for PR 63973
Support of browseType for String options
2005-05-12 22:55:55 +00:00
Leo Treggiari
0839371d4c Add 6 new tests using 3.0 style build definitions 2005-05-12 19:17:28 +00:00
Leo Treggiari
297e573e08 Fix some minor bugs found by testing 2005-05-12 19:07:32 +00:00
Leo Treggiari
68da70cb9e Update gnu tool defintion managed build version number to 3.0.0 2005-05-12 19:07:01 +00:00
Vladimir Hirsl
fb26e4691f Fix for PR 91442: [Scanner Config] Saving per file DSC for Mozilla project chokes the system.
When there is new per file scanner info for number of files in a project, the project is refreshed only once (no recursive processing of change delta).
2005-05-11 20:07:41 +00:00
Vladimir Hirsl
51467c7d3c Fix for PR 94500: [Path Entry] Problem marker: Invalid project path: DISCOVERED_SCANNER_INFO
Fix for infinite loop in LocationMap.createSoleLocation(..). Courtesy of John C.
2005-05-10 20:04:50 +00:00
Leo Treggiari
509ee1af20 UI for Discrete custom build steps
Filter configs based upon OS list and Arch list
2005-05-09 23:51:39 +00:00
Leo Treggiari
5bde16a1f9 Second set of changes for multiple input & output
Gnu definitions are updated to use new schema elements
2005-05-09 03:37:42 +00:00
Alain Magloire
e8eb7cd78b Fix for PR 93590 2005-05-06 17:51:49 +00:00
Alain Magloire
1325843574 Fix warnings PR 93902 2005-05-06 14:18:52 +00:00
Vladimir Hirsl
6447835c74 Added Variables... button to Discovered options page.
Resolved some concurrency issues.
2005-05-05 16:58:24 +00:00
Vladimir Hirsl
47135c2117 Fix for PR 91276: Cygpath on Linux for SCD?
Cygpath is now used only on Win32 platform.
2005-05-03 14:09:04 +00:00
Leo Treggiari
8c5fd6fb3d Apply patch from bugzilla 93512.
Remove invalid import and warnings
2005-05-03 13:49:50 +00:00
Leo Treggiari
1e5fda4a2c Add Description attribute to Configuration.
Redo Manage Configurations dialog box and add UI for renaming a configuration
2005-05-02 19:44:51 +00:00
Alain Magloire
dc7a53d389 Fix PR 93216 2005-04-29 15:19:07 +00:00
Leo Treggiari
b1de8f55f5 Initial check-in for the build environment variable support 2005-04-28 16:55:15 +00:00
Vladimir Hirsl
7c8ce5b42e Added per file C/C++ Includes & Symbols property page to display per file scanner info (discovered and user specified). 2005-04-22 16:04:06 +00:00
Leo Treggiari
1c7f6f77c0 Initial check-in for multiple input & output design 2005-04-21 02:05:04 +00:00
Vladimir Hirsl
f91d763e74 Utility function added: PerProjectSICollector.calculateCompilerBuiltins(IProject)
Static method to return compiler built-in scanner info.
2005-04-18 18:40:44 +00:00
Leo Treggiari
ec7b7d4076 Apply patches:
1.  Bob Monteleone - initial Discrete Custom Build Step support
2.  Mikhail Sennikovsky - initial isSupported support
3.  Norbert Pleott - support list of binary parsers in targetPlatform binaryParser attribute
2005-04-18 04:15:07 +00:00
David Inglis
ddbea8806c added environment and variable support to standard make builder
bug #47241 & bug #48009
2005-04-11 01:09:27 +00:00
Leo Treggiari
bd12de3806 Apply David Daoust's new icons
Fix resource property page display problem using unique IDs
2005-04-08 17:09:10 +00:00
David Inglis
1e163ece68 new images from Dave Daoust 2005-04-07 17:48:09 +00:00
David Inglis
39a891e435 contribute build action to adaptable element to resources 2005-04-06 19:49:57 +00:00
Vladimir Hirsl
e465c18c34 Proper handling of -I- command line option and generation of two sets of include paths:
for #include <...> directives and
    for #include "..." directives.
Additional deleta all discovered scanner info action in DiscoveredPathContainerPage.
2005-04-06 18:56:59 +00:00
David Inglis
50c820ff98 use IWorkbenchHelpSystem 2005-04-05 17:59:44 +00:00
Alain Magloire
b270bcf744 2005-04-05 Alain Magloire
Build for Eclipse-31M6
	* src/org/eclipse/cdt/managedbuilder/ui/properties/BrowseEntryDialog.java
	* src/org/eclipse/cdt/managedbuilder/internal/ui/PluginResources.properties
2005-04-05 14:54:03 +00:00
David Inglis
0202a904bd use IWorkbenchHelpSystem 2005-04-01 19:08:44 +00:00
David Inglis
d2f6140b4b use new Partitioner 2005-04-01 19:07:30 +00:00
Vladimir Hirsl
7abf1397a2 Per file scanner info collector and container now support -include and -imacros command line options.
Adding discovered include paths as system paths to so that they can be properly retrieved from IScannerInfo implementation.
Parser needs to be updated to ask IScannerInfoExtension implementation for both user and system include paths.
Fix for ClassCastException in CPPClassType binding.
2005-03-31 20:55:29 +00:00
Alain Magloire
77df20e6f9 Updating the file to reflect changes in IPathContainerExtension 2005-03-30 16:39:36 +00:00
David Inglis
b23b32c5e5 move standard build test to it own plugin 2005-03-24 17:49:54 +00:00
David Inglis
58e5610d98 added environment APIs to target and build info
enable variable support in builder arguments, environment and targets
make builder is now "configurable"
2005-03-24 17:37:27 +00:00
Vladimir Hirsl
fc915aee25 Moved ConsoleOutputSniffer from make.core plugin.
Added minimal console parser interface.
2005-03-23 14:06:12 +00:00
Doug Schaefer
ec85b24cb7 Patch for Bog. Update the Index Manager to use the CDescriptor framework to manage which indexer to instantiate for each project. 2005-03-21 15:44:42 +00:00
Alain Magloire
cab81eb6a0 2005-03-18 Alain Magloire
Fix for PR 88110: Importing project that need converting would
	create NPE and ResouceException failures.
	* src/org/eclipse/cdt/managedbuilder/core/ManagedBuildManager.java
	* src/org/eclipse/cdt/managedbuilder/projectconverter/UpdateManagedProject12.java
	* src/org/eclipse/cdt/managedbuilder/projectconverter/UpdateManagedProject20.java
	* src/org/eclipse/cdt/managedbuilder/projectconverter/UpdateManagedProject.java
2005-03-18 17:54:39 +00:00
Alain Magloire
ec263f76dc 2005-03-16 Alain Magloire
Patch from Tracy Miranda to fix PR 88160
	* src/org/eclipse/cdt/managedbuilder/ui/properties/NewConfigurationDialog.java
2005-03-16 17:06:01 +00:00
Vladimir Hirsl
d6508107f7 SCD profiles: integration with CPathEntry framework.
Added generation of path entry change deltas for per file discovery profile.
2005-03-02 19:02:44 +00:00
Vladimir Hirsl
0944b253a3 SCD profiles: integration with CPathEntry framework.
New PerFileDiscoveredPathContainer.
Updating CPathEntries on profile change.
2005-03-01 19:41:19 +00:00