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

165 commits

Author SHA1 Message Date
Leo Treggiari
1f78ede7df Add resource custom build step test 2005-06-26 17:25:13 +00:00
Leo Treggiari
cb24633d18 Update MBS to use project-specific content types when available 2005-06-26 03:54:50 +00:00
Doug Schaefer
e470be8631 EPL'ing the CDT. 2005-06-23 14:44:35 +00:00
Chris Recoskie
e1abf3b487 crecoskie June 20, 2005 - updating copyright and license info for EPL transition 2005-06-20 20:52:53 +00:00
Chris Recoskie
9f79372988 crecoskie June 13, 2005
- fix for Bugzilla 99483 (NPE in MBS if you have a file with no extension)
2005-06-14 02:08:29 +00:00
Leo Treggiari
50c552ee4d Apply Pre/Post Custom Build Step test from Bob Monteleone 2005-06-10 20:38:33 +00:00
Leo Treggiari
ae433567af Update benchmarks 2005-06-10 17:47:33 +00:00
Mikhail Sennikovsky
cab81845f3 Fixes for the build macros tests 2005-06-10 17:17:06 +00:00
Leo Treggiari
ea39904c50 Update some benchmark makefiles 2005-06-10 16:58:17 +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
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
Leo Treggiari
1b3dbcb015 Test changes for Symbian (Lars & Bala) patch for Shared Tool Options support 2005-06-06 15:53:20 +00:00
Leo Treggiari
e4f34ad3b5 Move TestLinkNameProvider.java to ...core.tests 2005-05-30 19:40:25 +00:00
Leo Treggiari
d4eb543b1c Update test benchmarks corresponding to changes to better support output files in non-default locations 2005-05-30 18:40:08 +00:00
Mikhail Sennikovsky
349c1e2627 1. IConfigurationElement get*Element() and set*Element(IConfigurationElement ) methods are deprecated for the IBuilder and ITool, and removed for the IInputType and the IOutputType
2. IBuilder.getBuildFileGenerator() method added
2005-05-27 11:54:55 +00:00
Leo Treggiari
bc4f611eb1 Test for PR 80185 - output message to console when there are no source files to build 2005-05-27 03:46:34 +00:00
Leo Treggiari
a3ca580f44 Update tests for IOptionApplicability callback 2005-05-26 21:18:54 +00:00
Leo Treggiari
98fa5f404a Set test30_2 ProjectType to istest="true" 2005-05-24 21:44:30 +00:00
Leo Treggiari
502930fde5 Replace incorrect benchmarks on test30_2
Add a few attributes for testing to plugin.xml
2005-05-24 19:11:30 +00:00
Leo Treggiari
dd9f50418f Update test directory name to match package name.
Modify test30_2
2005-05-23 23:56:32 +00:00
Leo Treggiari
9788d24ca4 Add 2 new tests to the suite
Update makefile .zip files for change to makefile generation
2005-05-23 20:31:18 +00:00
Doug Schaefer
734abeba9d Fixed up the tests a little. 2005-05-21 22:35:26 +00:00
Doug Schaefer
c6c2c5197a Fixed up the tests a little. 2005-05-21 21:25:20 +00:00
Leo Treggiari
5be4c3e645 Minor test updates 2005-05-20 18:31:37 +00:00
Leo Treggiari
bc48508cee Additional test for mulitple input and output 2005-05-20 02:35:16 +00:00
Leo Treggiari
b6b0316b3d Disable indexing in MBS tests since the 'originalsourceindexer' causes hangs 2005-05-17 20:58:02 +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
Leo Treggiari
b2fcade70e Add attributes to test support of browseType for String options 2005-05-12 22:56:39 +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
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
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
Vladimir Hirsl
2aae3af85f Fix for 85056: Discovered Inclusions broken on for Managed Make projects
and 85229: Problem with scannerInfoCollector attribute in the toolChain schema of MBS.
Replaced ToolChain's attribute scannerInfoCollector with ScannerConfigDiscoveredProfileId in managed builder extension point definition schema. Discovery of compiler's internal scanner info for a manged project now uses specified SCD profile.
On Windows, specified profile calls cygpath to translate discovered paths.
2005-02-18 19:35:32 +00:00
Leo Treggiari
1e95e361b6 Add tests for resource configurations 2005-02-02 20:07:34 +00:00
Vladimir Hirsl
af85d93c29 New Scanner Config Discovery work in preparation for per file SC discovery. Added GCCPerFile console parser and utility and PerFile scanner info collector. 2005-01-26 16:10:52 +00:00
Vladimir Hirsl
66d9c39ea6 New Scanner Config Discovery 'framework' in preparation for per file SC discovery. Currently implemented: Per project profiles for standard make and managed builders. 2005-01-24 18:49:34 +00:00
Doug Schaefer
0583121e43 Updated the version numbers to 3.0.0. 2004-12-22 19:49:22 +00:00
Sean Evoy
3abb569374 Commit for Leo Treggiari -- Bug 80820 Two problems for converting 1.2 projects using 3rd party tool integrations
If there is no match for an option in the project being converted, ignore the option and continue converting the configuration
Patch tool lookup in converters to handle the case where the location of the definition fools the manifest reader and effectively hides the tool
2004-12-13 17:37:51 +00:00
Vladimir Hirsl
8b5a3c56f3 Propagated from 2.1 branch.
Fix for SCD bugs 80269 & 80271.
Test for bug 80271.
2004-12-07 22:25:07 +00:00
Sean Evoy
bd35367d7c Commit for Leo Treggiari:
44568 - [Managed Build] -Xlinker option requires space separator
80119 - [Managed Build] Error in the Xlinker option's generated output
The code and the manifest file have been changed to correctly deal with
the -Xlinker option.  Multiple entries have separate -Xlinker options,
and there is a space between -Xlinker and the value.  The space is
handled by the new option.command functionality - "${VALUE}".

