1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-06 17:26:01 +02:00
Commit graph

349 commits

Author SHA1 Message Date
David Inglis
1307a5b905 fixed bug #76412 2004-10-19 14:18:55 +00:00
David Inglis
83c6521896 fixed bug #75685 2004-10-05 23:50:17 +00:00
Alain Magloire
c7b33d247f save the preference when shutting down 2004-09-11 03:58:23 +00:00
Alain Magloire
abf050d657 set the filename for include directives 2004-09-10 19:24:30 +00:00
Alain Magloire
373ace7ff4 set the location for the builtin files correctly 2004-09-07 19:29:14 +00:00
Alain Magloire
73e222cdd8 Provide more setting for the makefile editor. 2004-09-05 23:25:28 +00:00
Alain Magloire
c3e3d74edc remove warnings. 2004-08-27 01:50:58 +00:00
David Inglis
8abbfa146e fixed buggy encoding/decoding of environment strings 2004-08-20 19:27:21 +00:00
Sean Evoy
9b08f32b17 Commit for Vlad Hirsl -- The default external scanner info collector was having problems with the output of GCC in non-utf8 locales. It now makes sure the locale is set to utf-8 when it runs GCC on *nix systems 2004-07-29 13:04:34 +00:00
Alain Magloire
75b012b2ec Fix for PR 68908 2004-07-26 18:56:51 +00:00
Doug Schaefer
739203fe55 Upversioning head to 2.1.0. 2004-07-15 15:54:47 +00:00
David Inglis
2fb4452766 PR 62809 [Scanner Config] Handling -DMACRO="value"
PR 63330 [Scanner Config] Auto-discovering dirs with escaped spaces
PR 64226 [Scanner Config] Path discovery supporting UNC filepaths
2004-07-13 20:51:17 +00:00
Sean Evoy
c7fd6b490a Commit for Vlad (PR 63471 and PR 68019) 2004-06-26 20:08:14 +00:00
David Inglis
d294b00f9d update copyright 2004-06-25 14:49:43 +00:00
David Inglis
4edd1d9f5c copyright update patch from David Daoust 2004-06-24 19:55:36 +00:00
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