Skip to main content
summaryrefslogtreecommitdiffstats
path: root/xlc
AgeCommit message (Collapse)AuthorFilesLines
2011-03-08Bug 337937 - CopyLocation for copied AST-Node. Fix UPC and XLC compile errorsMarc-Andre Laperle2-4/+20
2011-02-25Change update site URL to indigoVivian Kong2-2/+2
2011-02-07Bug 328867 patch by John Liu, update plugin/feature versionsVivian Kong2-2/+3
2011-01-31Bug 321692 Remove dependencies to plugins from features - SDK features ↵Vivian Kong1-0/+4
should include its base feature
2011-01-28Bug 335512 - Update XLC scanning discovery parser and marcos and include ↵Vivian Kong4-8/+20
path import XML utility accessible scope (for John Liu)
2010-11-23bug 330941: Xlc error parser can't figure out that file name is in quotesAndrew Gvozdev1-2/+2
2010-11-23bug 330941: Xlc error parser can't figure out that file name is in quotesAndrew Gvozdev3-13/+26
2010-09-30bug 323445: Generate cross linked message for redeclaration xlc errorAndrew Gvozdev1-5/+5
2010-09-30bug 323445: Generate cross linked message for redeclaration xlc errorAndrew Gvozdev1-1/+1
2010-09-24bug 323445: Generate cross linked message for redeclaration xlc errorAndrew Gvozdev4-0/+51
2010-09-20Bug 321692: Remove dependencies to plugins from featuresMarc Khouzam2-30/+0
2010-08-09Bug 315826 Update LR Parser for the template arguments rules - patch by ↵Vivian Kong4-3489/+4219
John Liu
2010-07-28bug 321160: Confusing message about redefined macro from xlc error parserAndrew Gvozdev19-90/+115
2010-07-28bug 321160: reformattedAndrew Gvozdev1-67/+11
2010-07-21bug 319512: compilation warningsAndrew Gvozdev1-9/+7
2010-06-14Missing about.html files in various source plugins.Doug Schaefer1-0/+1
2010-06-14Add missing about.html files.Doug Schaefer1-1/+2
2010-06-06Bug 315895 - Names and descriptions of CDT features are confusing.Sergey Prigogin2-2/+2
2010-06-04Prettier 32x32 icon.Doug Schaefer2-0/+0
2010-06-03forgot to put the png into the build.properties. No wonder it didn't show up :PDoug Schaefer2-2/+2
2010-06-03Bug 315435 Fix the regression test failures in cdt70 - for John LiuVivian Kong7-116/+0
2010-06-03Bug 315645 - fix unmerged xlc/xlupc toolchainsChris Recoskie4-55/+135
2010-06-03Bug 315435 Fix the regression test failures in cdt70Vivian Kong8-6/+127
2010-06-03New CDT Icon.Doug Schaefer6-2/+2
2010-06-03Bug 315439 Fix up copyrightVivian Kong7-7/+7
2010-06-02Bug 315439 Fix up copyrightVivian Kong1-0/+10
2010-06-02Bug 315439 Fix up copyrightVivian Kong1-1/+1
2010-06-02Bug 315435 Fix the regression test failures in cdt70Vivian Kong4-23/+20
2010-06-02Bug 315439 Fix up copyrightVivian Kong3-3/+3
2010-06-02Bug 315117 - xlc scanner discovery scheduling rule issueChris Recoskie2-2/+4
2010-05-31update copyright in about and update provider infoVivian Kong2-2/+2
2010-05-31fix copyrightVivian Kong3-9/+9
2010-05-31Bug 306627 - Fix license inconsistenciesVivian Kong6-183/+357
2010-05-31 Bug 314212 - CDT Feature copyright dates are outdatedVivian Kong3-3/+3
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-12Bug 312658 - Some c/c++ syntax cause content assist hanging, such as ↵Vivian Kong12-4215/+4293
try-catch and do-while(head stream) - fix by John Liu
2010-05-11- Merged changes from cdt_5_0 to HEAD. Too many to mention individually.Chris Recoskie17-265/+3373
- 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.
2010-04-28Bug 306627 - Fix license inconsistenciesVivian Kong1-42/+38
2010-04-26mark non-translatable strings as non-translatable in properties fileVivian Kong1-1/+2
2010-04-14Bug 306627 - Fix license inconsistenciesVivian Kong2-84/+76
2010-04-07bug 308322: Converted to RegexErrorParserAndrew Gvozdev7-218/+109
2010-04-07bug 308322: [Error Parser] XlcErrorParser shouldn't keep leading spaces in ↵Andrew Gvozdev13-26/+26
error description
2010-03-16Bug 303065 - support new constructs by the upcoming v11.1 XL C/C++ compilerMike Kucera14-3014/+3148
2010-02-26Bug 303481 - change update site for heliosVivian Kong2-2/+2
2010-02-01externalize strings in plugin.xml in various pluginsVivian Kong5-5/+14
2010-01-28 Bug 301028 - fix 'restore default' button in XLCompilerPropertiesPage for ↵Vivian 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-19 Bug 300011 - NPE in XLCompilerPropertiesPageVivian Kong2-8/+12
2009-11-25 Bug 296052 - Fix default compiler path for xlc compilers (patch from Tim ↵Vivian Kong1-1/+1
Burrell)

Back to the top