Sean Evoy
|
1e12d45919
|
Commit for Tanya -- fix for bugzilla 70217, a problem where long labels on a section of the build property page were overlapping the selection widget
|
2004-07-21 19:59:45 +00:00 |
|
Doug Schaefer
|
739203fe55
|
Upversioning head to 2.1.0.
|
2004-07-15 15:54:47 +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
|
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 |
|
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 |
|
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
|
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 |
|
Sean Evoy
|
79f7c5e3ae
|
NPE due to an unitilitalized error parser tab in new project wizard.
|
2004-06-18 19:49:14 +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 |
|
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
|
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
|
98d309e32f
|
Someone deprecated methods so switched to new methods
|
2004-06-09 22:55:21 +00:00 |
|
Sean Evoy
|
cbd4446ff5
|
Fix for bug 64762 -- ClassCastException while deleting of build configuration
|
2004-06-07 18:52:51 +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 |
|
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 |
|
Sean Evoy
|
bdf0ba7530
|
Fix for bugzilla 62660 -- Target definition for MinGW is inconsistent. I have simply removed the target. If the user wants to use MinGW, they will have to also get MSYS (which is free and recommended for MinGW developers). The problem is that the clean command for Win32 is 'del" and it does not handle front-slashes in the path properly. The effort needed to generate the makefiles in a different way is greater than the effort to answer the odd newsgroup HOWTO question, so I am simply replacing Cygwin and MinGW targets with Gnu on Windows
|
2004-06-02 14:30:30 +00:00 |
|
Sean Evoy
|
a464b6bbf5
|
Fix for bugzilla 59164 - Include Path list should be bigger. The list cntrols are now created with a height hint of 3x the height of the menu bar (usually this will equal 75 units).
|
2004-06-01 21:29:09 +00:00 |
|
Sean Evoy
|
f509d06f05
|
Fix for bug 62501 - Managed Shared library build fails
|
2004-05-31 22:46:54 +00:00 |
|
Sean Evoy
|
ae5b03a319
|
Fix for bug 58714 - Cannot rebuild after renaming a referenced project
|
2004-05-27 20:28:20 +00:00 |
|
Sean Evoy
|
d03b0f48a0
|
Large commit. Two components. The first is to switch all the managed build components over to the new plugin loading scheme. The second is to remove the dependency between the indexer and the build system for dependency calculation. Currently, to make this work, there is a flag that is only available on the 3.x GCC compilers, but I will be addressing that shortly.
|
2004-05-24 23:23:36 +00:00 |
|
Sean Evoy
|
cacd52eb8b
|
A final attempt to fix the problems with plugin loading and the compatability layer
|
2004-05-20 20:11:51 +00:00 |
|
Sean Evoy
|
729d4c2fcb
|
Added a constructor (was silently inheriting from super class)
|
2004-05-20 14:57:43 +00:00 |
|
Sean Evoy
|
ad91f39a81
|
Commits for the deprecation of IPluginDescriptor (may it rest in peace)
|
2004-05-19 19:36:11 +00:00 |
|
Sean Evoy
|
c70cea46dc
|
Fix for bug 44082 - Managed Make: browse to include path "C:\like\this"
|
2004-05-13 19:38:45 +00:00 |
|
Sean Evoy
|
00c80d0e7e
|
Marked several strings as untranslatable and added the target build goal name to the converted project
|
2004-05-13 14:12:29 +00:00 |
|
Sean Evoy
|
7ba7c61143
|
Final work for PR 61596 - changing the storage of a enumerated option choice from its value to its ID
|
2004-05-12 14:33:12 +00:00 |
|
Sean Evoy
|
08c13e8969
|
External commit for Leo Treggiari. The archList attribute of the target object specifies the list of architectures that the target is supported on. The valid list of architectures is the string values returned by BootLoader.getOSArch(). If the archList attribute is not specified, or if the value is "all", then the target is supported on all architectures. Otherwise, the target is only displayed when CDT is running on one of the specified architectures, unless the user has requested to see all targets.
|
2004-05-10 15:44:32 +00:00 |
|
Sean Evoy
|
a7ad0b285d
|
Adding the capability of dynamically discovering the built-in compiler paths and symbols and storing them in a PathContainer. The UI has been modified to allw users to turn off indexing for a managed project
|
2004-05-07 18:55:24 +00:00 |
|
Sean Evoy
|
f971a5046c
|
Changed the toolchain specification for Gnu tools to add a generic set of target definitions for POSIX targets. There is also a redefined set of tools and options. There is also a conversion routine that runs on workspace startup to convert older projects into the newer format.
|
2004-05-04 15:06:54 +00:00 |
|
Sean Evoy
|
ae1b577d72
|
External code commit from Leo Treggiari from Intel that adds support for adding and removing error psarser on a managed build project
|
2004-04-22 18:10:51 +00:00 |
|
Sean Evoy
|
4f86ebbdd4
|
Work to support the versioning of the managed build tool definition schema and project files. This work was needed in order to refactor the rather large default tool definitions and to support ongoing enhancements to the managed build system.
|
2004-04-20 15:09:51 +00:00 |
|
Sean Evoy
|
ecdbf0cd6e
|
Fix for bugzilla 58164 "Change the tool command "gcc" not resetable" and bugzilla 58497 "Can't create a Managed Project". In the first case, the version testing did not take the qualifier the nightly build adds into account so it thought the plugin version was too high, and in the second, the configuration was not flagged as dirty, so after the reset, the change back was not saved.
|
2004-04-14 19:39:22 +00:00 |
|
Sean Evoy
|
3a76c4f68c
|
Removed an NPE when cancel was selected from browse dialog on path or file options
|
2004-04-13 19:39:42 +00:00 |
|
Sean Evoy
|
64916e2284
|
Committing work from BitMethods to replace the list field editor with a new class that uses icons instead of labesl for New, Edit, Delete, etc
|
2004-04-08 19:27:39 +00:00 |
|
Sean Evoy
|
8ae9494db3
|
Build error reported for new browse functionality. Corrected the "problem" by calling a more explicit version of getShell()
|
2004-04-06 13:42:03 +00:00 |
|