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

145 commits

Author SHA1 Message Date
Andrew Gvozdev
af227ede75 Merge remote-tracking branch 'cdt/master' into sd90 2012-05-07 01:12:34 -04:00
Andrew Gvozdev
77442617cc bug 378589: [sd90] Scanner Discovery doesn't run on certain toolchains 2012-05-07 01:07:21 -04:00
Andrew Gvozdev
2949c7da2f Clean up 2012-05-04 20:00:50 -04:00
Andrew Gvozdev
d2c19fcd47 bug 376592: [sd90] Extend BuildDefinitions to allow defining language settings providers 2012-05-04 18:35:17 -04:00
Andrew Gvozdev
cddee53cf1 Moved build-specific classes to managedbuilder (Warning: Incompatible
changes for existing workspaces)
2012-04-03 00:38:05 -04:00
Andrew Gvozdev
a2b019f1e8 Merge remote-tracking branch 'cdt/master' into sd90 2012-01-28 15:04:42 -05:00
Doug Schaefer
6fcb52fe97 Add real categories for templates. Organize selection in tree. 2012-01-27 13:41:24 -05:00
Andrew Gvozdev
cfa3895aa3 Renamed providers IDs (Warning: Incompatible changes for existing
workspaces)
2012-01-24 13:41:28 -05:00
Andrew Gvozdev
23b841b96c Merge remote-tracking branch 'cdt/master' into sd90 2012-01-03 17:57:57 -05:00
Sergey Prigogin
dd2d478fc1 Bug 365461: Requesting -Wextra and -Wconversion warnings flags for gcc
c/c++
2011-12-23 14:39:26 -05:00
Andrew Gvozdev
0df3dfbbbc Merge remote-tracking branch 'cdt/master' into sd90 2011-12-08 16:40:00 -05:00
Andrew Gvozdev
c9b2608713 Use "shared" attribute from LanguageSettingsProviderAssociation
extension rather than star "*" in toolchain definition.
2011-12-08 12:23:29 -05:00
Andrew Gvozdev
3bd4f3d0fc bug 299376: Console/Problem view UTF-8 character encoding problem with
Cygwin 1.7
2011-11-30 15:39:15 -05:00
Alena Laskavaia
fc919d81b6 Bug 210248 - [Internal Builder]does not rebuild a dependent project in
case of a reference library project change - fixed external builder
2011-11-22 19:34:55 -05:00
Christian W. Damus
a3dd98987a Bug 210248 - [Internal Builder]does not rebuild a dependent project in
case of a reference library project change

Conflicts:
	build/org.eclipse.cdt.managedbuilder.core/src/org/eclipse/cdt/managedbuilder/internal/core/AdditionalInput.java
