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

4114 commits

Author SHA1 Message Date
Mikhail Khodjaiants
b87154d43c Fix for bug 58711: Breakpoint race condition.
Notify the Breakpoint Manager when the install count of breakpoint is changed.
2004-04-24 03:30:51 +00:00
Mikhail Khodjaiants
671d4db3fb Corrected date in ChangeLog. 2004-04-24 03:27:20 +00:00
Alain Magloire
9b578a9f0c Tentative fix for PR 59098. 2004-04-24 03:23:18 +00:00
John Camelon
27ceac6cb6 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=57652.<BR>
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=49167.<BR>
Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=39676.<BR>
2004-04-23 20:22:07 +00:00
Alain Magloire
2be2d0afed Adjusting the UI to changes of the core
Concerning customization of translation Unit
	pathc from Sam PR 52864
2004-04-23 18:32:02 +00:00
Alain Magloire
be4fd43913 Moving the work from Sam Robb part of PR 52864, this
is is only the Core part, UI is still pending.
2004-04-23 18:27:04 +00:00
Andrew Niefer
63bc5b00d2 - fixed up CompleteParseASTFactory.lookupQualifiedName in the case where the
tokenDuple has 1 segement
- fixed CompleteParseASTFactory.createMethod to handle template ids
- fixed instantiation of member templates
- fixed up handling of explicit specializations
2004-04-23 18:23:09 +00:00
Hoda Amer
f0f5aa93c3 Refactoring bug fixes 2004-04-23 18:11:55 +00:00
John Camelon
809934b921 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=59768 2004-04-23 17:43:47 +00:00
Alain Magloire
4c8e461e23 Possible NPE in the CDocumentProvider 2004-04-23 17:36:00 +00:00
Sean Evoy
204639a516 *** empty log message *** 2004-04-23 17:20:51 +00:00
Hoda Amer
8ee1c65946 Content Assist fixes 2004-04-23 15:32:46 +00:00
Sean Evoy
5b20ba9b22 Moved the managed build tests from the core tests package to here 2004-04-23 15:21:23 +00:00
Hoda Amer
24762334f5 Patch for Sean Evoy : Removing Managed Build Tests from core tests. 2004-04-23 15:12:19 +00:00
Sean Evoy
2852cc63c2 First check-in 2004-04-23 14:26:43 +00:00
David Inglis
57c631cd4c fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=59680 2004-04-23 13:37:24 +00:00
John Camelon
34f1154c4f Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=47926 2004-04-23 03:49:31 +00:00
John Camelon
7d0db41463 Partial fix for https://bugs.eclipse.org/bugs/show_bug.cgi?id=59686 2004-04-23 03:09:03 +00:00
Mikhail Khodjaiants
1802824b5f Additional fix for bug 58711: Breakpoint race condition. 2004-04-23 00:14:53 +00:00
John Camelon
d33fe003f1 Added testULong() to CompleteParseASTTest 2004-04-22 19:37:39 +00:00
John Camelon
d65c6769ea Made typeof() declSpec's show up in outline view. 2004-04-22 19:02:07 +00:00
John Camelon
af85de7600 Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=59507 2004-04-22 18:13:36 +00:00
Sean Evoy
ae1b577d72 External code commit from Leo Treggiari from Intel that adds support for adding and removing error psarser on a managed build project 2004-04-22 18:10:51 +00:00
Hoda Amer
4528b2a06c Patch for Sean Evoy 2004-04-22 18:08:26 +00:00
Sean Evoy
b66bb2d4b7 External code commit from Leo Treggiari from Intel that adds support for adding and removing error psarser on a managed build project 2004-04-22 18:04:54 +00:00
John Camelon
1a5788e0dc org.eclipse.cdt.core<BR>
&nbsp;Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=59179<BR>
&nbsp;Fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=59143<BR>
org.eclipse.cdt.core.tests<BR>
&nbsp;Updated test clients for IExpressionParser interface changes.  <BR>
&nbsp;Added QuickParseASTTests.testBug59179().
2004-04-22 17:45:27 +00:00
Hoda Amer
0634c0b3a2 Backing out previous changes regarding new JFace interfaces 2004-04-22 17:32:38 +00:00
Alain Magloire
bbff2f727d Fix for PR 59534 2004-04-22 16:31:28 +00:00
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