77399 - Managed Make Builder mangles subdir.mk if configuration of
        linked resource was changed
This was partially fixed before and was partially a user error.
Code has been added to output an error message to the console when
MBS sees a duplicate identifier in the loaded manifest files.

Partial fix:
80067 - [Managed Build] Wrong command for building in MMS
A fix has been added so that a command is not stored with a Tool
unless the user changes the value - i.e the Tool will inherit the
value from its suoer-class.  There is still an error with the Gnu
makefile generator when a configuration tool and a resource
configuration tool have different commands specified by the user.
This will be fixed later.
2004-12-07 15:12:00 +00:00
Sean Evoy
ee27feda67 Commit for Leo Treggiari:
Code to handle the case where a manifest file or project file contains a higher version number than the Managed Build System.
New JUnit tests for the new model.
Updates to some external strings.
2004-11-15 19:33:09 +00:00
Sean Evoy
b7c36f5113 Commit for Leo Treggiari:
Handles Managed Build System projects that fail to open or convert, for example, because the tool-chain that the project uses is not installed.
When a project configuration is removed, cleans the configuration output.
Edits for some of the externalized strings.
2004-11-08 20:12:46 +00:00
Sean Evoy
e70d996fd9 Commit for Leo Treggiari:
The majority of the code changes were for dealing with the Java class attributes (buildfileGenerator, etc…).
The other bug fixes were:
When the user displays the properties of a file in a standard make file, the “C/C++” category is displayed in the left pane – I couldn’t figure out a way to “filter” it out.  Before the fix, the Managed Make property page was displayed and would then crash when the user selected OK.  Now, it displays a label saying that this page only applies to Managed Make projects.
When the user has automatic build set, edits the properties of a configuration, selects a different configuration, selects OK when asked to save the changes, a build for the proper configuration would start but it would pick up the tool settings from the wrong configuration (the newly selected one).
There was a bug in the Option.onlyOverridesValue method where it wasn’t checking for a zero-length built-ins list, and therefore returning the wrong answer.
There was a bug in adding a Tool to a ToolChain where the new Tool was added to the toolList but not the toolMap.
2004-11-04 16:56:27 +00:00
Sean Evoy
18b49394c4 Commit for Leo Treggiarri -- Initial Managed Build System patch for CDT 2.1 2004-10-28 17:16:53 +00:00
Vladimir Hirsl
45c33ef2aa Reverting back to previous version. Not ready to commit yet. 2004-10-19 21:54:03 +00:00
Vladimir Hirsl
5fd1105acd Changes in the parser and utility interaction.
Ready for the first test.
2004-10-19 21:08:25 +00:00
Sean Evoy
b516c01e02 Fix for bugzilla 71134 -- Managed Make: String list command outputs null 2004-08-16 20:41:16 +00:00
Sean Evoy
aed28a3861 Fix fog bugzilla 69112 -- The managed build manager now returns a default makefile generator rather than NULL 2004-08-04 21:00:40 +00:00
Sean Evoy
39e2a667df Committing to head for Leo Treggiari (missed part of the original patch from 5-July-2004) 2004-08-04 18:20:44 +00:00