Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/core
AgeCommit message (Expand)AuthorFilesLines
2006-02-10.options included in binary build.Norbert Plött2-2/+4
2006-02-10PDOM - start of new search actions off of the Index View.Doug Schaefer16-100/+887
2006-02-09Fix #2 for bug 117701 : Backtrack exceptions in GNU parsersOleg Krasilnikov3-246/+241
2006-02-04bug 98171: implement some get* methods on CPPClassTemplateAndrew Niefer1-12/+112
2006-02-03bug 126058: better handling of problem on the namespace aliasAndrew Niefer2-1/+26
2006-02-02Turned off a test that was hanging on my machine. It was passing on the build...Doug Schaefer1-1/+3
2006-02-02PDOM - Added Handling for C++ namespaces.Doug Schaefer8-8/+346
2006-02-02Added documentation comments for the schema of ProposalFilter extension point.Norbert Plött1-9/+21
2006-01-30Bug 125576 - PDOM wouldn't turn off.Doug Schaefer3-19/+25
2006-01-26Bug 102043: Console Output Does Not Appear When Launching An Application.Mikhail Khodjaiants2-0/+14
2006-01-24PDOM - Add option to skip parsing of there is no build information.Doug Schaefer4-1/+12
2006-01-24Made the PDOMUpdator show the whole path to the TU.Doug Schaefer1-3/+3
2006-01-24PDOM - Stoped the PDOMUpdator from running on projects that don't have it tur...Doug Schaefer5-11/+46
2006-01-20PDOM - Fix NPE.Doug Schaefer1-1/+1
2006-01-20PDOM - Fixed some NPE's and PDOMNotImplemented errors to plow through Mozilla...Doug Schaefer8-35/+50
2006-01-19PDOM - Some minor fixes to get by PDOMNotImplemented errors while indexing re...Doug Schaefer5-8/+24
2006-01-18Fixed up handling of header files to check the nature of the project.Doug Schaefer2-1/+9
2006-01-18PDOM - Extended resolveBinding and openDeclaration to C.Doug Schaefer4-57/+91
2006-01-18Fixed build for jar'd pluginsDavid Inglis12-34/+23
2006-01-18PDOM - Hooked up resolveBinding and OpenDeclarations.Doug Schaefer16-74/+284
2006-01-18Bug 104792 - Content proposal filtering feature.Doug Schaefer3-0/+30
2006-01-18Bug 104792 - Content proposal filtering feature.Doug Schaefer13-44/+594
2006-01-16Patch for Bug 117847: CTags indexer cannot process linked source foldersBogdan Gheorghe1-13/+52
2006-01-16Fixed errors that come from the preprocessor that have file:line:column format.Doug Schaefer1-280/+1
2006-01-13Skip out of updator earlier when there is nothing to do.Doug Schaefer1-5/+5
2006-01-13Skip out of updator earlier when there is nothing to do.Doug Schaefer1-1/+1
2006-01-13Turn off use of the PDOM for open declarations, for now...Doug Schaefer1-2/+2
2006-01-11Fixed NPE.Doug Schaefer1-0/+3
2006-01-11Better messages for PDOMUpdator progress.Doug Schaefer1-6/+25
2006-01-11Added C++ Methods to PDOM.Doug Schaefer2-2/+129
2006-01-11Fixed an NPE in the IndexingJob. Fixed support for multiple languages in a pr...Doug Schaefer6-79/+258
2006-01-10Fix NPE found in the tests.Doug Schaefer1-1/+1
2006-01-09Eliminating use of the adapter in IBinding. I'm not sure that was the right c...Doug Schaefer3-14/+19
2006-01-09PDOM - Started adding elements for C. Fixed index view so that it updates, de...Doug Schaefer10-63/+538
2006-01-08Fix compile error. Looks like Java 1.5 auto converts between Integer and int....Doug Schaefer2-2/+7
2006-01-06Bug 32025 (the second oldest CDT bug :) - the gcc error parser now skips over...Doug Schaefer2-16/+21
2006-01-06Fixes a number of Error Parser bugs where false build errors were being repor...Doug Schaefer6-139/+283
2006-01-06Fixed NPEs that occured because CShiftData didn't capture the element. It now...Doug Schaefer4-24/+46
2006-01-04Bug 118887 - New Class wizard was allowing the project as a source folder, ev...Doug Schaefer1-3/+0
2006-01-04Bug 122472 - Turned off the problem annotation by default. There have been to...Doug Schaefer1-2/+4
2006-01-04Bug 113518 - Patch to improve performance of CModel at reconcile time.Doug Schaefer8-7/+325
2006-01-03Trying out the .qualifier version for builds.Doug Schaefer14-14/+14
2005-12-24Added skipping of problem bindings. More stuff shows up now. Still don't know...Doug Schaefer2-19/+18
2005-12-23Fixed the binding type bug that prevented incremental indexing from getting h...Doug Schaefer7-21/+85
2005-12-21Pretty massive update to the PDOM. Made IBindings adaptable. Introducing the ...Doug Schaefer70-375/+1653
2005-12-09Added decl/def/ref differentiation to PDOM Names, hooking them up correctly t...Doug Schaefer4-21/+125
2005-12-02Fixed NPE that occured during automated test suite.Doug Schaefer1-0/+3
2005-12-02Patch for Oleg Krasilnikov (oleg.krasilnikov@intel.com).John Camelon2-53/+95
2005-12-02Got rid of the static project references in our .project files. PDE takes car...Doug Schaefer5-10/+1
2005-12-02Cleaned up the implementation of strings in the database. I now store the len...Doug Schaefer10-249/+138

Back to the top