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

2259 commits

Author SHA1 Message Date
Peter Graves
fcc7499f2e Clean up some false failures, and handle some changes in the CDT core. 2003-04-28 15:58:56 +00:00
Alain Magloire
66a20f07fd new method getBufferFactory() to overload the parent. 2003-04-28 02:37:47 +00:00
Alain Magloire
d495a4ffa5 new method setOutlinePageInput() new method
to reset the outliner input.
2003-04-28 02:37:26 +00:00
Alain Magloire
9204c94847 new method setInput() to reset the Viewer. 2003-04-28 02:37:02 +00:00
Alain Magloire
b23dbe60fc . 2003-04-28 02:36:36 +00:00
Alain Magloire
bb30382695 updated. 2003-04-28 02:36:20 +00:00
Alain Magloire
ff2a519180 New method getBufferFactory() overload the parent. 2003-04-28 02:35:56 +00:00
John Camelon
1c7ed5ec08 CORE
Partial fix for Bug 36932 - RTS: Parser fails on "new" in ctor initializer
	Fixed Bug 36704 - Problem parsing Loki's Reference Typelist.h 
	Fixed Bug 36699 - Problem parsing Loki's Reference SmartPtr.h Impl 
	Fixed Bug 36691 - Problem parsing Loki's Reference HierarchyGenerators.h Impl 

TESTS
	Added testBug36932() to DOMTests. 
	Moved testBugFunctor758() from LokiFailures to DOMTests.
	Moved testBug36704() from DOMFailedTest to DOMTests.  
	Moved testBug36699() from DOMFailedTest to DOMTests.  
	Moved testBug36691() from DOMFailedTest to DOMTests.
2003-04-27 22:53:58 +00:00
John Camelon
4d93d6c4df Patch for Hoda Amer.
Logging debug messages of the parser and the C model builder only if CCorePlugin.debug is set to true.
2003-04-27 20:56:07 +00:00
John Camelon
2417cd02cb Patch for Andrew Niefer
Core
    Fixed bug36771 - Outline view shows include with no name
    Fixed bug36714 - Parser fails on initial assignment using floating-suffix 
    Revisted bug36816 - Incomplete #include stops outline view 
Tests
    Moved ACEFailedTest::testBug36771 to DOMTests
    Moved DOMFailedTest::testBug36714 to DOMTests
    Updated ScannerTestCase::testBug36816
2003-04-27 20:28:16 +00:00
Alain Magloire
ae473f009f updated 2003-04-27 00:18:21 +00:00
Alain Magloire
69017e4c59 ClastCastException when saving 36876
PR 36743  extending cview with new methods
2003-04-27 00:18:02 +00:00
Alain Magloire
1a3542db44 updated. 2003-04-26 23:39:45 +00:00
Alain Magloire
c8cfea5fba Fix NPE bug 36976. 2003-04-26 23:39:33 +00:00
Mikhail Khodjaiants
452d55abef Fix for bug 36909. 2003-04-25 21:11:59 +00:00
Alain Magloire
3c1b1e9355 updated. 2003-04-25 20:50:47 +00:00
Alain Magloire
f654c62285 Remove the call to MIInferior.update() 2003-04-25 20:50:40 +00:00
Alain Magloire
1821764512 do not call "info program" for attach session 2003-04-25 20:50:26 +00:00
Alain Magloire
7c38ceb5da when Suspended call MIInferior.update(). 2003-04-25 20:50:05 +00:00
Alain Magloire
8a98a043aa when terminate() is call disable the Command Queue 2003-04-25 20:49:10 +00:00
Mikhail Khodjaiants
8f19b5929d Fix for bug 36909. 2003-04-25 19:38:51 +00:00
John Camelon
c8a467dc65 CORE
Fixed bug36852  - outline window doesn't show all functions 
	Fixed bug36764  - Bit fields cause parse errors 
	Fixed bug36702  - Parser error when having function pointers as parameters 

TESTS
	Added DOMTests::testBug36852(). 
	Added DOMTests::testBug36764().
	Moved DOMFailedTests::testBug36702() to DOMTests(). 

