Sean Evoy
f909efeb3c
This patch fixes:
...
1. PR 62349: [Managed Build] Funny include paths - added -P option to
'generate scanner info command' to suppress line numbering
2. Account for simple gcc names like: gcc.c2.95.3-p10.mips64
3. Exporting make.core plugin's .options file as a part of binaries.
Customers now can turn scanner config discovery debugging on or off.
2004-05-18 18:59:34 +00:00
Alain Magloire
b458ecd917
2004-05-18 Alain Magloire
...
Remove warnings and compatibility plugin
to be full Eclipse-3.0 compliant.
2004-05-18 16:06:30 +00:00
Sean Evoy
3e7939462a
Remove the possibility of an NPE in the client of the contribution by returning an empty map instead of null
2004-05-12 21:11:16 +00:00
David Inglis
41201a534a
patch from vlad.
...
PR 59971 - [Scanner Config] Cannot change default scanner info command,
No PR - improvement in transformation of relative to absolute paths
Also a change in IScannerInfoCollector interface to allow console parsers
to contribute arbitrary information (like compiler version info, imacros,
target specific options, ...) to the collector.
2004-05-07 20:44:28 +00:00
David Inglis
ee00ba1b15
From vlad - PR 60181 - [ScannerConfig] Gets confused on IncludePaths with spaces
2004-05-07 13:02:09 +00:00
David Inglis
dc6207ddf8
patch from vlad
...
This patch publishes ScannerInfoCollector collection interface so that
ManagedMake can reuse StandardMake external scanner info provider and
console parser but provide its own scanner info collector. Eventually it
may be promoted to an extension point.
Also there is a fix for processing cygpaths when parsing make output and
small UI enhancement.
2004-05-05 18:29:42 +00:00
David Inglis
ab74918aec
move messages into own message class
2004-05-05 02:46:50 +00:00
David Inglis
3303fed1ef
patch from vlad
2004-04-30 00:35:14 +00:00
David Inglis
3b65eeb53f
patch from vlad
2004-04-22 13:07:10 +00:00
David Inglis
69bab80e56
patch from vlad
2004-04-20 19:02:50 +00:00
David Inglis
e75bafa4a4
patch from vhirsl@ca.ibm.com for scanner discovery machanism
2004-04-15 19:02:00 +00:00
Alain Magloire
74cf488602
fix pr 57823
2004-04-14 19:35:12 +00:00
David Inglis
7d84a3a410
properly set binary parsers
2004-04-03 20:40:36 +00:00
David Inglis
d8a96ca65d
added clean build option
...
fixed make target with no target
2004-03-31 21:45:57 +00:00
David Inglis
e888d97cff
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=56583
2004-03-29 17:02:02 +00:00
David Inglis
4d037cc146
mark a few more strings as non-externalized
2004-03-26 03:08:52 +00:00
David Inglis
de5291751a
added nature id to CProject
...
add scannerinfo upon project configure
2004-03-25 19:36:20 +00:00
David Inglis
18e6359b5b
cleanup
2004-03-23 03:07:40 +00:00
David Inglis
f980b3161f
check for changes before saving
2004-03-19 20:31:51 +00:00
David Inglis
8ccea9c408
fixed target saving in .cdtproject
2004-03-17 21:38:36 +00:00
David Inglis
7d48a4fcc6
applied patch from vhirsl@ca.ibm.com implementing new auto scanner configuration detection mechanism
2004-03-16 20:35:25 +00:00
David Inglis
a46dca30a1
move target presistance to .cdtproject
...
modified targets are now saved
2004-03-16 19:57:02 +00:00
Alain Magloire
fbb3c4c84d
Support for OpenDeclaration action on the MakefileEditor.
2004-03-11 21:41:37 +00:00
David Inglis
d055189a64
properly set binary parser when ask to update from preference
2004-03-09 20:52:53 +00:00
Alain Magloire
df6bb6a3af
It should be an IDirective.
2004-03-04 04:39:54 +00:00
David Inglis
496956a5ac
extern'd strings
2004-03-03 16:40:02 +00:00
David Inglis
f44a5cb403
extern strings
2004-03-02 17:13:52 +00:00
Alain Magloire
db74457777
Do not expand to empty if the macro is not found.
2004-03-02 04:53:20 +00:00
Alain Magloire
3e3581e6bc
added the missing sources.
2004-03-01 20:56:16 +00:00
Alain Magloire
dd5fdea8fa
get the expanded String new method in IMakefile.java
2004-02-29 00:40:25 +00:00
David Inglis
479396734d
mark string non-externalized
2004-02-27 03:36:52 +00:00
David Inglis
181ceb45e7
cleanup
...
improved error handling
2004-02-24 02:03:08 +00:00
David Inglis
a0d5e302cb
fixed bug# 52490
2004-02-19 19:46:46 +00:00
David Inglis
228957743b
some work on externalizing strings
2004-02-19 13:38:36 +00:00
David Inglis
44e85901c9
- update progress monitor to show complete build command
...
- update progress monitor to normailize over each build.
2004-01-13 18:53:52 +00:00
Doug Schaefer
8cceffb272
Fix the classpaths to use dynamic containers again.
...
My apologies :-)
2004-01-05 21:16:28 +00:00
Doug Schaefer
e1b04cf0c0
Added org.eclipse.core.runtime.compatability as a
...
dependency to satisfy Eclipse 3.0M6 requirements.
2004-01-05 20:26:57 +00:00
David Inglis
e8e72e90ad
fixed bug #49143
2003-12-18 21:50:17 +00:00
Alain Magloire
9ddba7f91f
added the builtin folder.
2003-11-26 19:09:17 +00:00
Doug Schaefer
9c677d807f
Upversioned the plugins, etc to 2.0.0.
...
Made sure the jar files got included in the zips.
2003-11-25 18:24:55 +00:00
Doug Schaefer
9dc3aa63e5
Upgrade to Eclipse 3.0. Includes:
...
- upgrade plugin.xml files
- use PDE containers
- apply Eclipse 3.0 porting items, in particular openEditor and gotoMarker
- remove TestWorkbenches from test plugins
2003-11-24 18:31:03 +00:00
David Inglis
7750af19fa
changes to address https://bugs.eclipse.org/bugs/show_bug.cgi?id=47241
2003-11-24 01:46:26 +00:00
David Inglis
c7fe5e657a
fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=47224
2003-11-21 14:24:38 +00:00
Alain Magloire
4fda51818b
updated.
2003-10-17 01:39:50 +00:00
David Inglis
a812ee80f7
revert alain change
2003-10-15 15:32:55 +00:00
Alain Magloire
44529a00c3
Bug fix.
2003-10-15 02:49:47 +00:00
David Inglis
943f1dbc94
added a stream monitor so that we can fuge that we are getting progress
2003-10-08 18:25:46 +00:00
Alain Magloire
4882849b8c
StringIndexBufferException corrected.
2003-10-03 19:59:07 +00:00
Doug Schaefer
fe07db2d72
Upversioning everything to 1.2.0.
2003-10-01 20:23:21 +00:00
Alain Magloire
50e9f2922d
forgetbuildstate if not building.
2003-09-30 15:40:51 +00:00