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

4086 commits

Author SHA1 Message Date
Hoda Amer
1d3a3c4df0 Fixing Build errors for the nightly Eclipse build on 04/22 after changing a few JFace interfaces) 2004-04-22 15:40:22 +00:00
Andrew Niefer
5cc0ea42f2 More template tests, and small fixes to make them work 2004-04-22 14:56:57 +00:00
Doug Schaefer
8d2a6c50a0 Numerous minor changes to the build scripts. 2004-04-22 14:24:25 +00:00
David Inglis
3b65eeb53f patch from vlad 2004-04-22 13:07:10 +00:00
Alain Magloire
0aa20e710b Add support for Base Reference in the PathEntry 2004-04-22 04:25:33 +00:00
John Camelon
03144000c4 org.eclipse.cdt.core<BR>
&nbsp;Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39703<BR>
&nbsp;Removed method IScanner.addIncludePath() as it wasn't being used.  <BR>
&nbsp;Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39698<BR>
<BR>
org.eclipse.cdt.core.tests<BR>
&nbsp;Moved testBug39703() from ASTFailedTests to QuickParseASTTest.<BR>
&nbsp;Added ScannerTestCase::testBug39698().<BR>
&nbsp;Moved testBug39698A() & testBug39698B() from ASTFailedTests to QuickParseASTTest.<BR>
&nbsp;Added testBug39698A() & testBug39698B() to CompleteParseASTTest.
2004-04-22 02:56:52 +00:00
David Inglis
22c63f4e56 update 2004-04-22 02:54:08 +00:00
David Inglis
a24bf0e276 added missing method to interface 2004-04-22 02:53:56 +00:00
Mikhail Khodjaiants
07dc15fa9c Implementing the Disassembly view. New annotation model is added to show breakpoint markers. 2004-04-21 23:10:49 +00:00
Mikhail Khodjaiants
d2db6b3af9 Disassembly should provide an adapter for IExecFialeInfo. 2004-04-21 23:06:37 +00:00
Hoda Amer
cf31f83443 Content Assist fixes 2004-04-21 20:23:34 +00:00
Andrew Niefer
688e94b21b fixing last problems for bugs 52695 & 45372 2004-04-21 19:11:23 +00:00
Bogdan Gheorghe
727994dc39 Fix for external search markers 2004-04-21 18:57:40 +00:00
Alain Magloire
add4485083 Disable the pathEntry property page 2004-04-21 18:28:07 +00:00
John Camelon
d763240879 Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=59468 2004-04-21 18:05:19 +00:00
Hoda Amer
fc6b681d61 Content Assist fixes 2004-04-21 17:12:17 +00:00
Hoda Amer
8d33b94810 Content Assist fixes 2004-04-21 16:47:15 +00:00
Alain Magloire
4acf3441ad 2004-04-06 Chris Wiebe
initial placement of non-ui code into org.eclipse.cdt.core.browser
2004-04-21 16:13:34 +00:00
Bogdan Gheorghe
6f5c560309 Fix for Bug 54155 - [Scalability] Indexer bypassing filtering when project was closed and had no index
Fix for Search UI refresh on Linux
2004-04-21 06:33:32 +00:00
Alain Magloire
d324df3b25 Implement documentSetup and documentCreation extension point
for CDT
2004-04-21 06:15:23 +00:00
Alain Magloire
43b14542a6 fix javadocs 2004-04-21 03:58:28 +00:00
Alain Magloire
0d79336fcb simple fix to status line 2004-04-21 03:58:08 +00:00
David Inglis
6d241cf586 update cpath ui 2004-04-21 02:14:21 +00:00
Andrew Niefer
822ad118ce fix bug https://bugs.eclipse.org/bugs/show_bug.cgi?id=59302 2004-04-20 21:35:05 +00:00
Andrew Niefer
3ca43539a1 template work on Explicit Specializations and Explicit argument specification 2004-04-20 21:16:13 +00:00
John Camelon
d72a8b3f5d Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=58717 2004-04-20 20:38:20 +00:00
John Camelon
93c7225abf org.eclipse.cdt.core<BR><BR>
nbsp;Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=59134<BR>
nbsp;Partially fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=58858<BR>
nbsp;Added in additional CompletionKind's for STRUCT_REFERENCE, UNION_REFERENCE and ENUM_REFERENCE.  <BR>
<BR>
org.eclipse.cdt.core.tests<BR>
nbsp;Updated CompletionParseTest for CompletionKind updates.
2004-04-20 20:07:17 +00:00
David Inglis
dd0baea2ea update cpath ui 2004-04-20 19:31:05 +00:00
David Inglis
69bab80e56 patch from vlad 2004-04-20 19:02:50 +00:00
David Inglis
7d7a436378 fixed some small bugs 2004-04-20 18:47:56 +00:00
Alain Magloire
f6d8cec74d Fix NPE in CDocumentProvider 2004-04-20 18:37:22 +00:00
Alain Magloire
c03efa8220 save before building. 2004-04-20 18:21:46 +00:00
John Camelon
b8154fb0fc org.eclipse.cdt.core<BR>
&nbsp;Restructuring of the parser extension packages. <BR>
&nbsp;Introduce IParserExtension and IASTFactory mechanisms w/partial implementation for GCC. <BR>
&nbsp;Introduce IGCCToken and GCCKeywords and fleshed out GCCScannerExtension implementation and interworking with Scanner. <BR>
&nbsp;Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39697<BR>
&nbsp;Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39695<BR>
&nbsp;Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39684<BR>
<BR>
org.eclipse.cdt.core.tests<BR>
&nbsp;Moved testBug39684() & testBug39695() from ASTFailedTests to QuickParseASTTests.<BR>
&nbsp;Updated CompleteParseASTTest::testBug39697().<BR>
&nbsp;Added CompleteParseASTTest::testBug39684() & CompleteParseASTTest::testBug39695().
2004-04-20 17:36:41 +00:00
David Inglis
b9541fc2a5 log error 2004-04-20 16:28:26 +00:00
David Inglis
6f4cf3159b minor fix to doc tag 2004-04-20 16:14:32 +00:00
David Inglis
a16487b5bd added more exception handling in model 2004-04-20 16:13:11 +00:00
Alain Magloire
0b7e5958f2 Fix for PR 59081 2004-04-20 16:10:38 +00:00
Mikhail Khodjaiants
125213c8be The "getCFileGlobals" method of "IExecFileInfo" throws "DebugException". 2004-04-20 16:03:27 +00:00
Mikhail Khodjaiants
41a3d5d9ff Changed copyright header. 2004-04-20 16:02:49 +00:00
Bogdan Gheorghe
e84ed27c29 Fix for build problem 2004-04-20 15:17:15 +00:00
Sean Evoy
4f86ebbdd4 Work to support the versioning of the managed build tool definition schema and project files. This work was needed in order to refactor the rather large default tool definitions and to support ongoing enhancements to the managed build system. 2004-04-20 15:09:51 +00:00
Doug Schaefer
e32f63b178 Brought the make plugins back home... 2004-04-20 14:48:26 +00:00
David Inglis
6d0e75f1d0 enable wraping on build console 2004-04-20 14:47:33 +00:00
Alain Magloire
3c381cd8bc Change the scheduling rule 2004-04-20 05:38:31 +00:00
Bogdan Gheorghe
977904112c Fix for 58477 - Search UI does not work
Fix for 59077 - Selection Search does not work
2004-04-20 03:53:00 +00:00
Alain Magloire
97a3c316c8 Fix for PR 59098 2004-04-20 00:45:21 +00:00
Alain Magloire
7ef1a6ed7e Change The Core Model interfaces to throw CModelException when
the fail abnormally.  This forces a lot of try{} catch(){}
bloks and rethrow to be added in the code.
2004-04-20 00:06:27 +00:00
Mikhail Khodjaiants
e2983ad1f8 Fix for bug 58711: Breakpoint race condition. 2004-04-19 22:12:02 +00:00
Andrew Niefer
6b096ee976 fix bug 59149 2004-04-19 21:27:59 +00:00
Mikhail Khodjaiants
62150f7451 Display global variable name in the error message when the "Add Globals" action fails. 2004-04-19 20:42:08 +00:00