1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-14 11:45:38 +02:00
Commit graph

24616 commits

Author SHA1 Message Date
Vladimir Hirsl
1af4417856 Further SCD profile work.
Implementation of 'per file' profile makefile generator provider and its output parser.
Fixed naming of scanner config files.
2005-02-04 21:53:56 +00:00
Andrew Niefer
25288449a4 fix bug 84228 2005-02-04 19:00:28 +00:00
Mikhail Khodjaiants
9b8605a1cf Added new images for the modules view. 2005-02-04 00:27:56 +00:00
Mikhail Khodjaiants
18221d9c12 Fix for bug 84402: computeDetail executes in the UI thread. 2005-02-03 23:21:35 +00:00
Andrew Niefer
ec8969b5e6 fix bug 84186 2005-02-03 23:15:55 +00:00
Andrew Niefer
993bdc690d fix bug 84267 2005-02-03 22:51:18 +00:00
Mikhail Khodjaiants
cb63ddc65b Fix for bug 84187: "Toggle Watchpoint" and "Toggle Method Breakpoint" don't work with C editor. ICWatchpoint should extend ILineBreakpoint to allow watchpoints to be shown in editors. 2005-02-03 19:59:03 +00:00
David Inglis
83c9192837 Fixed PR#84361 2005-02-03 19:19:48 +00:00
Mikhail Khodjaiants
1ec27ca202 Fix for bug 84187: "Toggle Watchpoint" and "Toggle Method Breakpoint" don't work with C editor. 2005-02-03 18:59:45 +00:00
John Camelon
cffe17ee79 Fix for Marcus - InternalASTServiceProvider now uses DOMScanner. 2005-02-03 18:54:49 +00:00
John Camelon
761524840a Patch for Devin Steffler.
Added filter for AST view for problems.
2005-02-03 16:02:11 +00:00
John Camelon
24d6abba7f Patch for Devin Steffler.
Further UI indicator infrastructure for testing DOM AST.
2005-02-03 15:26:27 +00:00
Mikhail Khodjaiants
7e45886b28 Cleanup. 2005-02-03 00:01:23 +00:00
Mikhail Khodjaiants
86975f4d1a The "INTERNAL_ERROR" constant has been moved from ICDebugUIConstants to IInternalCDebugUIConstants. 2005-02-02 23:59:43 +00:00
Mikhail Khodjaiants
88d07dba31 Fix for bug 84187: "Toggle Watchpoint" and "Toggle Method Breakpoint" don't work with C editor. 2005-02-02 23:19:38 +00:00
Mikhail Khodjaiants
88e264420e Fix for bug 84187: "Toggle Watchpoint" and "Toggle Method Breakpoint" don't work with C editor. Added new "createWatchpoint" method that accepts position information. 2005-02-02 23:19:14 +00:00
Andrew Niefer
10a5054abe fixing bug 84186 2005-02-02 22:18:42 +00:00
Andrew Niefer
ec6276d5dd fix bug 84266 2005-02-02 21:36:27 +00:00
Bogdan Gheorghe
88f6cff423 Added a delete IProblem Markers action to context menu to allow users to manually
remove problems reported by the parser during an index.
2005-02-02 21:08:23 +00:00
John Camelon
1854217589 Fixed 84250 - [Parser2] C++: ptr to array declaration parsed as expression 2005-02-02 20:44:15 +00:00
Doug Schaefer
2162498f81 The build now runs on Linux as well. 2005-02-02 20:31:52 +00:00
Andrew Niefer
0ebb603ab1 Patch from Tanya Wolff 2005-02-02 20:19:14 +00:00
Doug Schaefer
5dbc308445 Nope, that didn't do it. Reverting back to core-test. 2005-02-02 20:08:27 +00:00
Leo Treggiari
1e95e361b6 Add tests for resource configurations 2005-02-02 20:07:34 +00:00
David Daoust
b31a9e9c4c minor doc update for leo 2005-02-02 19:52:41 +00:00
Andrew Niefer
1264b58a40 visit if statements iteratively to avoid stack overflow when there are huge numbers of else ifs 2005-02-02 19:35:14 +00:00
Andrew Niefer
71309151e2 fix bug 84185 2005-02-02 19:18:41 +00:00
John Camelon
9801ce2900 Remove IllegalOperationException. 2005-02-02 18:54:44 +00:00
John Camelon
e269c537e6 Further DOM/AST fixes. 2005-02-02 18:30:19 +00:00
Doug Schaefer
c85f211e0e The tests seem to need UI loaded to run properly. 2005-02-02 16:11:02 +00:00
John Camelon
3615ece8be Patch for David Daoust.
Fixes BaseScanner#fileCache.
2005-02-02 15:32:02 +00:00
John Camelon
33390e2e03 Continued DOMLocation fixes. (ad infinitum) 2005-02-02 04:30:35 +00:00
John Camelon
c2d34df02e Patch for Devin Steffler.
Further updates to DOM AST View.
2005-02-02 02:16:54 +00:00
Alain Magloire
956abd7934 2005-02-01 Alain Magloire
Part of Fix for PR 84165
	We check in the expression is a number and
	add a "*" for address watchpoint
	* cdi/org/eclipse/cdt/debug/mi/core/cdi/BreakpointManager.java
