Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2012-03-22bug 71511: Fixed scanner discovery for minGWAndrew Gvozdev2-0/+10
Trim line by scanner discovery console parsers
2012-01-28bug 290631: Caching of ICSettingEntry objects in CDataUtil.Andrew Gvozdev1-3/+3
2012-01-27@Override annotations and other cleanupAndrew Gvozdev9-222/+260
2011-07-21Bug 352758 - Update some private fields in some scanner parsers toJohn Liu1-5/+5
protected Change-Id: Iea5c586088fa8045e9eb43dff7d43909c0181bd8
2011-01-28Bug 335512 - Update XLC scanning discovery parser and marcos and include ↵Vivian Kong3-7/+19
path import XML utility accessible scope (for John Liu)
2010-07-21bug 319512: compilation warningsAndrew Gvozdev1-9/+7
2010-06-02Bug 315439 Fix up copyrightVivian Kong1-0/+10
2010-06-02Bug 315117 - xlc scanner discovery scheduling rule issueChris Recoskie1-1/+1
2010-05-25further changes for Bug 291815 - Add an extension point to allow utilities ↵Chris Recoskie1-2/+2
for virtual EFS filesystems
2010-05-20fix for 313531 (xlc scanner discovery per file build output parser doesn't ↵Chris Recoskie2-12/+87
recognize automake format)
2010-05-11- Merged changes from cdt_5_0 to HEAD. Too many to mention individually.Chris Recoskie11-11/+3303
- Reworked IFileSystem utility so that now it is noimplement/noextend. Clients should now extend from concrete class FileSystemUtility instead to better insulate them from future API changes. - Reworked the resulting concurrency fixes - indexing and scanner discovery now synchronize on the project root as a scheduling rule. Original HEAD behaviour was to synch on the project's .settings folder for indexing, but that deadlocked with scanner discovery. - Fixed remote indexing. Changes on HEAD that deprecated CodeReader broke the ability for remote translation units to provide the path to load the file content from. Added API to ITranslationUnit for this purpose.
2008-01-28RESOLVED - bug 193605: need scanner config support for XL compiler toolchainsChris Recoskie2-2/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=193605
2008-01-22fix copyrightsChris Recoskie3-18/+15
2008-01-21Initial commit. Patch from Leonardo Garcia (IBM)Chris Recoskie3-0/+224

    Back to the top