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

401 commits

Author SHA1 Message Date
Sean Evoy
687d762517 Fix for bug 66739 - Created a shared lib project does not set shared flag in configs. There was a gap in the ever-increasingly complex inheritance behaviour of the ToolReferences. The commands supplied by the ToolReferences were being ignored if the configuration supplied its own ToolReferences. Searching is more comprehensive now, the tool reference is creating a copy of itself more thoroughly, and the JUnit tests have been updated to reflect this. 2004-06-23 19:21:42 +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
090013eb81 Patch from Vmir -
PR 64368: [Scanner Config] Explain diff between Delete and Remove in
Discovered Path Container - Remove changed to Disable, Restore changed to
Enable, annotation (removed) changed to (disabled).
PR 65121: [Scanner Config] Importing 1.2.1 project does not update
properties - Discovered Paths container is now automatically created when
SC discovery is enabled for the first time for the legacy project
2004-06-22 12:43:49 +00:00
Alain Magloire
bc58690673 // Add word rule for keywords, types, and constants.
// We restring the detection of the keywords to be the first column to be valid.
2004-06-21 18:11:26 +00:00
Sean Evoy
0eb3bc1276 *** empty log message *** 2004-06-21 16:40:14 +00:00
Sean Evoy
fa3f0e854e Fix for bug 67438 - All the actions on eclipse result in an error after performing "Rebuild" on a project referencing another project in a workspace with space in it's path. 2004-06-21 16:14:35 +00:00
David Inglis
6de3e2aa07 removed warnings 2004-06-21 14:07:26 +00:00
Sean Evoy
79f7c5e3ae NPE due to an unitilitalized error parser tab in new project wizard. 2004-06-18 19:49:14 +00:00
Alain Magloire
c191bced9d Patch from Andrew for Help support 2004-06-18 18:56:40 +00:00
Sean Evoy
0c44656105 Commit for Andrew Niefer 2004-06-18 18:35:06 +00:00
Sean Evoy
ce20e11710 Commit for Tanya Wolff for bug 61461. Removed intermediate composites to allow groupings to be readable by screenreader in the Manage Configuration dialog. 2004-06-15 19:37:27 +00:00
David Inglis
e2ea942fe5 fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=51301 2004-06-15 17:21:57 +00:00
Sean Evoy
3a263d390d Last fix for bug 61459 - Accessibility: Managed Build: Managed Config dialog needs z-order. There was another entry widget that was displaying this problem. 2004-06-15 15:40:20 +00:00
Sean Evoy
14c5c93240 Fix for bug 60950 - When creating a project, wizard should let you unselect both Debug and Release configs 2004-06-15 15:02:42 +00:00
Sean Evoy
01eb0614cb Fix for bug 61459 - Accessibility: Managed Build: Managed Config dialog needs z-order 2004-06-14 20:55:09 +00:00
Sean Evoy
612551d59c Fix for 66428 - I18N: Managed build "All Options" label chopped 2004-06-14 19:52:55 +00:00
Sean Evoy
7e9807c15f Fix for bug 59238 - Tool command option not getting cloned 2004-06-14 18:07:25 +00:00
Sean Evoy
c939dec941 Experimental tool reference snuck in during the last commit 2004-06-11 20:06:01 +00:00
Sean Evoy
5c9fe1859c Partial fix for bugzilla 57860 - Last fundamental change to enable compilation of .s (or any other file) extension with proper dependencies. 2004-06-11 19:04:38 +00:00
Sean Evoy
81859be811 Missed an externalizable string in trace message 2004-06-11 17:56:54 +00:00
David Inglis
f7a5a54195 cleanup warnings 2004-06-11 12:35:05 +00:00
Sean Evoy
905660166d Added extra debug logging 2004-06-10 19:46:56 +00:00
David Inglis
ffe287c848 fixed typo 2004-06-10 15:53:38 +00:00
David Inglis
c9e432ac40 remove runtime.compatibility dependency 2004-06-10 15:17:07 +00:00
David Inglis
f558f2708d cleanup warnings 2004-06-10 14:24:25 +00:00
Sean Evoy
98d309e32f Someone deprecated methods so switched to new methods 2004-06-09 22:55:21 +00:00
Sean Evoy
b4cff1eac6 Fix for 66258 -- Cannot mix compilers anymore. Do not need to add the relative path to the name of the dependency file when using 'patsubst' 2004-06-09 19:14:54 +00:00
Sean Evoy
a089f769a1 Fix for 66258 - Cannot 'mix' compilers (any more). Arbitrarily moved from a single rule for all files with a given extension to a rule for each file. Causing problems for existing users, so moving back to older form of rules. 2004-06-09 18:37:38 +00:00
David Inglis
ad08a349a9 added Note: to help clearify workbench auto build option 2004-06-08 19:05:08 +00:00
Sean Evoy
0b171d56e4 Fix for 65275 -- Makefile assumes object files are .o 2004-06-07 20:40:44 +00:00
Sean Evoy
aee3c08d44 No longer needed as the MinGW target has been removed 2004-06-07 19:42:42 +00:00
David Inglis
af881d96fc fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=65739 2004-06-07 18:55:24 +00:00
Sean Evoy
cbd4446ff5 Fix for bug 64762 -- ClassCastException while deleting of build configuration 2004-06-07 18:52:51 +00:00
Alain Magloire
867fa6c8ac Fix 65798 2004-06-07 17:01:53 +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
Sean Evoy
00f6c5f146 Fix for bug 60144 -- Final fix for paths with whitepsaces. The test was not finding the index of the whitespace quite right on Linux. Addressed and fixed. 2004-06-04 22:43:53 +00:00
Sean Evoy
69a7699f8c Fix for bug 60144 -- [ManagedBuild] Include Path: Directories with spaces are creating problems 2004-06-04 22:32:47 +00:00
Doug Schaefer
a206e32d2a Changed the interface to the Scanner to take a CodeReader object.
A CodeReader simply contains a char[] and the name of the file, if any,
that the char[] is the contents of. This leads us down the path of using
char[]s in the parser instead of Strings in an attempt to cut down on
our memory usage.
2004-06-04 21:01:48 +00:00
Sean Evoy
98800badf4 Fix for bug 60230 - Project with spaces in name produces 2 executables. Since Eclipse does not treat this as illegal and since I am using the project name as the default build goal name, this is a legit bug. The solution is to remove all spaces from the project name, so a new project called "Hello World" will produce a build goal called HelloWorld 2004-06-04 20:45:51 +00:00
Sean Evoy
5f5b6bc0d7 Fix fog bug 64952 -- Indexer being called when it doesn't need to run 2004-06-04 20:17:57 +00:00
David Inglis
180f029292 revert some changes... resource listener used to watch add/removal of folders inside project 2004-06-04 16:41:13 +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
903856346a limit dialog size 2004-06-04 16:16:34 +00:00
David Inglis
df342408d4 fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=47563 2004-06-04 16:07:40 +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
2c822f988a fixed https://bugs.eclipse.org/bugs/show_bug.cgi?id=65621 2004-06-04 12:55:29 +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