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

7058 commits

Author SHA1 Message Date
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
Bogdan Gheorghe
fa2d057c98 IndexerOutput refactoring to use IIndexEntry
CTags indexer refactoring to use new IIndexEntry hierarchy, store modifiers, function signatures
2005-05-20 14:16:38 +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
John Camelon
eb89746de5 Fixed broken JUnits. 2005-05-20 12:10:35 +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
John Camelon
5af5a134fd Undo some of the last checkin to remove the performance problems I created in generating the physical parse tree. 2005-05-20 02:47:51 +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
Alain Magloire
10249b11c4 2005-05-19 Alain Magloire
Fixed PR 95943
	* src/org/elcipse/cdt/internla/corext/template/c/TemplateMessages.properties
	* src/org/elcipse/cdt/internla/corext/template/c/TranslationUnitContextType.java
2005-05-19 20:26:56 +00:00
Andrew Niefer
70ae4fdbaf fix bug 93573 2005-05-19 20:26:20 +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
Andrew Niefer
68e0514086 fix bug 95714 2005-05-19 18:59:20 +00:00
John Camelon
a5843c1e7e Fixed Bug 90641 [Parser] function decl vs ctor initializer ambiguity
Fixed Bug 81806	[Parser2] [Ambiguity] Constructor Initializer is mistaken as function prototype
Fixed Bug 94779	[Ambiguity] declarator with initializer parsed as function declarator
2005-05-19 18:47:41 +00:00
Andrew Niefer
c885f752da - types of expressions in C bug 95858
- typeof( exp ) as declspecifier in C bug 93980
2005-05-19 18:41:55 +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
0024d82142 fixed bug # 95556 2005-05-19 01:50:59 +00:00
David Inglis
3ee88519f0 fixed bug # 95556 2005-05-19 01:47:27 +00:00
David Inglis
3e98b19c1c fixed bug # 69080 2005-05-19 01:34:11 +00:00
David Inglis
5ecd43203f fixed bug #39581 2005-05-18 21:51:59 +00:00
Andrew Niefer
de61454474 update test for previous fix for 93980 2005-05-18 21:10:11 +00:00
Andrew Niefer
9ae1ab54c8 fix bug 93980 for C++ 2005-05-18 21:08:47 +00:00
Andrew Niefer
238118db0b fix bug 95734: conversion of integer literal 0 to pointer, also conversion of pointer to boolean 2005-05-18 20:34:09 +00:00
Andrew Niefer
59e8ca66d9 fix bug 95692 2005-05-18 18:40:16 +00:00
David Inglis
fedc95ad12 fail on null exe when adapting to an older debugger since they never supported it 2005-05-18 18:26:20 +00:00
David Inglis
d6607ac5b1 must handle null exe now when attaching 2005-05-18 18:25:20 +00:00
David Inglis
6a1a4e7365 fixed bug #39581 2005-05-18 18:22:39 +00:00