Skip to main content
summaryrefslogtreecommitdiffstats
path: root/xlc
AgeCommit message (Collapse)AuthorFilesLines
2013-11-26Bug 421247 - ASTNode.copy() chaining inconsistentSergey Prigogin2-9/+7
Change-Id: I89397209ae6a47b5a3a0827942b83a6755bc60e0 Reviewed-on: https://git.eclipse.org/r/18874 Tested-by: Hudson CI Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-10-24bug 420287: CDT features are scattered around in update managerAndrew Gvozdev4-4/+4
2013-09-08bug 416628: "Export" of entries of language settings providers to ↵Andrew Gvozdev1-6/+6
referencing projects - added provider to do that
2013-08-27Fixed parent pom version to referenceAndrew Gvozdev8-8/+8
2013-08-23Bumped up feature version to 8.3.Sergey Prigogin6-9/+9
2013-07-24bug 404913: Dialect category and options for language standards for GCC ↵Andrew Gvozdev1-1/+1
toolchain
2013-05-13bug 407696: Include paths remain uninitialized and code does not compile ↵Andrew Gvozdev1-1/+1
when creating new C or C++ projects
2013-04-17Bug 228434 - Concurrent Modification Exception soon after loadingChris Recoskie2-6/+8
Eclipse in PerFileSICollector Change-Id: Ibcf6ae16cba60352dd5402915aee2624206a11c4 Reviewed-on: https://git.eclipse.org/r/11995 Reviewed-by: Andrew Gvozdev <angvoz.dev@gmail.com> IP-Clean: Andrew Gvozdev <angvoz.dev@gmail.com> Tested-by: Andrew Gvozdev <angvoz.dev@gmail.com>
2013-03-21Bug 349248: Fix even more user-visible CDT refsJesse Weinstein1-1/+1
Change-Id: If212f90e96dc9f90456239ca6f7b8f319caf977e Reviewed-on: https://git.eclipse.org/r/11372 Reviewed-by: Sergey Prigogin <eclipse.sprigogin@gmail.com> IP-Clean: Sergey Prigogin <eclipse.sprigogin@gmail.com> Tested-by: Sergey Prigogin <eclipse.sprigogin@gmail.com>
2013-01-21bug 398681: CDT does not understand some of xlC diagnostic messagesAndrew Gvozdev9-0/+255
2013-01-21bug 398681: Cosmetics - Renamed a few of testsAndrew Gvozdev10-29/+29
2013-01-10Externalized a label.Sergey Prigogin1-1/+1
2012-11-09Bug 379474 - remote C/C++ project with XL toolchain generates a parseDavid Salinas4-7/+42
error in stdio.h, preventing proper AST gen and Indexing
2012-10-17Bug 391390 : Updatesite url is indigomhussein3-12/+0
Removed all update site urls from all feature.xml files based on Martin's suggestion in http://dev.eclipse.org/mhonarc/lists/cdt-dev/msg25067.html that refers to https://bugs.eclipse.org/bugs/show_bug.cgi?id=380633 Change-Id: Idb326ff9f1d8187088345d91d2d0c7c98c227d9e Reviewed-on: https://git.eclipse.org/r/8092 Reviewed-by: Marc Khouzam <marc.khouzam@ericsson.com> IP-Clean: Marc Khouzam <marc.khouzam@ericsson.com> Tested-by: Marc Khouzam <marc.khouzam@ericsson.com>
2012-08-25Added missing unit test suites org.eclipse.cdt.make.core.tests, ↵Andrew Gvozdev1-0/+35
org.eclipse.cdt.errorparsers.xlc.tests
2012-08-23bug 387729: GCCScannerInfoConsoleParserTests fails consistently for meAndrew Gvozdev1-2/+1
2012-08-16Add master test suite for conveniently running all junit3 tests in CDTJohn Cortell1-0/+3
2012-06-28Fixed yet another version mismatch between MANIFEST.MF and pom.xmlSergey Prigogin1-1/+1
2012-06-28Bumped up feature versions for Kepler.Sergey Prigogin13-82/+82
2012-06-24bug 382422: [sd90] Add MinGW specs detectorAndrew Gvozdev1-1/+1
2012-05-16Bug 332829. Parsing support for constexpr keyword. Also added fewSergey Prigogin1-5/+1
new C++11 keywords.
2012-05-10Bug 378578 - Adding new include path or symbol adds to both languagesVivian Kong1-1/+1
for a CPP project with XLC toolchain
2012-05-04bug 376592: [sd90] Extend BuildDefinitions to allow defining language ↵Andrew Gvozdev1-47/+54
settings providers
2012-05-02Bug 378270 - xlc macro supplier doesn't overwrite old values forChris Recoskie1-5/+25
compiler root location
2012-04-12bug 371797: [sd90] Implement language settings providers in buildAndrew Gvozdev3-1/+109
plugins
2012-03-22bug 71511: Fixed scanner discovery for minGWAndrew Gvozdev2-0/+10
Trim line by scanner discovery console parsers
2012-02-05Increment versions so that they are >= Indigo SR2Marc-Andre Laperle8-8/+8
2012-01-28bug 290631: Caching of ICSettingEntry objects in CDataUtil.Andrew Gvozdev1-3/+3
2012-01-27@Override annotations and other cleanupAndrew Gvozdev30-438/+537
2012-01-05Bug 357170 - Fix some build.properties that were fixed only on cdt_8_0Marc-Andre Laperle1-1/+5
2011-11-16Switched to Java 1.6 rest of build packages.Andrew Gvozdev21-477/+496
2011-10-20Version number changes missed in the previous commit.Sergey Prigogin10-10/+10
2011-10-20Updated parent feature version in pom.xml files.Sergey Prigogin10-10/+10
2011-10-09bug 360283: Discovery command does not work if workspace name hasAndrew Gvozdev1-2/+2
spaces
2011-09-10Cosmetics, reformatted XMLAndrew Gvozdev1-64/+64
2011-09-10Cosmetics, reformatted XMLAndrew Gvozdev1-3817/+3710
2011-09-06Incremented build plugin versions for JunoAndrew Gvozdev4-4/+4
2011-09-03Fix poms for tycho 0.13.Doug Schaefer2-2/+4
2011-07-26Bug 351255 - Generated makefile should use user specified compiler pathChris Recoskie1-2/+2
instead of workspace preference
2011-07-21Bug 352758 - Update some private fields in some scanner parsers toJohn Liu1-5/+5
protected Change-Id: Iea5c586088fa8045e9eb43dff7d43909c0181bd8
2011-07-12Bug 350501 - add support in managed build projects for xlC v11Michael Lindo2-24/+2
compiler options - fix the qlistfmt option Change-Id: Ib58a3decab781349c1160e3adeb7e431c7b6b168
2011-07-12Bug 350501 - add support in managed build projects for xlC v11Michael Lindo3-6/+29
compiler options - 1) qstrict not showing 2) fixed qfuncsect spelling error 3) added some C only options Change-Id: I71aa8bdab83accbd3d559d9aad4bc97331f21263
2011-07-06Bug 350501 - add support in managed build projects for xlC v11 compilerMichael Lindo2-4/+4
options - minor fix
2011-06-29More tests for the Maven build.Doug Schaefer2-1/+36
2011-06-29Bug 350501 - add support in managed build projects for xlC v11Michael Lindo2-69/+69
compiler options Change-Id: I2281c37fc120ca788641bd7f4caae627927900cd
2011-06-29Bug 350501 - add support in managed build projects for xlC v11Michael Lindo11-25/+622
compiler options Change-Id: I2281c37fc120ca788641bd7f4caae627927900cd
2011-06-28Mavenizing CDT releng.Doug Schaefer16-0/+840
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-08Bug 348754 - Update feature copyright statements for IndigoVivian Kong3-3/+3
2011-05-20Bug 346568 - Update licenses for IndigoVivian Kong6-6/+12
2011-03-21Bug 314101 - add description for new XL UPC project wizardVivian Kong2-2/+6

Back to the top