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

674 commits

Author SHA1 Message Date
Andrew Gvozdev
ab036f4bfc Fixed ability to disable LSP property page depending on preference 2012-04-30 18:54:39 -04:00
Andrew Gvozdev
fd19e740de clean up disablement of LSP 2012-04-30 18:09:51 -04:00
Andrew Gvozdev
a650dd13d8 API from cdt.ui for option pages and console 2012-04-30 10:46:42 -04:00
Andrew Gvozdev
7104c92f7f clean up 2012-04-30 09:53:06 -04:00
Andrew Gvozdev
97615f231b Browse button for Spec Detectors 2012-04-17 13:46:26 -04:00
Andrew Gvozdev
0755f5870d Resource scope for Build Command Parsers 2012-04-09 17:55:05 -04:00
Andrew Gvozdev
58721c65b9 JavaDoc and clean-up 2012-04-07 07:27:58 -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
897c840238 Merge remote-tracking branch 'cdt/master' into sd90 2012-03-22 11:33:30 -04:00
Andrew Gvozdev
f9f991fa3f bug 71511: [Error Parser] Interleaved stdout and stderr output causes
spurious error task markers
2012-03-22 00:03:36 -04:00
Andrew Gvozdev
038f261da5 Merge remote-tracking branch 'cdt/master' into sd90 2012-03-17 05:51:28 -04:00
David Salinas
d18cb3e07c Bug 374442 - Refresh resource by build configuration 2012-03-15 21:11:47 -04:00
Andrew Gvozdev
1b069e296b Merge remote-tracking branch 'cdt/master' into sd90 2012-02-27 11:28:11 -05:00
John Cortell
4d225aac73 Bug 326105 - MakeFile Project with Existing Code wizard got issues 2012-02-16 15:33:43 -06:00
John Cortell
7ce1c8fa8b Bug 326105 - MakeFile Project with Existing Code wizard got issues 2012-02-15 15:44:29 -06:00
John Cortell
12f2b8f8d5 Bug 368987 - Project Name should not be reset when selecting existing code path 2012-02-15 10:51:14 -06:00
Andrew Gvozdev
da85c70e48 Merge remote-tracking branch 'cdt/master' into sd90 2012-02-12 09:59:07 -05:00
Doug Schaefer
e683d197ac Added ability to select toolchains for templates that have multiple. 2012-02-08 17:04:01 -05:00
Andrew Gvozdev
2cd027cbb7 Legacy support 2012-02-03 15:00:54 -05:00
Andrew Gvozdev
cfa3895aa3 Renamed providers IDs (Warning: Incompatible changes for existing
workspaces)
2012-01-24 13:41:28 -05:00
Andrew Gvozdev
2e2d1f833e Serialization of default providers 2012-01-23 17:42:11 -05:00
Andrew Gvozdev
cec50f2b6e Fixed API tooling errors. 2011-12-17 11:18:35 -05:00
Andrew Gvozdev
2309ecabf0 Cleaned getProviderCopy() API, got rid of LanguageSettingsManager_TBD 2011-12-10 16:33:41 -05:00
Andrew Gvozdev
54b1cda61e Disallow clearing and editing entries for specific providers in UI 2011-12-08 15:22:51 -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
6a4136bf96 Added "shared", "ui-edit-entries", "ui-clear-entries" to
LanguageSettingsProviderAssociation extension point.
Removed "Shared provider" checkbox from UI.
2011-12-08 11:39:18 -05: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
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
9cc7592a82 Merge branch 'master' into sd90 2011-11-01 23:19:32 -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
Andrew Gvozdev
ddde8b7b3b Merge remote branch 'cdt/master' into sd90 2011-09-27 16:45:18 -04:00
Eugene Ostroukhov
b30bb21b53 bug 358835: Tools Settings page forgets selected node 2011-09-26 10:47:05 -04:00
Andrew Gvozdev
239163d34f Merge remote branch 'cdt/master' into sd90 2011-09-23 18:17:23 -04:00
Andrew Gvozdev
6a63d0325f bug 358605: No environment variables imported to new cfg while importing
configuration from another project in Manage Configurations dialog
2011-09-22 15:29:47 -04:00
Doug Schaefer
9ec9113700 Update version numbers for Juno. 2011-09-22 15:03:14 -04:00
Andrew Gvozdev
6d6ddb397d bug 358605: Cosmetics. Renamed some local variables, fixed warnings,
changed wording in error message.
2011-09-22 14:06:24 -04:00
Marc-Andre Laperle
4e00674583 Bug 292534 - [New Project Wizard] Phantom page appears while navigating
pages back and forth
2011-09-17 12:01:56 -04:00
Andrew Gvozdev
00302deed6 Better legacy and compatibility support 2011-09-06 11:26:09 -04:00