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 |
|
Bogdan Gheorghe
|
3720c60ebd
|
Refactoring for the DOM Indexer to use new IIndexEntry encoding
|
2005-05-26 20:00:16 +00:00 |
|
Andrew Niefer
|
86baacedc8
|
fixing invalid problem bindings:
- default constructors via parameters with default values
- expression types with typedefs
- default values vs void
|
2005-05-26 19:43:59 +00:00 |
|
John Camelon
|
3462e648ba
|
Fixed Bug 95424 - [Parser] Bad AST from static function call
|
2005-05-26 18:42:10 +00:00 |
|
John Camelon
|
89ec5fadf6
|
Patch for Devin Steffler.
Fixed Bug 96702 [Scanner] ASTNode offsets are wrong.
|
2005-05-26 15:59:01 +00:00 |
|
John Camelon
|
cf31ad398a
|
Fixed Bug 95720 [Ambiguity] Cast Expression ambiguity
|
2005-05-26 15:54:32 +00:00 |
|
Mikhail Sennikovsky
|
60679c4044
|
fixed some minor bugs
|
2005-05-26 15:13:52 +00:00 |
|
David Inglis
|
795d676119
|
preformance improvment for CModel
|
2005-05-25 19:50:52 +00:00 |
|
John Camelon
|
044af29ec9
|
Patch for Devin Steffler.
Fixed Bug 96678 - Scanner is reporting bad character problem on // comments
|
2005-05-25 19:17:07 +00:00 |
|
Andrew Niefer
|
c1bbb62c95
|
tests for last commit:
- types of conditional, new & delete expressions
- handle typedefs in conversions for bug 96655
|
2005-05-25 18:16:22 +00:00 |
|
Andrew Niefer
|
353cad011a
|
- types of conditional, new & delete expressions
- handle typedefs in conversions for bug 96655
|
2005-05-25 18:13:45 +00:00 |
|
John Camelon
|
8206cea697
|
Patch for Devin Steffler.
Fixed Bug 86126 [_Context] \r is included in context_directive_end
|
2005-05-25 17:48:39 +00:00 |
|
John Camelon
|
fb70c25e85
|
Added test.
|
2005-05-25 17:40:35 +00:00 |
|
John Camelon
|
5995f1cd0f
|
Adjusting performance of declarator/declSpec.
|
2005-05-25 17:28:48 +00:00 |
|
Alain Magloire
|
4f78492fac
|
2005-05-25 Alain Magloire
Fix PR 95705
* mi/org/eclipse/cdt/debug/mi/core/output/MIInfoSharedLibraryInfo.java
|
2005-05-25 15:39:11 +00:00 |
|
Andrew Niefer
|
be835cdda0
|
-Fix bugs in selecting set of viable functions
-allow matching of template parameters during function calls
|
2005-05-25 15:28:27 +00:00 |
|
John Camelon
|
4f2422d695
|
Patch for Devin Steffler.
Bug 86870 [Offsets] simple #if/#define example seems flaky with offset/length
|
2005-05-25 14:57:08 +00:00 |
|
Leo Treggiari
|
98fa5f404a
|
Set test30_2 ProjectType to istest="true"
|
2005-05-24 21:44:30 +00:00 |
|
Mikhail Khodjaiants
|
357e45fdd8
|
Bug 88558: run-to-line not thread oriented. The "Run to Line" action should be enabled on stack frames and threads, not on targets.
|
2005-05-24 21:41:59 +00:00 |
|
Mikhail Khodjaiants
|
014dc6df44
|
Bug 88558: run-to-line not thread oriented. The IRunTo* and IJumpTo* interfaces moved to ICStackFrame.
|
2005-05-24 21:38:42 +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 |
|
Andrew Niefer
|
14d4d30038
|
handle typedefs as qualifying names
|
2005-05-24 18:15:52 +00:00 |
|
Mikhail Khodjaiants
|
2a6347f701
|
Redundant code.
|
2005-05-24 15:51:56 +00:00 |
|
Andrew Niefer
|
d1d753ba3a
|
Relax type comparisons a bit around defered class template instances, especially in derived to base conversions. fixes a couple hundred problems parsing iostream.
|
2005-05-24 15:38:33 +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 |
|
Doug Schaefer
|
f5dc286226
|
Fixed up the tests a little.
|
2005-05-21 20:53:12 +00:00 |
|
Doug Schaefer
|
a262d769c0
|
Added refactoring plugins and managed build test plugins to releng.
|
2005-05-21 19:16:00 +00:00 |
|
Mikhail Khodjaiants
|
d30c7f67e3
|
Moved to the Platform Source Lookup framework (bug 80175).
|
2005-05-20 21:28:48 +00:00 |
|
Mikhail Khodjaiants
|
303ef552fb
|
Bug 94139: User-defined register groups. UI to add/remove user-defined groups.
|
2005-05-20 21:25:59 +00:00 |
|
Mikhail Khodjaiants
|
1edec8debe
|
Bug 94139: User-defined register groups. Added API and group serialization.
|
2005-05-20 21:23:11 +00:00 |
|
Vladimir Hirsl
|
ab0ae772ae
|
Indexer performance improvement: indexing nodes from external include files only once.
|
2005-05-20 20:29:35 +00:00 |
|
Andrew Niefer
|
30b6f0e0af
|
modified patch from Devin Steffler, bugs 86868, 95635, 95786
|
2005-05-20 19:30:32 +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 |
|