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

3899 commits

Author SHA1 Message Date
Hoda Amer
a0aed1c95c Content Assist and Refactoring bug fixes 2004-04-05 14:26:48 +00:00
David Inglis
839bb5375c fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=57409 2004-04-05 12:14:48 +00:00
John Camelon
1d97cb0d81 Fixed NPE in CompleteParseASTFactory.createUsingDeclaration() 2004-04-05 05:24:40 +00:00
Alain Magloire
19af5bd03e CView has its own ContentProvider. 2004-04-05 04:37:00 +00:00
Alain Magloire
9561454a65 Draft work on LibaryReference and IncludeReference 2004-04-05 04:29:11 +00:00
John Camelon
8a6680ea21 org.eclipse.cdt.core
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=54029

org.eclipse.cdt.core.tests
	Added CompleteParseASTTest::testBug54029().
2004-04-05 04:25:33 +00:00
John Camelon
91571bd2e5 org.eclipse.cdt.core
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=56516  
	Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=53786

org.eclipse.cdt.core.tests
	Added CompleteParseASTTest::testBug56516() && CompleteParseASTTests::testBug53786().
2004-04-05 03:50:41 +00:00
John Camelon
45cf3d9fb2 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=43215 2004-04-05 03:03:31 +00:00
John Camelon
9138c8d397 Removed warning. 2004-04-05 01:57:56 +00:00
David Inglis
7d84a3a410 properly set binary parsers 2004-04-03 20:40:36 +00:00
Alain Magloire
6e5fa262c6 Fix for PR 57287 2004-04-03 17:32:56 +00:00
David Inglis
381b012a01 fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=57146 2004-04-03 04:19:16 +00:00
David Inglis
b761c44c1e fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=57142 2004-04-03 03:58:10 +00:00
Mikhail Khodjaiants
15a02c374e Removed dependency to xerces. 2004-04-03 00:04:03 +00:00
Mikhail Khodjaiants
2288121f9b Fix for bug 57160: Don't override Debug perspective's "autoClose" behavior. 2004-04-02 20:14:07 +00:00
Andrew Niefer
4973e16836 handle template explicit instantiations
partial fix for bug 56834
handle use of template default parameters
2004-04-02 19:20:34 +00:00
David Inglis
f594128873 support multiple binary parsers 2004-04-02 19:07:41 +00:00
David Inglis
215a710dc7 use core preference settings 2004-04-02 19:02:25 +00:00
John Camelon
11d74c9995 org.eclipse.cdt.core
Updated SelectionSearch to work for functions, variables with initializers, etc.
	Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39705
	Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=44336  
	Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=36770  
	Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=51428  
	Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39694  

org.eclipse.cdt.core.tests
	Added SelectionParseTest::testBaseCase_FunctionDeclaration().  
	Added SelectionParseTest::testBaseCase_FunctionDeclaration2().  
	Added SelectionParseTest::testBaseCase_VariableDeclaration().  
	Added SelectionParseTest::testBaseCase_Parameter().  
	Added QuickParseASTTests::testBug44336().  
	Added ScannerTestCase::testBug36770B(). 
	Moved testBug39705() from ASTFailedTests to QuickParseASTTests.  
	Moved testBug39694() from ASTFailedTests to QuickParseASTTests.
