Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2007-05-14fixes for 186787 and 186789, from Jason MontojoChris Recoskie3-5/+12
2007-01-15Upversion plugins to 3.1.2. Also locked down the Eclipse test plugin.Doug Schaefer1-1/+1
2006-12-15Apply patch for __declspec support from Ed Swartz (bugzilla 158192)Andrew Ferguson1-1/+62
2006-11-06Bug 161609 - more testcases for PDOM/indexVivian Kong2-0/+21
2006-09-26PR 158745 - Put in a backup plan in case the memory map operation fails for P...Doug Schaefer1-14/+7
2006-09-22Bug 157992 - Fixed up the PDOM tests to be more deterministic.Doug Schaefer6-25/+49
2006-09-15Upversion the plugins to 3.1.1.Doug Schaefer1-1/+1
2006-09-06bug 156137 - Expression Evaluator does not handle %Andrew Niefer1-0/+11
2006-09-05Bug 147908 - Added the test case from this bug report to test allIncludedBy.Doug Schaefer12-0/+140
2006-09-01Bug 72741 - Added cancel to the PDOM walking part of the search feature.Doug Schaefer3-8/+11
2006-08-22Implemented Search for qualified names. Removed the ctags PDOM indexer which ...Doug Schaefer2-0/+37
2006-08-02Fix offset on Linux.Doug Schaefer1-1/+1
2006-08-02Bug 145220 - Support for nested classes in PDOM.Doug Schaefer2-0/+38
2006-07-21Added the TypesTest to the PDOMTests and fixed an offset there.Doug Schaefer2-1/+2
2006-07-21Bug 145351 - Added typedefs to PDOM.Doug Schaefer4-0/+115
2006-07-19Add Class tests to PDOM Test suite.Doug Schaefer1-0/+1
2006-07-18PDOM - Added base classes.Doug Schaefer2-0/+64
2006-07-14Fixed PDOM Enum tests on Linux.Doug Schaefer1-1/+1
2006-07-14Added C++ enums now too.Doug Schaefer5-22/+67
2006-07-14Added PDOM for C tests to suite.Doug Schaefer2-0/+34
2006-07-13PDOM - added enums in C. Started test suite for PDOM as well.Doug Schaefer3-0/+185
2006-06-23Updated copyright dates to reflect latest in CVS.Doug Schaefer9-9/+9
2006-06-23Update Copyright dates and fix those that had no copyrights.Doug Schaefer41-40/+80
2006-06-14update copyrightsChris Recoskie38-39/+39
2006-06-12Fix for bug 126136 - Out of memory error on recursive macroJohn Camelon1-4/+12
2006-06-03Applied John C's patch to fix 143502 which addresses a hang when C++ code is ...Doug Schaefer1-0/+46
2006-05-26Bug 134310 - Fix the GCC error parser which was really slow on long command l...Doug Schaefer3-18/+12
2006-05-24Bug 141819 - Fix providers for some of the plugins.Doug Schaefer1-0/+1
2006-05-24Updated the about.html files.Doug Schaefer1-15/+17
2006-05-18Two major PDOM changes. First, the PDOM is now per workspace. Indexers remain...Doug Schaefer2-7/+7
2006-04-28Changed the way Strings are stored in the PDOM to support strings larger than...Doug Schaefer1-11/+15
2006-04-25Hooked up the ctags preferences/property page. Optimized the use of Strings a...Doug Schaefer1-1/+2
2006-04-22PDOM - Added file inclusions to index. Started the Full Indexer. Change the v...Doug Schaefer1-1/+1
2006-04-20Fix 137821, header files were returning true as valid source unit names. This...Doug Schaefer1-163/+185
2006-04-20Started dealing with version mismatches in the PDOM. When the versions mismat...Doug Schaefer1-4/+5
2006-04-12Remove the removed source folders from the build.properties file.Doug Schaefer1-2/+0
2006-04-12Testing the scalability of the Commit Files dialog. No really, I've removed t...Doug Schaefer20-4893/+11
2006-04-03Make the Windows registry code a little more robust.Doug Schaefer1-0/+12
2006-04-03Windows registry access utility.Doug Schaefer2-0/+26
2006-03-31update error parser junits to read a set of files with output to feed parserDavid Inglis6-161/+662
2006-03-30Integrated indexing into PDOM. Also change the names of a couple of things, s...Doug Schaefer3-10/+10
2006-03-10Bug #69078: C/C++ indexer too slow.Oleg Krasilnikov1-0/+244
2006-02-02Turned off a test that was hanging on my machine. It was passing on the build...Doug Schaefer1-1/+3
2006-01-18Fixed build for jar'd pluginsDavid Inglis1-1/+1
2006-01-03Trying out the .qualifier version for builds.Doug Schaefer1-1/+1
2005-12-02Got rid of the static project references in our .project files. PDE takes car...Doug Schaefer1-4/+0
2005-12-02Cleaned up the implementation of strings in the database. I now store the len...Doug Schaefer1-7/+17
2005-11-28Working on getting language and type info into the bindings. Fixed up the nam...Doug Schaefer1-3/+3
2005-11-26Final removal of the pdom plugin, the PDOMCorePlugin class. Moved everything ...Doug Schaefer1-2/+2
2005-11-25Moved the PDOM into the Core. Started introduction of ILanguage, the mechanis...Doug Schaefer1-0/+145

Back to the top