Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/xlc
AgeCommit message (Collapse)AuthorFilesLines
2008-01-24Fixing scanner discovery to be per-languageChris Recoskie3-18/+51
2008-01-23fixing incorrect scanner info parser and fixing a misnamed packageChris Recoskie1-1/+1
2008-01-23Fix to invoke C++ compiler and to use compiler path from project preferencesChris Recoskie1-1/+1
2008-01-23Some fixes to profile name and IDChris Recoskie1-6/+6
2008-01-23This commit was manufactured by cvs2svn to create branch 'cdt_4_0'.cvs2svn21-0/+1013
Cherrypick from master 2008-01-23 15:06:17 UTC Chris Recoskie <recoskie@ca.ibm.com> 'Some fixes to profile name and ID': xlc/org.eclipse.cdt.make.xlc.core/.classpath xlc/org.eclipse.cdt.make.xlc.core/.project xlc/org.eclipse.cdt.make.xlc.core/.settings/org.eclipse.jdt.core.prefs xlc/org.eclipse.cdt.make.xlc.core/.settings/org.eclipse.jdt.ui.prefs xlc/org.eclipse.cdt.make.xlc.core/META-INF/MANIFEST.MF xlc/org.eclipse.cdt.make.xlc.core/about.html xlc/org.eclipse.cdt.make.xlc.core/build.properties xlc/org.eclipse.cdt.make.xlc.core/plugin.properties xlc/org.eclipse.cdt.make.xlc.core/src/org/eclipse/cdt/make/xlc/core/scannerconfig/DefaultXlCScannerInfoCollector.java xlc/org.eclipse.cdt.make.xlc.core/src/org/eclipse/cdt/make/xlc/core/scannerconfig/XlCSpecsRunSIProvider.java xlc/org.eclipse.cdt.make.xlc.core/src/org/eclipse/cdt/make/xlc/core/scannerconfig/xl/XlCSpecsConsoleParser.java xlc/org.eclipse.cdt.managedbuilder.xlc.core/.classpath xlc/org.eclipse.cdt.managedbuilder.xlc.core/.project xlc/org.eclipse.cdt.managedbuilder.xlc.core/.settings/org.eclipse.jdt.core.prefs xlc/org.eclipse.cdt.managedbuilder.xlc.core/.settings/org.eclipse.jdt.ui.prefs xlc/org.eclipse.cdt.managedbuilder.xlc.core/META-INF/MANIFEST.MF xlc/org.eclipse.cdt.managedbuilder.xlc.core/about.html xlc/org.eclipse.cdt.managedbuilder.xlc.core/build.properties xlc/org.eclipse.cdt.managedbuilder.xlc.core/plugin.properties xlc/org.eclipse.cdt.managedbuilder.xlc.core/plugin.xml xlc/org.eclipse.cdt.managedbuilder.xlc.core/src/org/eclipse/cdt/managedbuilder/xlc/core/XLCCorePlugin.java
2008-01-21Initial commit of XL C/C++ scanner discovery support. Patch by Leonardo Garcia.Chris Recoskie1-0/+6
2007-12-07upversion features to 4.0.3Vivian Kong1-1/+1
2007-11-09Fix compile error.Doug Schaefer1-1/+1
2007-10-26upversion features to 4.0.2Vivian Kong1-1/+1
2007-09-30fix for 201588 xlC feature missing from cdt-master (via software updates UI)Chris Recoskie1-1/+4
2007-09-27fix for 201588 xlC feature mssing from cdt-master (via software updates UI)Chris Recoskie1-1/+1
2007-09-20RESOLVED - bug 201296: add support for XL C/C++ v9.0Chris Recoskie17-132/+1674
https://bugs.eclipse.org/bugs/show_bug.cgi?id=201296
2007-06-26RESOLVED - bug 194425: Feature descriptions not quite right for XLCChris Recoskie1-1/+1
https://bugs.eclipse.org/bugs/show_bug.cgi?id=194425
2007-06-25RESOLVED - bug 191521: New and Noteworthy for 4.0Chris Recoskie1-2/+2
https://bugs.eclipse.org/bugs/show_bug.cgi?id=191521 Change to the xlc feature text and doc to match. Also some more N&N text from Beth Tibbits.
2007-06-20Fix up feature dependencies.Doug Schaefer1-1/+0
2007-06-20adding built-in macros and includes to xlc toolchainChris Recoskie1-0/+28
2007-06-20fix some typos in the xlc pluginChris Recoskie1-31/+31
2007-06-18setting library path option to be of the libPaths type like it should beChris Recoskie1-1/+1
2007-06-18Fix up plugin and feature names and stuff.Doug Schaefer1-1/+1
2007-06-18NEW - bug 192972: About information missing from c99, upc, and xlc featuresChris Recoskie5-1/+63
https://bugs.eclipse.org/bugs/show_bug.cgi?id=192972
2007-06-13Numerous changes to the xlc plugin. The option for inlines wasn't working ↵Chris Recoskie2-71/+60
right. Added browseTypes to a couple of options. Made -qhalt an enumerated option.
2007-06-08Fix for 191761 (xlc release config doesn't have optimization set)Chris Recoskie1-15/+14
Also fixing some issues with the arch names... it seems the trademark character doesn't show up right on AIX so I'm just using (TM) instead
2007-06-07fix for 191485 to get the xlc plugin working right in the buildChris Recoskie1-1/+4
2007-05-29Bug 189539 - Fix dates on about.html files to reflect projected release date.Doug Schaefer1-1/+1
2007-04-27adding xlc, c99, and upc to the buildChris Recoskie1-2/+10
2007-04-27miscellaneous fixes to xlc integrationChris Recoskie2-67/+39
2007-04-27initial xlc integrationChris Recoskie11-0/+3429
2006-12-18Get ready for Windows feature builds.Doug Schaefer3-0/+408
2006-12-18Adding bin to cvsignore.Doug Schaefer2-0/+2
2006-09-08fixing build.propertiesChris Recoskie1-1/+2
2006-09-08add update imageChris Recoskie2-1/+2
2006-09-08fix build propertiesChris Recoskie1-1/+4
2006-09-07fix URLChris Recoskie1-1/+1
2006-09-07fix license infoChris Recoskie1-3/+3
2006-08-31minor changes to plugin namesChris Recoskie2-4/+4
2006-08-31Update to xlC feature prior to placement on CDT's Callisto update siteChris Recoskie2-2/+2
2006-07-31add copyright headerChris Recoskie1-0/+15
2006-07-25initial commit of xlC featureChris Recoskie6-0/+616
2006-07-24initial commit of xlC error parserChris Recoskie25-0/+920

    Back to the top