Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2010-05-03update version number for changesv201005031606Vivian Kong5-11/+11
2010-05-03Bug 310724 - [LR Parser] Some c/c++ syntax cause content assist hanging, ↵Vivian Kong89-27659/+28288
such as try-catch and do-while
2010-05-03update version number for changesVivian Kong8-8/+8
2010-05-03Bug 310560 - FileSystemUtilityManager cannot handle relative Cygwin/MinGW pathsVivian Kong2-3/+13
2010-04-26Bug 304773 - CDT 5.0.2 setup with Cygwin on Windows 7 does not show up ↵v201004261501Vivian Kong1-6/+6
built-in include paths (backport of bug 218444)
2010-03-15Bug 305391 - encoding change event is not handledv201003151528Mike Kucera6-18/+137
2010-03-10 Bug 305402 - [Accessibility] Path and symbols properties page ↵v201003121429Vivian Kong3-13/+25
(Include/Symbols tab)
2010-03-02Bug 303560 - Includes node does not show in Project Explorer for remote XLC ↵v201003041459Mike Kucera1-8/+4
project
2010-02-19Bug 303065 - support new constructs by the upcoming v11.1 XL C/C++ compiler ↵v201002251145v201002221011Mike Kucera17-2973/+3251
- 5.0 branch
2010-02-18update copyrightv201002181658Vivian Kong1-1/+1
2010-02-17Bug 303065 - support new constructs by the upcoming v11.1 XL C/C++ compiler ↵Mike Kucera1-1/+1
- preference message
2010-02-09update location of eclipse distributionVivian Kong1-1/+1
2010-02-02Bug 301592 - Scanner discovery prefixes C:\cygwin to user-defined include ↵v201002021626Vivian Kong4-24/+77
paths for remote XLC projects
2010-01-28 Bug 301028 - fix 'restore default' button in XLCompilerPropertiesPage for ↵v201001272235Vivian Kong1-3/+11
compiler version - Patch by John Liu
2010-01-27 Bug 300917 - need a new version of XL C/C++ Compiler properties page for ↵Vivian Kong1-72/+87
John Liu
2010-01-20update build scriptv201001211209v201001201406Vivian Kong1-1/+1
2010-01-20update build scriptVivian Kong1-2/+2
2010-01-19update build scriptv201001191710Vivian Kong1-1/+1
2010-01-19update build scriptVivian Kong1-2/+2
2010-01-19 Bug 300085 - [Backport] Separate the persisted version information from ↵Vivian Kong4-24/+51
the version labels for translation in XLC UI
2010-01-19 Bug 279853 - enable copy action in project explorerVivian Kong1-2/+2
2010-01-11Bug 299072 - scanner discovery - remove references to ↵v201001111633Vivian Kong1-2/+2
DefaultXlCScannerInfoCollector and use per file info collector instead
2010-01-07Bug 299072 - scanner discovery - remove references to ↵Vivian Kong1-2/+2
DefaultXlCScannerInfoCollector
2009-12-21Bug 298314 - Scanner Discovery misses some xlC defines because the compiler ↵Mike Kucera1-1/+18
does not export them when instructed
2009-12-08update copyrightMike Kucera1-1/+1
2009-12-07Bug 296881 - remote C/C++ search results not displaying properlyMike Kucera1-1/+5
2009-12-01another fix for Bug 295117 - deadlock in ↵v200912011540Chris Recoskie1-13/+12
CfgDiscoveredPathManager.getDiscoveredInfo() Change PartListenerGroup to use an ILock
2009-12-01rolling back last fix for Bug 295117 - deadlock in ↵Chris Recoskie1-7/+1
CfgDiscoveredPathManager.getDiscoveredInfo()
2009-12-01rolling back last fix for Bug 295117 - deadlock in ↵Chris Recoskie1-7/+7
CfgDiscoveredPathManager.getDiscoveredInfo()
2009-11-30another fix for Bug 295117 - deadlock in ↵v200911301622Chris Recoskie1-1/+7
CfgDiscoveredPathManager.getDiscoveredInfo()
2009-11-30 Bug 296425 - JUnit tests are broken in CDT weekly buildVivian Kong1-0/+5
2009-11-26further changes for Bug 293598 - improve xlc scanner info support and ↵v200911261056Chris Recoskie11-130/+1981
backport v10.1 support
2009-11-26further fixes for Bug 295117 - deadlock in ↵Chris Recoskie3-5/+22
CfgDiscoveredPathManager.getDiscoveredInfo()
2009-11-26partial fix for Bug 288545 - [Scanner Discovery] Runs way too oftenChris Recoskie1-2/+2
2009-11-25 Bug 296052 - Fix default compiler path for xlc compilers (patch from Tim ↵v200911251023Vivian Kong1-2/+2
Burrell)
2009-11-19update copyright yearv200911191627v200911191132Vivian Kong1-1/+1
2009-11-18Bug 261287 - Includes Grouping can get confused - backport to 5.0 streamMike Kucera1-1/+16
2009-11-16Bug 295194 - [C99 Parser] class cast exception when parsing KnR syntaxv200911161214Mike Kucera1-3/+3
2009-11-13 Bug 295117 - deadlock in CfgDiscoveredPathManager.getDiscoveredInfo()Chris Recoskie1-13/+40
2009-11-13update copyrightVivian Kong1-1/+1
2009-11-12 fix for Bug 294994 - scanner discovery improperly persists include paths ↵v200911121315Chris Recoskie1-2/+26
from EFS projects
2009-11-10organize importsChris Recoskie1-8/+1
2009-10-28 Bug 293598 - improve xlc scanner info support and backport v10.1 support - ↵v200910281641Vivian Kong3-4/+4
update feature version
2009-10-28remote scanner config supportChris Recoskie12-359/+635
2009-10-28backport v10.1 support, reorganize/improve scanner info supportChris Recoskie8-250/+1479
2009-10-28allow better subclassing of PerFileSICollectorChris Recoskie1-41/+41
2009-10-28update site.xml to reflect correct feature versionsVivian Kong1-10/+10
2009-10-27 Bug 293385 - Log standalone indexer progress using IParserLogService ↵v200910271314Vivian Kong4-12/+38
instead of stdout
2009-10-27 Bug 293383 - Add trace() to PDOMWriterVivian Kong2-6/+11
2009-10-26bug 293097 - update UPC parser in 5.0 branchv200910261035Vivian Kong1-1/+1

Back to the top