2005-02-01 21:09:33 +00:00
Andrew Niefer
04d743c153 GCC allows forward declarations of enums in C 2005-02-01 20:42:04 +00:00
Alain Magloire
b3ecffbb72 Wrong PR number 2005-02-01 20:05:47 +00:00
John Camelon
541fa7e85e Fixed classcastexception in CompleteParseASTFactory. 2005-02-01 19:48:48 +00:00
Alain Magloire
40c31ad8f0 2005-02-01 Alain Magloire
Code From Chris:
	PR 83866
	PR 83868
	PR 83869
	* browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/OpenTypeHierarchyAction.java
	* browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/OpentTypeInHierarchyAction.java
	* browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/OpenTypoeInHierarchDialog.java
	* browser/org/eclipse/cdt/internal/ui/browser/typehierarchy/TypeHierarchyMessages.properties
2005-02-01 19:47:21 +00:00
John Camelon
9500493981 Bug 84172 - system includes don't seem to be added to DOM from the first TranslationUnit 2005-02-01 19:46:36 +00:00
John Camelon
cb6ce7f886 Fixed Bug 84149 - a couple problems with getinp (example taken from monop)
Fixed offsets & lengths of char and string literals.
2005-02-01 19:04:12 +00:00
Doug Schaefer
08e9d350ae Upgraded build scripts to work on Cygwin and the new 3.1 PDE scripts (tar.gz instead of zips on non-Windows platforms.). 2005-02-01 19:01:58 +00:00
Andrew Niefer
8465ac3daf CPPASTProblem.getMessage fileName & offset 2005-02-01 18:45:10 +00:00
Andrew Niefer
da848cc63b basic file & offsets for CASTProblems 2005-02-01 18:42:20 +00:00
John Camelon
6fa14f6b94 Patch for Devin Steffler.
Further UI indicator infrastructure for testing DOM AST.
2005-02-01 18:17:22 +00:00
John Camelon
497e768f98 Partial fix for Bug 84146 - there are dirty ASTNodes floating around with "null declarators" 2005-02-01 16:49:20 +00:00
John Camelon
7f65d614a3 Minor fix to ASTView. 2005-02-01 16:44:54 +00:00
John Camelon
bcedb9a5c1 Fixed 84133 - "typdef" seems the same as "typedef" to AST DOM 2005-02-01 15:55:07 +00:00
John Camelon
6d063588c2 Fixed Bug 84095 - [ICASTCompositeTypeSpecifier] has boxes in its specifier string representation 2005-02-01 15:17:05 +00:00
Vladimir Hirsl
1ba71c339b Further SCD profile work.
Definition of 'per file' profile and profile options page and initial implementation.
2005-02-01 15:15:40 +00:00
John Camelon
f33bcba3fa Patch from David Daoust. Added IncludeTest to ParserTestSuite. 2005-02-01 04:44:36 +00:00