1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00
Commit graph

46 commits

Author SHA1 Message Date
Vivian Kong
22dda70010 Bug 296052 - Fix default compiler path for xlc compilers (patch from Tim Burrell) 2009-11-25 15:09:20 +00:00
Mike Kucera
7400462cd0 Bug 293079 - Allow new C/C++ project wizard extension 2009-11-04 16:39:44 +00:00
Andrew Gvozdev
fe2cc5e4fd bug 292304: XLC New Project Wizard does not like change of heart when users switch from other wizards
Patch from Marc-Andre Laperle
2009-10-16 15:10:50 +00:00
Vivian Kong
ae5661024d Update version numbers for changes in features and plugins 2009-09-30 16:59:54 +00:00
Vivian Kong
d3c83b869d bug 285480: Duplicate message IDs 2009-09-29 19:45:35 +00:00
Vivian Kong
2ca67d781f bug 288005 - separate XLC compiler version number with its label for translation 2009-08-28 19:38:47 +00:00
Vivian Kong
c3217c80c4 bug 284175 - turn off binary parser for XLC toolchain by default 2009-08-27 20:43:17 +00:00
Vivian Kong
1c5b36e9a9 XL C/C++ compiler versions should not be translatable since they are used by the applicability calculator 2009-08-24 18:03:04 +00:00
Andrew Gvozdev
6b97b8dcf5 bug 285480: Duplicate message IDs 2009-08-04 17:52:33 +00:00
Vivian Kong
83fd77b56d update copyrights 2009-05-27 15:48:21 +00:00
Vivian Kong
afdcaeb52e Update provider name 2009-05-14 21:14:07 +00:00
Mike Kucera
01ce038d6f [261232] update to XLC wizard so that it can be reused for UPC 2009-04-30 19:54:36 +00:00
Chris Recoskie
337fa6e1bf RESOLVED - bug 273899: xlc toolchain doesn't specify xlc error parser
https://bugs.eclipse.org/bugs/show_bug.cgi?id=273899
2009-04-29 12:50:18 +00:00
Chris Recoskie
09f3368f3e RESOLVED - bug 273636: changes to enable MBS on EFS projects
https://bugs.eclipse.org/bugs/show_bug.cgi?id=273636
2009-04-28 12:02:33 +00:00
Vivian Kong
b849a3be06 bug 268581 individual source bundles 2009-04-09 19:51:46 +00:00
Chris Recoskie
18122f05d4 RESOLVED - bug 237176: XL C/C++ Compiler Preferences page is annoying
https://bugs.eclipse.org/bugs/show_bug.cgi?id=237176
2009-02-04 15:19:59 +00:00
Chris Recoskie
130514d961 RESOLVED - bug 256172: Add XLC v10.1 support feature
https://bugs.eclipse.org/bugs/show_bug.cgi?id=256172
2008-12-02 20:24:47 +00:00
Chris Recoskie
42cf48b2e8 RESOLVED - bug 237176: XL C/C++ Compiler Preferences page is annoying
https://bugs.eclipse.org/bugs/show_bug.cgi?id=237176
2008-11-07 14:25:20 +00:00
Chris Recoskie
31a7ae9a20 RESOLVED - bug 237176: XL C/C++ Compiler Preferences page is annoying
https://bugs.eclipse.org/bugs/show_bug.cgi?id=237176
2008-11-06 14:50:44 +00:00
Chris Recoskie
7bf1b3fe02 copyrights 2008-06-11 15:50:53 +00:00
Vivian Kong
ac107ff7ab fix for bug 234921 2008-06-09 19:58:41 +00:00
Vivian Kong
5e22144827 fix for 187634 - need to mark "Debug" and "Release" as non-translatable for xlc too because they are used as folder names 2008-06-05 21:45:46 +00:00
Vivian Kong
d1d9b85dc7 fix for bug 235868 2008-06-05 19:12:46 +00:00
Vivian Kong
161afe406b fix for bug 235141 2008-06-05 15:44:21 +00:00
Vivian Kong
18bdfaa18e fix for bug 235150 2008-06-02 15:33:19 +00:00
Vivian Kong
305b829588 fix for bug 234946 2008-06-02 15:32:27 +00:00
Vivian Kong
ace09273d7 fix for bug 234921 2008-05-30 20:47:08 +00:00
Vivian Kong
df92508705 externalize properties and preference page titles 2008-04-14 17:33:24 +00:00
Vivian Kong
805f997868 fixing properties strings in XLC UI 2008-04-01 15:45:10 +00:00
Vivian Kong
2f75ef3694 fixing properties strings in XLC UI (bug 222112) 2008-03-13 14:20:19 +00:00
Vivian Kong
f5ad074ba1 Replace trademark symbols (bug 222154) 2008-03-11 01:48:11 +00:00
Vivian Kong
dd366a822b fixing properties strings in XLC UI (bug 222112) 2008-03-11 01:34:42 +00:00
Vivian Kong
ebc2c6375f fixing properties strings in XLC UI (bug 222112) 2008-03-11 01:34:22 +00:00
Chris Recoskie
790670050d RESOLVED - bug 193605: need scanner config support for XL compiler toolchains
https://bugs.eclipse.org/bugs/show_bug.cgi?id=193605
2008-01-28 18:27:49 +00:00
Vivian Kong
67bcec2f0f bug 209513 - fixing compile error 2007-11-12 16:36:34 +00:00
Chris Recoskie
1a1fedda9d fixing exported packages for xlc ui plugin 2007-09-28 18:47:29 +00:00
Chris Recoskie
853d98c8dd RESOLVED - bug 201296: add support for XL C/C++ v9.0
https://bugs.eclipse.org/bugs/show_bug.cgi?id=201296
2007-09-20 17:46:29 +00:00
Chris Recoskie
1df24d690a adding built-in macros and includes to xlc toolchain 2007-06-20 18:58:24 +00:00
Chris Recoskie
99b9358833 fix some typos in the xlc plugin 2007-06-20 16:41:55 +00:00
Chris Recoskie
94652e017d setting library path option to be of the libPaths type like it should be 2007-06-18 20:16:16 +00:00
Chris Recoskie
f7b4561c05 NEW - bug 192972: About information missing from c99, upc, and xlc features
https://bugs.eclipse.org/bugs/show_bug.cgi?id=192972
2007-06-18 14:04:11 +00:00
Chris Recoskie
390ad0f69b Numerous changes to the xlc plugin. The option for inlines wasn't working right. Added browseTypes to a couple of options. Made -qhalt an enumerated option. 2007-06-13 13:43:38 +00:00
Chris Recoskie
ff17147037 Fix for 191761 (xlc release config doesn't have optimization set)
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-08 19:11:09 +00:00
Chris Recoskie
e32f4eb9ec fix for 191485 to get the xlc plugin working right in the build 2007-06-07 14:22:47 +00:00
Chris Recoskie
269b4e7072 miscellaneous fixes to xlc integration 2007-04-27 13:11:52 +00:00
Chris Recoskie
bd759a1e82 initial xlc integration 2007-04-27 02:19:35 +00:00