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

284 commits

Author SHA1 Message Date
David Inglis
6b68d31e47 fixed NPE 2004-06-22 20:12:03 +00:00
David Inglis
1ea72d07c2 refactor - public interfaces should not be internal plus move util class to public since its usefull for implementers 2004-06-22 13:19:49 +00:00
David Inglis
1fb1777377 fixed progress monitor usage 2004-06-22 13:18:10 +00:00
David Inglis
ffe287c848 fixed typo 2004-06-10 15:53:38 +00:00
David Inglis
f558f2708d cleanup warnings 2004-06-10 14:24:25 +00:00
David Inglis
df04b9e18c patch from vhirsl@ca.ibm.com
- PR 62334: `Message: Unable to find full path for "cygpath" echoed
repeatedly to xterminal`
- PR 64226: `[Scanner Config] Path discovery supporting UNC filepaths`
- PR 65121: `[Scanner Config] Importing 1.2.1 project does not update
properties`
- PR 62742: `CDT-specific file changes to .project are not saved` -
Scanner config portion, since Platform PR 64128 `Changing arguments on an
ICommand no longer makes it to the .project` was fixed in Eclipse 3.0 RC1
2004-06-07 15:53:30 +00:00
David Inglis
2d072ae842 make adaptable so that selection listeners can adapt to project/resource (build console) 2004-06-04 16:40:25 +00:00
David Inglis
ea46f60dc2 fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=51269 2004-06-04 13:50:04 +00:00
David Inglis
2e972fcc9a fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=63937 2004-06-03 18:57:37 +00:00
David Inglis
a718c3de62 cleanup maps in manager on project close/delete 2004-06-03 18:09:09 +00:00
David Inglis
ab02e6e396 use new preference initializer 2004-06-03 14:37:42 +00:00
David Inglis
4b91e1e317 fixed project update problem 2004-06-02 13:38:44 +00:00
David Inglis
0abb812267 fixed NPE 2004-06-01 20:41:42 +00:00
David Inglis
89bbf55f97 since platform bug is fixed we can revert some changes 2004-06-01 20:28:17 +00:00
David Inglis
a5b6d849f2 fixed build command not updating 2004-06-01 20:26:25 +00:00
David Inglis
01619cd230 fixed NPE when invoking listeners 2004-05-31 13:51:56 +00:00
David Inglis
a16f543fe8 update container when paths change 2004-05-31 13:25:15 +00:00
David Inglis
e5c605c11d patch from Vmir -
This patch contains fixes for following problems:

- PR 64014: [Scanner Config] Path discovery should be on by default,
- PR 63971: [Scanner Config] Debugging messages on console,
- PR 62742: CDT-specific file changes to .project are not saved - Scanner config portion
- Target specific options are applicable only to default generate scanner info command (and not to custom commands),
- Discovered scanner info file name associated with project instead with project name (problem when deleting a project, then creating a new one with the same name or renaming a project).
2004-05-28 14:17:04 +00:00
David Inglis
581839e17c fixed junit 2004-05-26 15:32:29 +00:00
David Inglis
09a4ea370c fixed junit failures and deadlock problems 2004-05-26 14:48:54 +00:00
David Inglis
5c53f6d920 new Discovery paths using path container
enabled standard include/symbol properties page
2004-05-25 19:04:15 +00:00
Doug Schaefer
de0397f03e Cleaned up the build.properties files to ensure the right things end up in the binary and source builds. 2004-05-24 17:18:38 +00:00
Alain Magloire
0fa4e89147 Partial Fix for PR 61341 2004-05-20 04:11:33 +00:00
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