JohnC
2003-04-25 16:13:17 +00:00
John Camelon
1afa3710ae Patch for Hoda Amer
Fix for bug : const & volatile modifier missing from pointer to function signature  
+ 2 more STLFailedtests
2003-04-25 15:58:44 +00:00
Alain Magloire
5be39b90ed updated. 2003-04-25 15:27:52 +00:00
Alain Magloire
baadcc3034 getNeededShareLib() should also be valid for executable 2003-04-25 15:27:46 +00:00
Doug Schaefer
b8024352d1 New Build Model
- Save and load options values
2003-04-25 14:32:51 +00:00
Alain Magloire
a4a9738866 updated. 2003-04-24 21:16:25 +00:00
Alain Magloire
977a96bbc6 update new function to do interruption. 2003-04-24 21:16:14 +00:00
Alain Magloire
8bed408f59 Fix the signature. 2003-04-24 21:15:56 +00:00
Alain Magloire
66323ef203 New file to compile with VC++ 2003-04-24 21:15:44 +00:00
Alain Magloire
982b2135d2 New file added to do interrupt on a pid. 2003-04-24 21:15:25 +00:00
John Camelon
fcd010f569 CORE
Fixed Bug36799  STL Testing: Parser fails on Variable Definition 

TESTS
	Moved fixed tests from FailedTests to DOMTests. 
	Added DOMTests::testBug36799().
	Cleaned up tests to reduce amount of code necessary to maintain these things. 

JohnC
2003-04-24 21:01:25 +00:00
Mikhail Khodjaiants
a294752676 Display error messages in the 'Registers' view. 2003-04-24 19:05:52 +00:00
John Camelon
6f23a3d075 Patch for Andrew Niefer:
This patch fixes 2 scanner bugs:
   Bug36816 Scanner infinite loop on incomplete #include
   Bug36255 Parser hangs/goes infinite
 
This patch also introduces a new automated test, 
FractionalAutomatedTest, which tests the parser on incomplete files.
2003-04-24 18:50:02 +00:00
John Camelon
ce2d966a88 CORE
Fixed bug36693 - Problem parsing Loki's Reference SmallObj.cpp Impl
	Fixed bug36696 - Problem parsing Loki's Reference SmartPtr.h Impl
	Improved our error handling robustness so that we don't mistake function bodies for CElements. 
	Fixed bug36713 - Parser fails on definitions of pointers to functions 
	Fixed Dave's performance test parse failure. 
	Fixed bug36811 - The using directive causes parser to fail
	Fixed bug36794 - ClassCastException for A template with no parameters 

TESTS
	Moved fixed tests from FailedTests to DOMTests. 
	Added LokiFailures.java to failed tests directory.

JohnC
2003-04-24 18:36:22 +00:00
John Camelon
d64dd56f51 2003-04-24 John Camelon
Fixed Java 1.3 compliance issue w/AutomatedTest.java
	Fixed False failure in HelloWorld.java.
2003-04-24 17:36:42 +00:00
Mikhail Khodjaiants
304e26f30c Check for null pointer in 'isCharacter' and 'isCharPointer'. 2003-04-24 16:03:44 +00:00
Mikhail Khodjaiants
2c27efbc06 Check for null pointer in 'isCharacter' and 'isCharPointer'. 2003-04-24 15:41:38 +00:00
Mikhail Khodjaiants
65353ae67b Added shortcuts for the C/C++ Debug specific views. 2003-04-24 15:31:28 +00:00
Mikhail Khodjaiants
44a3cd9a5b Update the actions of the 'Shared Libraries' view even if the viewer's input is the same as before. 2003-04-24 15:24:13 +00:00
Alain Magloire
70f30ce631 updated. 2003-04-24 15:21:18 +00:00
Alain Magloire
009549f216 new function update() to search for the pid of the inferior. 2003-04-24 15:21:10 +00:00
Alain Magloire
db78b5ea0e new file to parse "info program" 2003-04-24 15:20:45 +00:00
Alain Magloire
e5747c7de9 new method createMIInfoProgram 2003-04-24 15:20:24 +00:00
Alain Magloire
e0d210a7e3 call MIInferior.update in processSuspend() 2003-04-24 15:20:10 +00:00
Alain Magloire
423c7a7e50 Bug fix was always disable for Windows 2003-04-24 15:19:49 +00:00
Alain Magloire
6925845c3f updated. 2003-04-24 14:23:36 +00:00
Alain Magloire
83aec86d43 Change the scope of raise and the sig flags to be public. 2003-04-24 14:23:27 +00:00
Judy N. Green
588c2f09b8 Added requires section and removed empty os ws arc from org.eclipse.cdt-feature 2003-04-23 18:32:47 +00:00
Judy N. Green
533f0a144e Updated version numbers from 1.0.1 to 1.1.0 2003-04-23 18:15:56 +00:00