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

78 commits

Author SHA1 Message Date
Mikhail Sennikovsky
3ca4a76b93 1. About.html update for the managed builder plug-ins
2. Enhanced error handling for Internal Builder invokation
3. The message is displayed now when the Internal Builder has nothing to build
2006-05-12 19:46:24 +00:00
Leo Treggiari
bdc33b193c Fix line endings 2006-03-07 18:33:01 +00:00
Leo Treggiari
8260954b95 Implement cdt-dev suggestion for mixed C/C++ projects - change C compiler project nature to "both" 2006-03-03 19:21:02 +00:00
Leo Treggiari
95c618c300 Switch the reference Gnu tool-chains to using the new default dependency calculator that creates .d files as a side-effect of compilation 2006-02-27 17:56:15 +00:00
David Inglis
58f26dfed6 Fixed build for jar'd plugins
cleaned up .project files
2006-01-18 18:16:35 +00:00
Leo Treggiari
c1c8415408 Fix bugzilla 83583 - Add Solaris project-types with a space after the Output-Flag 2006-01-17 00:47:53 +00:00
Doug Schaefer
c5c47c0842 Trying out the .qualifier version for builds. 2006-01-03 19:11:47 +00:00
Doug Schaefer
f68ca2c02b Made all of the plugins OSGi components. 2005-11-15 21:33:43 +00:00
Doug Schaefer
f1fa62b185 Upversioned everything. Changed the features to not unpack the plugins that don't have shared libraries. 2005-11-10 21:41:23 +00:00
Leo Treggiari
3df6aeb4e9 Move setting of 'checked' to finally block so that other callers cannot use the results before they are ready. 2005-09-02 19:32:06 +00:00
Leo Treggiari
7dc1c30cfa Change the Gnu linker strip option back to -s (from --strip-all) 2005-07-19 23:50:11 +00:00
Leo Treggiari
8112953dc9 Add missing outputPrefix to MacOS X shared library tool-chain 2005-07-10 16:59:28 +00:00
Leo Treggiari
c733971c61 Ise -dynamiclib for creating shared libraries on MacOS X 2005-07-10 03:19:36 +00:00
Mikhail Sennikovsky
7425c75771 fixed the bug with handling the case of executing the CygPathResolver on non-windows systems 2005-07-07 18:57:20 +00:00
Mikhail Sennikovsky
f4b1edba07 CygwinPathResolver now detects whether mingw or cygwin version of gcc is used and treats include paths stored in CPATH, etc. env variables depending on that. For mingw env variable values are treated as the list of windows-style paths, while for cygwin values are treated as the list of cygwin-style paths 2005-07-07 18:39:57 +00:00
Leo Treggiari
4d55560528 For Gnu libraries option, use BrowseType=none since the value entered is not a full file spec. 2005-07-06 17:10:27 +00:00
Chris Recoskie
e1abf3b487 crecoskie June 20, 2005 - updating copyright and license info for EPL transition 2005-06-20 20:52:53 +00:00
Leo Treggiari
6e9529b7af Use contentTypes for tool input types 2005-06-10 17:03:01 +00:00
Mikhail Sennikovsky
be3075f51c Removed the "isToolChainSupported" for the Gnu cygwin tool-chains definitions in the manifest file, because currently the gnu cygwin tool-chains are intended to be used not only with Cygwin, but with MinGW also, and there is no correct way of determining whether the appropriate packages are installed for MinGW.
For the future MBS/CDT versions we might create the separate tool-chain/configuration/project-type for the MinGW and define a set of converters using the tool-chain converter mechanism that MBS will provide, that would convert the CygWin to the MinGW projects/tool-chains, and vice a versa.
2005-06-09 17:57:04 +00:00
Mikhail Sennikovsky
954e809c34 Fixed the bug in the CygwinPathResolver.resolveBuildPaths() method 2005-06-09 11:59:01 +00:00
Mikhail Sennikovsky
fa2c1a50ab Some modifications and fixes for the build Environment and Macros were added 2005-06-08 19:19:00 +00:00
Leo Treggiari
a5450e9b94 Use new class GnuLinkOutputNameProvider 2005-05-31 20:46:05 +00:00
Mikhail Sennikovsky
53358d181d Fixed the bug related to the incorrect exception handling that could cause a null pointer exception 2005-05-31 11:25:06 +00:00
Leo Treggiari
bc78f58fab Externalized string fixes from David Daoust 2005-05-27 16:51:15 +00:00
Mikhail Sennikovsky
2853cf688d Check-in of the Tool-chain installation support ( 87478) and the Managed Build Process Environment support ( 88497) implementation for the Gnu Cygwin tool-chain 2005-05-23 16:12:19 +00:00
Leo Treggiari
ff51abc278 Fix for PR 70788 2005-05-20 18:31:09 +00:00
Mikhail Sennikovsky
beeb963403 Initial check-in for the build macros support 2005-05-19 16:26:43 +00:00
Leo Treggiari
3f52a6b7b1 Plugin that contains UI elements that are specific to the GNU tool-chain. 2005-05-16 20:48:15 +00:00