2011-11-21 21:56:38 -05:00
Andrew Gvozdev
d444164f53 Merge remote branch 'cdt/master' into sd90 2011-11-17 23:03:48 -05:00
Andrew Gvozdev
2a1cddd716 auto-clean: @Override annotations + organize imports + unnecessary
casts/$NON-NLS + trailing white spaces
2011-11-17 17:34:21 -05:00
Andrew Gvozdev
9cc7592a82 Merge branch 'master' into sd90 2011-11-01 23:19:32 -04:00
Sergey Prigogin
09967ad791 Version number changes missed in the previous commit. 2011-10-19 20:53:44 -07:00
Sergey Prigogin
2932f9122c Updated parent feature version in pom.xml files. 2011-10-19 19:32:07 -07:00
Sergey Prigogin
c3d94d1bf2 Switched to Java 1.6. 2011-10-17 20:57:43 -07:00
Sergey Prigogin
7a3c9ba3a1 Switched to Java 1.6. 2011-10-17 18:04:17 -07:00
Sergey Prigogin
457af57f60 Changed the execution environment to JavaSE-1.6 2011-10-17 16:44:49 -07:00
Andrew Gvozdev
51c3ece9b3 Merge remote branch 'cdt/master' into sd90 2011-09-07 18:33:20 -04:00
Andrew Gvozdev
c1d7d96f91 Incremented build plugin versions for Juno 2011-09-06 14:27:46 -04:00
Andrew Gvozdev
00302deed6 Better legacy and compatibility support 2011-09-06 11:26:09 -04:00
Andrew Gvozdev
7d021ea6c4 Merge branch 'master' into sd90 2011-07-07 13:04:23 -04:00
Andrew Gvozdev
fbc67e72a2 Initial commit of new Scanner Discovery for CDT - bug 290631.
See prior history on GitHub https://github.com/angvoz/SD80/, branch sd80
2011-07-07 12:29:41 -04:00
Doug Schaefer
d7092b12c9 Mavenizing CDT releng.
Also removed unsupported cdt.core fragments from the platform feature.
2011-06-28 05:21:58 -04:00
Marc-Andre Laperle
30a6e551f5 Bug 350363 - Include Files tab doesn't offer the language GNU C++ 2011-06-25 19:57:25 -04:00
Andrew Gvozdev
283a383c05 bug 319512: Missing type arguments compilation warnings 2011-03-11 23:40:02 +00:00
James Blackburn
44d5f87460 Export packages: gnu.mingw, gnu.templates as x-internal. 2011-02-13 17:31:02 +00:00
Doug Schaefer
67cb94a163 Bug 333587 - Update to handle new MinGW installer. 2011-01-05 18:30:02 +00:00
Andrew Gvozdev
2031a8ee15 bug 256763: -fPIC parameter for GCC compilers
Based on patch from Andrey Tretyakov
2010-11-04 21:39:11 +00:00
Andrew Gvozdev
cc39535a4b bug 311429: Inconsistent showing of "Languages" in Paths&Symbols tab 2010-10-18 04:10:36 +00:00
Andrew Gvozdev
c03b1c1796 bug 308042: Spawner messages are too cryptic to be useful to a user 2010-09-29 04:37:52 +00:00
Andrew Gvozdev
0d1338e502 bug 319748: Missing/unnecessary $NON-NLS$ tags
patch from Petri Tuononen
2010-07-15 14:35:58 +00:00
Andrew Gvozdev
dbe5a12393 bug 319777: Missing @Override annotations
patch from Petri Tuononen
2010-07-14 13:51:53 +00:00
Andrew Gvozdev
aa7a3e8243 bug 318581: Use of deprecated org.eclipse.core.runtime.PluginVersionIdentifier discontinued.
Patch from Petri Tuononen.
2010-07-08 20:57:13 +00:00
Vivian Kong
20dd9ee139 Bug 315439 Fix up copyright 2010-06-02 19:48:27 +00:00
Andrew Gvozdev
de1302afa7 JavaDoc settings 2010-04-29 17:30:03 +00:00
James Blackburn
f6da41c466 Bug 115601 Add -include option to built-in MBS GNU toolchain. Add Paths & Symbols property page for editing paths of kind ICSettingEntry#INCLUDE_FILE (hidden by default) 2010-04-28 13:23:39 +00:00
Doug Schaefer
c9e79b3d42 Fixed msys search algorithm for Wascana. 2010-04-16 16:22:19 +00:00
Andrew Gvozdev
84a7310e5a bug 213920: cygwin path resolver does not work for "locked" registry in windows 2010-03-08 05:35:44 +00:00
Andrew Gvozdev
48a94a750c bug 213920: cygwin path resolver does not work for "locked" registry in windows
patch from Marc-Andre Laperle
2010-03-08 05:22:37 +00:00
Andrew Gvozdev
c7745df080 bug 195572: Environment PATH error under MINGW and CDT 4.0
Patch from Marc-Andre Laperle
2010-03-08 04:40:01 +00:00
Andrew Gvozdev
caa20b4d37 bug 303900: Cygwin 1.7 is Not detected on the CDT system.
Patch from Marc-Andre Laperle
2010-03-04 17:51:55 +00:00
Andrew Gvozdev
8a6292bcf4 bug 301732: When a Hello World project is created, open generated file automatically
Patch from Marc-Andre Laperle
2010-02-22 15:46:36 +00:00
Andrew Gvozdev
49c7809601 bug 301373: [API] add @noextend and @noimplement
added check for malformed tags
2010-02-08 03:04:21 +00:00
Andrew Gvozdev
4a7972ce16 bug 301373: [API] add @noextend and @noimplement
Oops @noimplement was meant
2010-02-08 03:03:51 +00:00