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

66 commits

Author SHA1 Message Date
Doug Schaefer
a98e218233 Bug 203619 - make the cygwin check even looser. 2007-09-18 11:40:30 +00:00
Doug Schaefer
a76abebd0c change the cygwin check to just check for gcc-core instead of the superpackage gcc. Bug 203619. 2007-09-17 16:59:57 +00:00
Andrew Ferguson
89f9f4d8d3 203550: Apply patch on behalf of Beth Tibbitts 2007-09-17 09:54:51 +00:00
Mikhail Sennikovsky
378af88ee3 "support checked" flag initialization moved to be after the "isSupport" initialization 2007-09-14 10:53:32 +00:00
Doug Schaefer
f6ea2409a4 Bug 194641 - reattach the isToolchainSupported to the cygwin toolchain. Also created one for mingw.
Bug 201579 - added the msys directory to the mingw toolchain path if it resides next to the mingw in the eclipse install location's parent.
2007-08-31 19:27:59 +00:00
Doug Schaefer
6d2009968e Added support for MinGW to be a sibling of the install directory. 2007-08-09 01:55:49 +00:00
Doug Schaefer
bb9d23482d Fix up copyrights. 2007-06-14 19:11:50 +00:00
Vivian Kong
f0b7ccf674 fix for bug 184452 - get template files using FileLocator.find() so translated template files will get picked up 2007-06-07 14:06:30 +00:00
Vivian Kong
69c40076b3 Patch for bug 184452 by Bala Torati - externalization of MakeFileHelloworldCCproject 2007-06-07 14:03:49 +00:00
Doug Schaefer
08e25a4735 Renamed hello world templates to remove Example. 2007-06-01 14:12:11 +00:00
Vivian Kong
196349f9fa Patch for bug 187634 by Jason Montojo - "Debug" and "Release" shared in the menu and in the file system 2007-05-29 19:25:28 +00:00
Doug Schaefer
77bb9964a6 Bug 189539 - Fix dates on about.html files to reflect projected release date. 2007-05-29 03:48:49 +00:00
Mikhail Sennikovsky
094d2cb0ba 1. Patch from Bala Torati (Symbian) to the [Bug 184390] [Template Engine] Hellow World templates should allow specifying the project source location
2. enabling additional MBS tests
2007-05-25 16:12:08 +00:00
Andrew Ferguson
6c578aa80c add a class specialization test, ensure an ast test uses fresh files 2007-05-25 09:18:37 +00:00
Doug Schaefer
f6de791533 Some fixes to get the HelloWorld Makefile project template working on Linux. 2007-05-25 04:16:17 +00:00
Doug Schaefer
eca6010779 Created a much simpler Gnu Makefile project template. 2007-05-24 19:54:39 +00:00
Doug Schaefer
2a67c5a321 Cleaned up the templates for the source files to follow the K&R formatter and to use language natural comment formats. 2007-05-23 02:47:59 +00:00
Doug Schaefer
02790c4592 Bug 187269 - Set the binary parser for the cygwin toolchain to Cygwin PE. Apparently works better with setting global vars in the debugger. 2007-05-16 17:15:51 +00:00
Mikhail Sennikovsky
6ff8dc6493 removed the "lib" prefix for the cygwin shared library projects 2007-05-16 09:54:12 +00:00
Mikhail Sennikovsky
20a94ee53c Fix from Bala Toraty with some modifications to [Bug 184452] [Template Engine] It should be possible to externalize strings in template definitions 2007-05-11 16:21:53 +00:00
Mikhail Sennikovsky
548f63a12a made gnu tool-chain definitions to use new option types 2007-05-10 18:25:09 +00:00
Mikhail Sennikovsky
a96381849a Fix for [Bug 186422] [Template Engine] ANSI C Hello World template generates C++ files and not C 2007-05-10 18:14:50 +00:00
Mikhail Sennikovsky
9d428201c3 Hellow World template for Makefile Project 2007-05-10 17:41:24 +00:00
Mikhail Sennikovsky
13968f3102 patch from Bala Torati with small modifications
1. Fix for [Bug 184449] [Template Engine] It should be possible to press "Finish" on the first wizard page for templates having default values assigned
2. Fix for [Bug 184593] [Template Engine] Need a way to add tool-chain associations to existing templates
3. Fix for [Bug 184455] [Template Engine] NPE in template engine tests
2007-05-10 16:03:53 +00:00
Doug Schaefer
ac5a5a0dd5 Added the new project templates to the build. 2007-04-30 13:48:34 +00:00
Mikhail Sennikovsky
e17e7b25d5 additional tool-chain ids to template definitions.. 2007-04-28 12:29:10 +00:00
Mikhail Sennikovsky
94be702c52 adding missing tool-chain ids to template definitions 2007-04-28 12:01:16 +00:00
Mikhail Sennikovsky
c5603e5a0e Template Engine submission from Bala Torati (Symbian) with some modifications and bug-fixes (see Bug 160012) 2007-04-26 17:07:39 +00:00
Mikhail Sennikovsky
62a8f0c061 Gnu tool-chain definition update 2007-04-19 12:32:53 +00:00
Mikhail Sennikovsky
cdcd208521 Fix to [Bug 174824] Specifying buildArtefactType not intuitive 2007-03-29 20:10:54 +00:00
Doug Schaefer
1194c4a887 Make the MinGW toolchain uses the Internal Builder by default. (Most cool!) 2007-02-22 21:49:08 +00:00
Doug Schaefer
049d28c3fe Removed hardcoding of MinGW location. 2007-02-22 20:51:27 +00:00
Doug Schaefer
5a07244d6d Migrated the MinGW integration into the managedbuilder.gnu plugin. Also fixed up some of the strings in the UI. 2007-02-22 05:22:55 +00:00
Mikhail Sennikovsky
5fdd70a074 New Project Model initial check-in 2007-02-20 17:23:35 +00:00
Doug Schaefer
e4e2222d0f Bug 101961 - Changed the names of the project types so that we are exlipcitly cygwin with the Gnu on Windows types. Also simplified the project type names on the others to match. 2007-02-02 02:19:51 +00:00
Anton Leherbauer
b7f5c2f33e Upversion to 4.0.0 and fix dependency version ranges (bug 157543) 2006-10-11 12:28:54 +00:00
Mikhail Sennikovsky
d359b44186 Fixed revision to 3.1 2006-06-23 18:55:42 +00:00
Doug Schaefer
17464c08f4 Update Copyright dates and fix those that had no copyrights. 2006-06-23 17:27:03 +00:00
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