1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-09 02:36:01 +02:00
Commit graph

1009 commits

Author SHA1 Message Date
Andrew Gvozdev
bde0e7a154 JavaDoc, high level descriptions for language settings providers in
build plugins
2011-12-17 20:40:28 -05:00
Andrew Gvozdev
cec50f2b6e Fixed API tooling errors. 2011-12-17 11:18:35 -05:00
Andrew Gvozdev
8c7108d523 Fixed decorators in PE showing incorrectly for legacy (MBS provider) 2011-12-12 14:31:07 -05:00
Andrew Gvozdev
2309ecabf0 Cleaned getProviderCopy() API, got rid of LanguageSettingsManager_TBD 2011-12-10 16:33:41 -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
Sergey Prigogin
693a79de5e Fixed typos. 2011-12-05 19:57:17 -08:00
Andrew Gvozdev
b04a172c1a ILanguageSettingsProvidersKeeper 2011-12-05 11:31:38 -05:00
Andrew Gvozdev
349a2aa036 Fixed a couple of warnings in the log 2011-11-28 15:43:29 -05:00
Andrew Gvozdev
99b341c407 Merge remote-tracking branch 'cdt/master' into sd90 2011-11-27 21:52:05 -05:00
Andrew Gvozdev
f6151d3a72 Reducting LanguageSettingsManager_TBD 2011-11-27 15:17:18 -05:00
Andrew Gvozdev
57bd8abd27 LanguageSettingsStorage as a public class 2011-11-26 22:12:11 -05:00
Andrew Gvozdev
0962b1efbb ILanguageSettingsBroadcastingProvider introduced, some code maintenance 2011-11-26 19:16:28 -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
da8e44baef API cleanup & JavaDoc 2011-11-19 08:55:06 -05:00
Andrew Gvozdev
ba7591a95b @Override annotations + organize imports + unnecessary
casts/$NON-NLS + trailing white spaces
2011-11-18 17:21:02 -05:00
Andrew Gvozdev
d444164f53 Merge remote branch 'cdt/master' into sd90 2011-11-17 23:03:48 -05:00
Andrew Gvozdev
4f2cea1002 Merge branch 'cdt/master' into sd90 2011-11-17 22:30:15 -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
91ce2a55a6 bug 259768: "Use optimal jobs number" highly misleading.
Do not allow 1 as a choice for number of jobs for parallel build
2011-11-14 14:42:35 -05:00
Andrew Gvozdev
d4c2ce5e98 bug 259768: "Use optimal jobs number" highly misleading.
Allow Internal builder unlimited jobs
2011-11-14 14:42:16 -05:00
Andrew Gvozdev
f04bd57f83 bug 259768: "Use optimal jobs number" highly misleading.
Builder.getParallelizationNum() to return always positive value
2011-11-14 14:41:55 -05:00
Andrew Gvozdev
7f438e269a bug 259768: "Use optimal jobs number" highly misleading.
Encode "optimal" as negative number and "unlimited" as Integer.MAX_VALUE
Based on patch by Mohamed Hussein <mohamed_hussein@mentor.com>
2011-11-14 14:41:32 -05:00
Andrew Gvozdev
893a36f642 Use ManagedBuilderCorePlugin.PLUGIN_ID 2011-11-06 07:07:19 -05:00
Andrew Gvozdev
9cc7592a82 Merge branch 'master' into sd90 2011-11-01 23:19:32 -04:00
Andrew Gvozdev
5d7f9bf015 AbstractBuiltinSpecsDetector as IResourceChangeListener 2011-10-28 23:17:52 -04:00
Andrew Gvozdev
3f9cdb6fb8 Revised BOP and Specs Detectors interface hierarchy -
replaced interfaces with abstract classes
2011-10-28 17:47:56 -04:00
Andrew Gvozdev
66e7277289 Revised BOP and Specs Detectors interface hierarchy -
moved classes to appropriate packages
2011-10-28 17:02:52 -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
Marc Khouzam
04d4f11b53 Bug 360846: Extra space in build command 2011-10-14 05:48:39 -04:00
Andrew Gvozdev
c617df3475 bug 360283: Discovery command does not work if workspace name has
spaces
2011-10-09 13:57:27 -04:00
Andrew Gvozdev
e314ac4b68 Added simplified global console (MessageConsole) for
AbstractBuiltinSpecsDetector
2011-09-29 10:16:57 -04:00
Andrew Gvozdev
427ba73a16 fixed problem when Spec Detectors owned by configuration won't serialize
properly
2011-09-29 09:40:03 -04:00
Andrew Gvozdev
239163d34f Merge remote branch 'cdt/master' into sd90 2011-09-23 18:17:23 -04:00
John Cortell
dabef579a2 Bug 354194 - My previous fix accidentally prevented the creation of the config info map entry for the project root folder, thus scanner discovery preferences were no longer being persisted. This adjustment adds an exeption for that rcinfo. 2011-09-19 14:18:35 -05:00
Andrew Gvozdev
36ffaae0d0 permissions mismatch 2011-09-14 23:53:10 -04:00
Andrew Gvozdev
25687e1b6c Turn off MBS provider for New Project Makefile "Other" 2011-09-13 12:12:32 -04:00
Andrew Gvozdev
d29e766785 Do not create default legacy SD profile when LSP functionality is
enabled
2011-09-12 15:40:19 -04:00
Andrew Gvozdev
28fec5efe6 Using cfgDescription.getLanguageSettingForFile() in
MBSLanguageSettingsProvider
2011-09-12 10:25:12 -04:00
Andrew Gvozdev
e5fb5bf1c0 utility function to get languages from ICResourceDescription 2011-09-09 12:51:23 -04:00
Andrew Gvozdev
51c3ece9b3 Merge remote branch 'cdt/master' into sd90 2011-09-07 18:33:20 -04:00
Andrew Gvozdev
881fc3304b bug 357018: Languages column in Paths&Symbols tab shows Content Type
instead of language name
2011-09-07 18:09:27 -04:00
Andrew Gvozdev
20e689bd27 Use ILanguage rather than ILanguageDescriptor for getName() 2011-09-07 16:12:32 -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