2004-04-02 18:51:01 +00:00
Mikhail Khodjaiants
9a23d4eb95 Fix for bug 57159: Don't add C views to Debug perspective by default. 2004-04-02 16:33:21 +00:00
Alain Magloire
d02bc06723 Add new filter to hide/show non C Projects 2004-04-02 16:27:05 +00:00
David Inglis
0e68bf890b reverted some string externalizing which should never have been done. 2004-04-02 15:52:45 +00:00
Alain Magloire
e4fe32a7bc use the Job Manager for the BinaryRunner thread. 2004-04-02 14:15:05 +00:00
David Inglis
3683cff5a7 fixed problem with .cdtproject not updating 2004-04-02 13:51:58 +00:00
David Inglis
193f840df1 fixed xerces dependency 2004-04-02 01:35:22 +00:00
Mikhail Khodjaiants
129a37e32a Changes in the Shared Libraries and the Signals views. 2004-04-02 00:13:03 +00:00
Mikhail Khodjaiants
863c45ab6c Changes and additions to support the new implementations of Shared Libraries, Signals and Disassembly views. 2004-04-02 00:05:34 +00:00
Alain Magloire
79caadc27f include container. 2004-04-01 21:08:10 +00:00
Doug Schaefer
62a5a610ad Added back the xerces deps. 2004-04-01 20:52:48 +00:00
Doug Schaefer
3f98ae5fab Libraries to get the CDT running on ppc linux. These should
probably go in their own fragment.
2004-04-01 20:48:48 +00:00
Doug Schaefer
e3569cbd19 Removing plugin and feature references to xerces. 2004-04-01 20:39:39 +00:00
Doug Schaefer
be306a4d9d Removing plugin and feature references to xerces. 2004-04-01 20:25:02 +00:00
Mikhail Khodjaiants
e9f35af8d7 Moved the "Show Full Paths" action from toolbars to view's menus. 2004-04-01 20:16:55 +00:00
Mikhail Khodjaiants
884e67b57e The first step to replace CDebugModel by CDIDebugModel. 2004-04-01 20:07:35 +00:00
Alain Magloire
1ff55f435a GDBserver config should be "*" not "native" 2004-04-01 19:44:19 +00:00
Bogdan Gheorghe
98583fe50f Fix for build hang caused by Indexer; DependencyTest fix 2004-04-01 18:41:01 +00:00
Alain Magloire
c5df08b65b Makefile icon 2004-04-01 18:26:50 +00:00
Alain Magloire
c018f7411c New set of icons on April first 8-) from Chris. 2004-04-01 18:25:40 +00:00
Doug Schaefer
771e8c3c11 Turned on the DebugInfo flag so we can get line numbers
in the backtraces. Also fixed the e-mail address for the build
message.
2004-04-01 15:25:53 +00:00
David Inglis
914825d390 removed xerces dependency 2004-04-01 02:39:16 +00:00
Mikhail Khodjaiants
4eb55adeda Added default preferences to the C/C++ Debug preference page.
Removed the preference page of the Shared Libraries views.
2004-04-01 00:18:58 +00:00
Mikhail Khodjaiants
4963455c1d Added default preferences to the C/C++ Debug preference page. 2004-04-01 00:16:19 +00:00
Mikhail Khodjaiants
6f76f7d816 The Registers view has been contibuted and moved to the Eclipse platform. 2004-03-31 23:05:28 +00:00
Mikhail Khodjaiants
fc5179e477 The Registers view has been contibuted and moved to the Eclipse platform.
To enable updating set the default value of the auto-refresh flag of the registers to true.
Remove it when the "Refresh" and "Auto-Refresh" actions are contributed.
2004-03-31 23:05:05 +00:00
Mikhail Khodjaiants
4ad9d2c33e The Registers view has been contibuted and moved to the Eclipse platform. 2004-03-31 22:05:54 +00:00
David Inglis
fd4d49ba30 added background target building
added ui to configure/enable workbecnk clean operation.
2004-03-31 21:46:52 +00:00
David Inglis
d8a96ca65d added clean build option
fixed make target with no target
2004-03-31 21:45:57 +00:00
Bogdan Gheorghe
affd1175f1 Fix for 56943 - CDT hang on Autobuild, added missing index marker icon 2004-03-31 19:41:59 +00:00
Alain Magloire
e635fb93e7 Fix PR 56895 2004-03-31 15:31:53 +00:00
Bogdan Gheorghe
5c3d8fdb41 Fix annotations in overview bar, added index IProblem markers, added new preference page for controlling external search markers 2004-03-31 07:57:18 +00:00