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

614 commits

Author SHA1 Message Date
Leo Treggiari
a5450e9b94 Use new class GnuLinkOutputNameProvider 2005-05-31 20:46:05 +00:00
Leo Treggiari
baf9bdc130 Add new class GnuLinkOutputNameProvider 2005-05-31 20:45:39 +00:00
Mikhail Sennikovsky
78baded270 Some minor fixes for the build Environment and Macros: some extra-checks for null were added 2005-05-31 11:27:56 +00:00
Mikhail Sennikovsky
53358d181d Fixed the bug related to the incorrect exception handling that could cause a null pointer exception 2005-05-31 11:25:06 +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
Leo Treggiari
c93b5d938b Changes to better support output files in non-default locations
Some TODOs remain, particularly, some client interfaces need to change in the future
2005-05-30 18:39:06 +00:00
Mikhail Sennikovsky
cca981f045 Some minor fixes for the Environment and Macros UI 2005-05-30 14:03:35 +00:00
Leo Treggiari
ad66a43cd2 Fix for PR 88592 2005-05-28 03:23:04 +00:00
Alain Magloire
37aa21ac62 Patch from Dave Daoust for externalize strings 2005-05-27 19:28:22 +00:00
Leo Treggiari
bc78f58fab Externalized string fixes from David Daoust 2005-05-27 16:51:15 +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
3950ab52ae Fix for PR 80185 - output message to console when there are no source files to build, 2005-05-27 03:45:56 +00:00
Leo Treggiari
00b506b69e Update TestToolChain.java with new ToolChain mehods 2005-05-26 21:19:29 +00:00
Leo Treggiari
a3ca580f44 Update tests for IOptionApplicability callback 2005-05-26 21:18:54 +00:00
Leo Treggiari
74d7f35845 Add IOptionApplicability callback
Add more multi-version tool-chain support
2005-05-26 21:18:14 +00:00
Leo Treggiari
107015f427 Add IOptionApplicability callback
Add more multi-version tool-chain support
Fix some cases for using relative paths in makefile generation
2005-05-26 21:17:34 +00:00
Vladimir Hirsl
f8dc010214 Partial fix for PR 94702: CygpathTranslator cannot work with old cygwin versions.
Scanner Configuration Discovery now uses 'cygpath' command specified in CygwinPEBinaryParser property page.
2005-05-26 21:01:08 +00:00
Mikhail Sennikovsky
60679c4044 fixed some minor bugs 2005-05-26 15:13:52 +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
David Inglis
3784acdac1 fixed bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=76821 2005-05-24 14:15:42 +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
ca05599a27 Check for null TargetPlatform 2005-05-23 20:32:31 +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
Leo Treggiari
d2122bb6df Bug fix patch from Bob Monteleone
Fixes to make file generation
2005-05-23 20:30:12 +00:00
Mikhail Sennikovsky
d916648fee Fixed the bug related to the incorrect checking of the macros referenced in the environment variable definitions 2005-05-23 16:15:47 +00:00
Mikhail Sennikovsky
2853cf688d Check-in of the Tool-chain installation support ( 87478) and the Managed Build Process Environment support ( 88497) implementation for the Gnu Cygwin tool-chain 2005-05-23 16:12:19 +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
ff51abc278 Fix for PR 70788 2005-05-20 18:31:09 +00:00
Leo Treggiari
52272757a0 Code formatting edit 2005-05-20 18:30:22 +00:00
Mikhail Sennikovsky
a6affc1fdc Fixed the bug with the incorrect retriving of the macros defined for multiple contexts 2005-05-20 12:34:49 +00:00
Leo Treggiari
d4afd6293a Page navigation tests for custom wizard pages 2005-05-20 03:22:26 +00:00
Leo Treggiari
fb302ff5d6 Initial commit for Custom new managed project pages 2005-05-20 03:16:13 +00:00
Leo Treggiari
bc48508cee Additional test for mulitple input and output 2005-05-20 02:35:16 +00:00
Leo Treggiari
2496e20554 Additional fixes for multiple inputs & outputs after additional testing 2005-05-20 02:34:37 +00:00
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