Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-07-05Fix for 102709: Conversion to LONG_NAME/SHORT_NAME in ↵Vladimir Hirsl2-18/+37
GCCPerFileBOPConsoleParser causes problems. Conversion to a generic command line now excludes -include and -imacros options.
2005-07-05patch from Robert O'Callahan <robert@ocallahan.org> to fix bug# 102434David Inglis4-74/+87
2005-07-05fix bug 102732 : NPE in CPPSemantics.getLookupScope modified from Devin's patchAndrew Niefer1-1/+6
2005-07-05Fixed Bug 102016 [Open Type/ Class Browsing] No namespace displayedJohn Camelon1-2/+2
2005-07-05Remove useless TODOAlain Magloire1-4/+1
2005-07-05Patch from Devin Steffler: fix bug 102258Andrew Niefer2-2/+34
2005-07-05Patch for Devin Steffler.John Camelon2-6/+23
Fixed 100248 [DOM AST] NPE in AbstractGNUSourceCodeParser.calculateEndOffset(..)
2005-07-05Patch for Robert O'Callahan (robert@ocallahan.org)John Camelon2-6/+19
Partial fix for 102602 pre-#included files aren't built by quick parser
2005-07-05Partial fix for 102602 pre-#included files aren't built by quick parserJohn Camelon1-1/+1
2005-07-05Clean up for Fix for 101861: NPE in ReferencesSearchGroup which breaks right ↵Bogdan Gheorghe1-7/+1
click in external files
2005-07-05fix bug 102149 : [CCE] caused by simple C++ codeAndrew Niefer1-2/+13
2005-07-05Fix for 102348: cygpath not found.Vladimir Hirsl1-0/+15
Cygpath is asked for translation only if "/..." include paths are discovered on WIN32 platform.
2005-07-05fixed NPEDavid Inglis1-7/+9
2005-07-05Fixed Bug 102730 - [NPE] in CPPASTAmbiguity#accept(CPPASTAmbiguity) line: 77 ↵John Camelon2-6/+12
when indexing wxWidgets
2005-07-04Fix *Dirty to account for new childrenLeo Treggiari2-0/+40
2005-07-04Partial fix for Bug 102182 - [F3] Open Declaration on macro not working in ↵John Camelon4-9/+18
particular project
2005-07-04Removed the "IBreakpointTarget" interface.Mikhail Khodjaiants1-2/+1
2005-07-04Removed the "IBreakpointTarget" interface.Mikhail Khodjaiants2-6/+3
2005-07-04Removed the "IBreakpointTarget" interface.Mikhail Khodjaiants5-43/+19
2005-07-04Patch for Devin Steffler.John Camelon2-1/+25
Fixed Bug 102568 - [Scanner] The Outline view does not show all methods of a class!
2005-07-04Patch for Devin Steffler.John Camelon10-271/+271
Fixed Bug 102429 - Please change Open Declaration / Open Definition key bindings
2005-07-04Avoid NPE in LocationMap.John Camelon1-0/+2
2005-07-042005-07-04 David InglisDavid Inglis2-1/+6
fix for bug# 101647 * utils/org/eclipse/cdt/utils/elf/Elf.java
2005-07-04fixed bug#94981David Inglis3-19/+48
2005-07-04fixed for bug#94831David Inglis6-41/+81
2005-07-04crecoskie July 4, 2005Chris Recoskie1-2/+13
- applying patch from Jeremiah Lott to allow subclassing of the way the makefile builder obtains the build info
2005-07-03Add test for top-level tool-chainLeo Treggiari2-6/+169
2005-07-02Fix for problem with tool-chain defined at top level in manifestLeo Treggiari2-6/+8
2005-07-01crecoskie July 1, 2005Chris Recoskie1-6/+15
- Applying minor patch from Jerimiah Lott to refactor some code into protected methods. This should allow for better subclassing of the wizard.
2005-06-30Bug 102386: double-clicking on a disassembly line in the disassembly view ↵Mikhail Khodjaiants2-5/+11
does not add a breakpoint.
2005-06-30Fix 100581 - add the .c extension to the project-specific C++ Source File ↵Leo Treggiari13-110/+244
type when converting an old CDT C++ project
2005-06-30Fix for 97281: [CTags Indexer] requires the project to be closed/opened to workBogdan Gheorghe2-14/+16
2005-06-302005-06-29 Alain MagloireAlain Magloire2-8/+37
Fix for PR 102174 patch from Johane Woo. * utils/org/eclipse/cdt/utils/spawner/EnvironmentReader.java
2005-06-302005-06-29 Alain MagloireAlain Magloire3-5/+28
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-29Bug 41725: I can't set a breakpoint in a function where I used attach source.Mikhail Khodjaiants15-56/+402
Bug 45514: Breakpoints made is assembly view do not show in C view.
2005-06-292005-06-29 Alain MagloireAlain Magloire2-0/+5
Fix PR 100602 * mi/org/eclipse/cdt/debug/mi/core/GDBTypeParser.java
2005-06-292005-06-29 Alain MagloireAlain Magloire2-0/+16
Patch From Chris Wiebe fix PR 101386 * utils/org/eclipse/cdt/utils/macho/MachO.java
2005-06-29Fix for 94434: [SearchEngine] returns typedef as a definition for C++Bogdan Gheorghe2-2/+3
2005-06-29Fixed Bug 97967 - [Locations] Problems involving offsets in tu which has ↵John Camelon3-117/+147
ExtendedScannerInfo
2005-06-29Re-fix for PR 102058: Per file discovery + Extended Scanner Info + C Project ↵Vladimir Hirsl2-2/+6
does not work Fixing per project scanner config discovery too.
2005-06-29Removed unused imports.Mikhail Khodjaiants2-4/+7
2005-06-29Fix for PR 102058: Per file discovery + Extended Scanner Info + C Project ↵Vladimir Hirsl2-7/+6
does not work. Fixed a bug with unitial updating of discovered scanner info.
2005-06-28Patch for Devin Steffler.John Camelon9-39/+202
Fixed Bug 101287 'find decl/defn' navigation not working using ctags indexer & no ScannerInfo
2005-06-28fix ClassCastExceptions (bug 101872)Andrew Niefer3-11/+16
2005-06-282005-06-28 Alain MagloireAlain Magloire2-1/+11
Fix PR 94612: addr =<PENDING> * mi/org/eclipse/cdt/debug/mi/core/MIFormat.java
2005-06-28Added indexed file count to Indexer View Info DialogBogdan Gheorghe2-2/+14
2005-06-28crecoskie June 28, 2005Chris Recoskie1-19/+2
- fixing Bugzilla 102072 (custom wizard pages are only displayed the first time the wizard is invoked)
2005-06-28Fix for 100656: ArrayIndexOutOfBoundsException in hoverBogdan Gheorghe1-1/+19
2005-06-28Add failing test (commented out).John Camelon1-0/+34
2005-06-28fix bug 90609 : lookup of names used in friend declarationAndrew Niefer4-37/+119

Back to the top