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

7321 commits

Author SHA1 Message Date
Doug Schaefer
673ff7a988 Bug 98881. Improving support for search in completion. 2005-07-05 20:32:07 +00:00
Vladimir Hirsl
6833f73fa5 Fix for 102709: Conversion to LONG_NAME/SHORT_NAME in GCCPerFileBOPConsoleParser causes problems.
Conversion to a generic command line now excludes -include and -imacros options.
2005-07-05 20:06:28 +00:00
David Inglis
6c71187540 patch from Robert O'Callahan <robert@ocallahan.org> to fix bug# 102434 2005-07-05 19:52:21 +00:00
Andrew Niefer
e91a9f5de5 fix bug 102732 : NPE in CPPSemantics.getLookupScope modified from Devin's patch 2005-07-05 19:32:19 +00:00
John Camelon
a638aed7e5 Fixed Bug 102016 [Open Type/ Class Browsing] No namespace displayed 2005-07-05 19:21:47 +00:00
Alain Magloire
e2773cd720 Remove useless TODO 2005-07-05 19:20:35 +00:00
Andrew Niefer
d94e967724 Patch from Devin Steffler: fix bug 102258 2005-07-05 19:14:55 +00:00
John Camelon
66495196b7 Patch for Devin Steffler.
Fixed 100248 	[DOM AST] NPE in AbstractGNUSourceCodeParser.calculateEndOffset(..)
2005-07-05 18:52:27 +00:00
John Camelon
3ec82a67ca Patch for Robert O'Callahan (robert@ocallahan.org)
Partial fix for 102602  	pre-#included files aren't built by quick parser
2005-07-05 18:41:09 +00:00
John Camelon
87308501ad Partial fix for 102602 pre-#included files aren't built by quick parser 2005-07-05 18:30:21 +00:00
Bogdan Gheorghe
f04e2ecde3 Clean up for Fix for 101861: NPE in ReferencesSearchGroup which breaks right click in external files 2005-07-05 17:37:24 +00:00
Andrew Niefer
1dfd3e2006 fix bug 102149 : [CCE] caused by simple C++ code 2005-07-05 15:46:52 +00:00
Vladimir Hirsl
23bf7780e8 Fix for 102348: cygpath not found.
Cygpath is asked for translation only if "/..." include paths are discovered on WIN32 platform.
2005-07-05 15:12:10 +00:00
David Inglis
9dc44a1309 fixed NPE 2005-07-05 14:27:39 +00:00
John Camelon
41740da7ba Fixed Bug 102730 - [NPE] in CPPASTAmbiguity#accept(CPPASTAmbiguity) line: 77 when indexing wxWidgets 2005-07-05 14:19:31 +00:00
Leo Treggiari
f4ecd61137 Fix *Dirty to account for new children 2005-07-04 22:51:47 +00:00
John Camelon
7197ddb46d Partial fix for Bug 102182 - [F3] Open Declaration on macro not working in particular project 2005-07-04 21:52:01 +00:00
Mikhail Khodjaiants
b8a6e21b4b Removed the "IBreakpointTarget" interface. 2005-07-04 19:44:06 +00:00
Mikhail Khodjaiants
e4a9c0ca4c Removed the "IBreakpointTarget" interface. 2005-07-04 19:09:06 +00:00
Mikhail Khodjaiants
80afc076a5 Removed the "IBreakpointTarget" interface. 2005-07-04 19:06:05 +00:00
John Camelon
843da7c608 Patch for Devin Steffler.
Fixed Bug 102568 - [Scanner] The Outline view does not show all methods of a class!
2005-07-04 18:38:42 +00:00
John Camelon
a80f774ac0 Patch for Devin Steffler.
Fixed Bug 102429 - Please change Open Declaration / Open Definition key bindings
2005-07-04 16:21:21 +00:00
John Camelon
e8e4b344c0 Avoid NPE in LocationMap. 2005-07-04 15:55:20 +00:00
David Inglis
c67441b4ef 2005-07-04 David Inglis
fix for bug# 101647

	* utils/org/eclipse/cdt/utils/elf/Elf.java
