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

523 commits

Author SHA1 Message Date
David Inglis
425adf04b8 new tests (for now only SC console parsing) have been created in
managedbuilder.core.tests plugin.
2004-07-13 20:51:30 +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
Doug Schaefer
04c74b6af0 Initial contribution of Mac Port from Greg Watson. 2004-07-07 19:19:42 +00:00
Sean Evoy
89e16972e3 Final tweak for 68786 - Replaced the 'and' in the title with '/' to save some real estate 2004-06-28 18:10:33 +00:00
Sean Evoy
b11c265690 Fix for bug 68786 2004-06-28 17:34:56 +00:00
Sean Evoy
ebd877b1da Fix for bug 47704 - managed make & binary parser problem 2004-06-27 22:21:15 +00:00
Sean Evoy
87e950ec5a Commit for bug 57860 -- Managed make builder cannot handle .s files 2004-06-27 18:18:10 +00:00
Sean Evoy
08ba5b3731 Fix for 66023 - Round Trip Engineering not working for GCC Archiver 2004-06-26 23:17:26 +00:00
Sean Evoy
995d86e7e5 That last change shouldn't have included the assembler tool definition 2004-06-26 22:33:22 +00:00
Sean Evoy
29ab091666 Fix for 65148 -- Cannot build after cancel build of Managed Project 2004-06-26 21:13:09 +00:00
Sean Evoy
c7fd6b490a Commit for Vlad (PR 63471 and PR 68019) 2004-06-26 20:08:14 +00:00
Sean Evoy
b2c2d72f23 I am removing the logging feature from the plugin, and will replace it latter with proper console debugging messages. There wwere a raft of tester bugs that I caused by using the log to report non-critical exceptions I was handling. 2004-06-25 18:20:46 +00:00
David Inglis
d294b00f9d update copyright 2004-06-25 14:49:43 +00:00
Sean Evoy
a93a1b97af Fix for bug 68393 - ClassNotFoundException when starting Eclipse 2004-06-25 13:51:28 +00:00
Sean Evoy
efcd048454 Check-in for bug 68485 - CoreException after creating a Managed C project 2004-06-25 13:31:38 +00:00
David Inglis
4edd1d9f5c copyright update patch from David Daoust 2004-06-24 19:55:36 +00:00
Sean Evoy
266e5c66d8 Fix for bug 67345 -- Logging the exception for updating closed projects is increasing the noise-to-signal ratio. 2004-06-24 19:05:18 +00:00
David Inglis
00bbe82978 patch from Tanya Wolff - Added an accessibleListener to the Build Behaviour properties page for a Make project. This listener is used by the input fields that don't have labels so that MS Inspect Objects or a Screen reader can get the Name object info. 2004-06-24 16:23:51 +00:00
David Inglis
95f7a24e4c patch from Vmir - Patch for PR 65449: [Scanner Config] Editing discovered path lacks
select-copy
2004-06-24 16:21:42 +00:00
Sean Evoy
0f40577e78 Partial fix for bug 63479 -- The binaries for Managed make projects are only listed sometimes. 2004-06-24 15:57:06 +00:00
Sean Evoy
550b35c0c6 Commit for Dave Daoust: adds updated copyright notices for IBM-supplied source 2004-06-24 15:56:06 +00:00
Sean Evoy
3aefe8f54d Commit for Dave Daoust: adds updated copyright notices for IBM-supplied source 2004-06-24 15:47:55 +00:00
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