Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2005-06-17This commit was manufactured by cvs2svn to create tag 'CDT_3_0_M7b'.CDT_3_0_M7bcvs2svn8-434/+0
Sprout from master 2005-06-17 14:28:49 UTC Andrew Niefer <aniefer@ca.ibm.com> 'patch from Devin Steffler for bug 100568' Delete: build/org.eclipse.cdt.make.core.tests/.classpath build/org.eclipse.cdt.make.core.tests/.cvsignore build/org.eclipse.cdt.make.core.tests/.project build/org.eclipse.cdt.make.core.tests/build.properties build/org.eclipse.cdt.make.core.tests/plugin.xml build/org.eclipse.cdt.make.core.tests/src/org/eclipse/cdt/make/builder/tests/StandardBuildTests.java build/org.eclipse.cdt.make.core.tests/src/org/eclipse/cdt/make/core/tests/AutomatedIntegrationSuite.java build/org.eclipse.cdt.make.core.tests/src/org/eclipse/cdt/make/core/tests/MakeTestsPlugin.java
2005-06-17patch from Devin Steffler for bug 100568Andrew Niefer3-84/+37
- also remove references to implementations of IASTName and use interfaces instead
2005-06-17Fix for 95174: [Search Engine][DOM AST Indexer] does not find definition of ↵Vladimir Hirsl4-55/+84
a method.
2005-06-17Fix for 99868Bogdan Gheorghe4-10/+18
2005-06-16further fix for 95556David Inglis1-10/+29
2005-06-16Bug 100471: Signed/Unsigned Integer renderings show '?' for valid memory blocks.Mikhail Khodjaiants2-6/+10
2005-06-16Fix for PR 99433: [Search] Return parms not part of qualification matching. ↵Vladimir Hirsl16-416/+437
Function/methos parameters are now used as a part of search pattern.
2005-06-16Bug 100447: NPE generated when Run To Line in Disassembly view.Mikhail Khodjaiants3-2/+7
2005-06-16Removed.John Camelon4-66/+0
2005-06-16Bug 100445: The endianess of a debug target is reversed.Mikhail Khodjaiants2-1/+5
2005-06-16Fixed Bug 100408 [ProblemBinding] invalid ProblemBinding on (x)*3;John Camelon7-15/+61
2005-06-16Partial fix for bug 79371: Setting breakpoints in the left hand side ruler ↵Mikhail Khodjaiants2-21/+54
of the disassembly view is sluggish.
2005-06-16Removing preferences for markers.John Camelon1-2/+4
2005-06-16update tests that were fixedAndrew Niefer1-9/+5
2005-06-16Fix for NPE in IndexerTypesJob2Bogdan Gheorghe15-95/+81
Patch for Dave Daoust - change Var encoding in index Test refactoring
2005-06-15- implement getConstructors for class templates and their instantiationsAndrew Niefer14-83/+399
- fix bugs 99254, 99258 - fix NPE & ClassCastException
2005-06-15Fix for Bug 100191Bogdan Gheorghe5-4/+61
2005-06-15Fixed hierarchy view.John Camelon2-9/+25
2005-06-15Workarounds to keep get type cache dependent features working.John Camelon13-10/+626
Open Type & Class Browser now work with both CTags & Full Indexing.
2005-06-15Bug 87556: Post-mortem debug fails silently if core file is inaccessible. ↵Mikhail Khodjaiants4-5/+42
Applied patch from Joanne Woo (Monta Vista).
2005-06-15Checked in the patch from Andrew Ferguson that contains some corrections for ↵Mikhail Sennikovsky1-28/+28
the buildDefinitions schema, and added some more schema corrections.
2005-06-15Committed the patch from David Daoust that fixes the string externalization ↵Mikhail Sennikovsky3-3/+3
warnings
2005-06-151.Applied the patch from Bill Hilliard: the tool-settings block is now not ↵Mikhail Sennikovsky3-6/+17
created for the non-build resources 2.Fixed the bug with the incorrect obtaining of the resource configuration for the given resource
2005-06-15The fix for setting/getting the valueHandler Extra Argument from Bala ToratiMikhail Sennikovsky1-5/+8
2005-06-15Added get file id to IQueryResultBogdan Gheorghe1-0/+1
2005-06-15Fix for 93788: CTags indexer should index the include pathBogdan Gheorghe3-5/+97
2005-06-14Bug 98814: NullPointerException and failed to launch debug session for a ↵Mikhail Khodjaiants2-3/+15
project.
2005-06-14Fix for 100064Bogdan Gheorghe1-0/+3
2005-06-14Patch for Dave Daoust: Fixes up the string demangling in IEntryResult + ↵Bogdan Gheorghe4-6/+43
IndexerView
2005-06-14small update to change logging to use the launch plugins plus use its own ↵David Inglis4-7/+70
pixelconverter
2005-06-14fixed bug #99806David Inglis1-1/+1
2005-06-14Externalized string in DiscoveredPathContainerPage.Vladimir Hirsl3-8/+9
Fix for 99275: ScannerInfo UI extension point issue.
2005-06-14NPE FixBogdan Gheorghe1-4/+6
2005-06-14fixed bug # 99899David Inglis1-1/+1
2005-06-14Warnings warnings warnings.John Camelon1-2/+2
2005-06-14added build target job to manual build familyDavid Inglis1-0/+5
2005-06-14fixed bug#94702David Inglis2-13/+68
2005-06-14Added full qualfications to BasicSearchMatchBogdan Gheorghe18-487/+318
Cleaned up some dead search code
2005-06-14crecoskie June 13, 2005Chris Recoskie3-0/+23
- fix for Bugzilla 99483 (NPE in MBS if you have a file with no extension)
2005-06-13Fix for 99536 : Remove Original Source IndexerBogdan Gheorghe58-2448/+1072
Refactored DOM Indexer Fix for 93571 : Indexer causes deadlock in org.eclipse.cdt.ui.tests AutomatedSuite
2005-06-13Temporary fix for bug 77279: The memory view address should not be cleared ↵Mikhail Khodjaiants5-0/+134
on project restart.
2005-06-1395220Andrew Niefer1-5/+8
2005-06-13Fixed up build scripts to allow us to build from a tag while keeping the ↵Doug Schaefer1-1/+1
eclipse plugins used for test on HEAD.
2005-06-13Fixed message identifiers.Mikhail Khodjaiants1-3/+3
2005-06-13bug 98960Andrew Niefer5-36/+73
2005-06-13Add in a notest target.Doug Schaefer1-0/+1
2005-06-13Fixed up build scripts to allow us to build from a tag while keeping the ↵Doug Schaefer1-1/+1
eclipse plugins used for test on HEAD.
2005-06-13Fixed up build scripts to allow us to build from a tag while keeping the ↵Doug Schaefer1-17/+17
eclipse plugins used for test on HEAD.
2005-06-13*** keyword substitution change ***Doug Schaefer0-0/+0
2005-06-13Fixed up build scripts to allow us to build from a tag while keeping the ↵Doug Schaefer1-20/+20
eclipse plugins used for test on HEAD.

Back to the top