2005-07-04 15:24:53 +00:00
David Inglis
aee9835a95 fixed bug#94981 2005-07-04 15:17:23 +00:00
David Inglis
bcf69885a2 fixed for bug#94831 2005-07-04 14:06:27 +00:00
Chris Recoskie
d4b824ca8c crecoskie July 4, 2005
- applying patch from Jeremiah Lott to allow subclassing of the way the
makefile builder obtains the build info
2005-07-04 14:00:13 +00:00
Leo Treggiari
a9602f87cf Add test for top-level tool-chain 2005-07-03 03:55:29 +00:00
Leo Treggiari
c488f8ca33 Fix for problem with tool-chain defined at top level in manifest 2005-07-02 20:34:48 +00:00
Chris Recoskie
841ba5d06f crecoskie July 1, 2005
- Applying minor patch from Jerimiah Lott to refactor some code into protected methods.  This should allow for better subclassing of the wizard.
2005-07-01 18:53:56 +00:00
Mikhail Khodjaiants
47dfe9b49c Bug 102386: double-clicking on a disassembly line in the disassembly view does not add a breakpoint. 2005-06-30 21:18:33 +00:00
Leo Treggiari
700bf57ccc Fix 100581 - add the .c extension to the project-specific C++ Source File type when converting an old CDT C++ project 2005-06-30 20:00:44 +00:00
Bogdan Gheorghe
0d77c8e7e2 Fix for 97281: [CTags Indexer] requires the project to be closed/opened to work 2005-06-30 16:07:38 +00:00
Alain Magloire
fa4497f2fa 2005-06-29 Alain Magloire
Fix for PR 102174 patch from Johane Woo.
	* utils/org/eclipse/cdt/utils/spawner/EnvironmentReader.java
2005-06-30 02:57:35 +00:00
Alain Magloire
7161893f55 2005-06-29 Alain Magloire
Fix PR 102159: NPE in the referencesSearchGroup: fillcontextMenu.
	* src/org/eclipse/cdt/internal/ui/editor/CEditor.java
	* src/org/eclipse/cdt/internal/ui/search/actions/ReferencesSearchGroup.java
2005-06-30 02:36:00 +00:00
Mikhail Khodjaiants
288e94d28e Bug 41725: I can't set a breakpoint in a function where I used attach source.
Bug 45514: Breakpoints made is assembly view do not show in C view.
2005-06-29 21:15:28 +00:00
Alain Magloire
865d770780 2005-06-29 Alain Magloire
Fix PR 100602
	* mi/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2005-06-29 16:42:20 +00:00
Alain Magloire
14a8034c5b 2005-06-29 Alain Magloire
Patch From Chris Wiebe fix PR 101386
	* utils/org/eclipse/cdt/utils/macho/MachO.java
2005-06-29 16:29:48 +00:00
Bogdan Gheorghe
4c2bd01885 Fix for 94434: [SearchEngine] returns typedef as a definition for C++ 2005-06-29 15:58:51 +00:00
John Camelon
6314ff0d79 Fixed Bug 97967 - [Locations] Problems involving offsets in tu which has ExtendedScannerInfo 2005-06-29 15:55:41 +00:00
Vladimir Hirsl
b6a787a64a Re-fix for PR 102058: Per file discovery + Extended Scanner Info + C Project does not work
Fixing per project scanner config discovery too.
2005-06-29 15:46:44 +00:00
Mikhail Khodjaiants
05422c38fe Removed unused imports. 2005-06-29 05:28:57 +00:00
Vladimir Hirsl
a4b032301a Fix for PR 102058: Per file discovery + Extended Scanner Info + C Project does not work.
Fixed a bug with unitial updating of discovered scanner info.
2005-06-29 05:00:42 +00:00
John Camelon
295e397a5a Patch for Devin Steffler.
Fixed Bug 101287  	'find decl/defn' navigation not working using ctags indexer & no ScannerInfo
2005-06-28 20:35:54 +00:00
Andrew Niefer
d2dce4a297 fix ClassCastExceptions (bug 101872) 2005-06-28 20:33:41 +00:00
Alain Magloire
82427c42a6 2005-06-28 Alain Magloire
Fix PR 94612: addr =<PENDING>
	* mi/org/eclipse/cdt/debug/mi/core/MIFormat.java
2005-06-28 19:49:08 +00:00
Bogdan Gheorghe
e11007b7c0 Added indexed file count to Indexer View Info Dialog 2005-06-28 19:46:40 +00:00
Chris Recoskie
6edaf6ef3c crecoskie June 28, 2005
- fixing Bugzilla 102072 (custom wizard pages are only displayed the first time the wizard is invoked)
2005-06-28 19:32:55 +00:00
Bogdan Gheorghe
2829a3708b Fix for 100656: ArrayIndexOutOfBoundsException in hover 2005-06-28 18:50:11 +00:00
John Camelon
371443e780 Add failing test (commented out). 2005-06-28 18:35:07 +00:00