1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-23 22:52:11 +02:00
Commit graph

80 commits

Author SHA1 Message Date
Alena Laskavaia
8dd5c4c602 [264010] - patch to fix discovery profile for mingw 2009-02-10 18:47:05 +00:00
Anton Leherbauer
9d7b8d39d5 Update bundle versions (bug 259308) and fix execution environment 2009-01-09 10:05:56 +00:00
Alena Laskavaia
81d07380ea [255157] typo in template id 2008-11-19 15:51:36 +00:00
Alena Laskavaia
2654d40bea [251124] - applied patch, fixing unfinished code that allow language separation for templates 2008-10-17 15:05:54 +00:00
Chris Recoskie
91141bd408 RESOLVED - bug 234860: New Project Wizard using "folders" for project type selection is totally unintuitive
https://bugs.eclipse.org/bugs/show_bug.cgi?id=234860
2008-09-11 15:48:14 +00:00
Anton Leherbauer
95b4e724c8 Fix for 233866: NPE on Fresh installed Windows/CDT, patch by Enrico Ehrich <public@snipah.com> 2008-06-10 10:26:55 +00:00
Vivian Kong
a2fd29113d fix for bug 234676 2008-05-29 17:45:01 +00:00
Alena Laskavaia
8143e89a59 - fixed NPE on Linux 2008-04-30 20:43:11 +00:00
Vivian Kong
2942d637ad externalize Gnu Make Builder's name (bug 227369) 2008-04-16 16:03:39 +00:00
Oleg Krasilnikov
2250f00e98 Misprint fix 2008-02-28 17:23:15 +00:00
Oleg Krasilnikov
aaedfd3400 Bug # 220749 : Performance switches -p -pg should be propagated to linker too 2008-02-28 17:17:38 +00:00
Anton Leherbauer
53381a1c53 Fix execution environment settings 2008-02-21 14:28:58 +00:00
Oleg Krasilnikov
443969e7a7 Bug #218954 : replace "regedit" run with API call. 2008-02-15 12:53:06 +00:00
Anton Leherbauer
8629e6b5d1 Upversion plug-ins to 5.0.0 2007-11-06 08:02:32 +00:00
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