1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-05 16:56:04 +02:00
Commit graph

915 commits

Author SHA1 Message Date
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
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
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
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
c1d7d96f91 Incremented build plugin versions for Juno 2011-09-06 14:27:46 -04:00
John Cortell
e518891437 Bug 354194 - Custom scanner discovery selection is not honored if file
has any custom properties
2011-08-17 09:10:56 -05:00
Andrew Gvozdev
efde61de86 bug 259768: fixed some "Discouraged access" warnings. It should be OK to
access cdt.managedbuilder.core from cdt.managedbuilder.ui
2011-08-10 14:19:38 -04:00
Chris Recoskie
a8fb1e3376 Bug 353113 - BuildDescription class does not behave properly for remote
projects
2011-07-26 17:10:15 -04:00
Doug Schaefer
1805abad1c Bug 347357 put field editor elements into their correct home. 2011-07-12 11:33:20 -04:00
Andrew Gvozdev
6bbc31c7a2 bug 312835: CDT build settings which are set at the folder level are
ignored in certain situations - restored reverse sorting plus
unit tests adjusted
2011-07-02 02:25:38 -04:00
Andrew Gvozdev
7867099287 bug 312835: CDT build settings which are set at the folder level are
ignored in certain situations.
Based on patch from MJ <jensem2@yahoo.com>
2011-07-02 00:41:56 -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
Sergey Prigogin
6eea032c76 Include directories starting with ${workspace_loc} should be treated as filesystem ones, not workspace ones. 2011-05-25 03:55:35 +00:00
Sergey Prigogin
e9eeb2b478 Cosmetics. 2011-05-25 03:23:18 +00:00
Sergey Prigogin
b8cb729795 Cosmetics. 2011-05-25 03:15:22 +00:00
Sergey Prigogin
54e76b7846 Cosmetics. 2011-05-25 03:13:41 +00:00
Sergey Prigogin
df89f7be87 Cosmetics. 2011-05-25 03:03:13 +00:00
Chris Recoskie
6a8b930ea6 Bug 133881 - Make refreshing after building optional
- changed scheduling rule to be null so that the platform handles the locking on individual resources
- fixed it so only the given project's settings are serialized in its project description
- fixed it so projects/folders/files can be refreshed even if they were removed from the resource tree but not the filesystem
- optimized resource delta processing
2011-05-16 18:18:34 +00:00
Chris Recoskie
af28c6569c Bug 133881 - Make refreshing after building optional
- changed scheduling rules for refreshes to be the set of resources to be refreshed for a given project
2011-05-10 18:55:15 +00:00
Vivian Kong
eb723acf87 Bug 344646 - Use EFSExtensionManager to get project paths 2011-05-04 15:02:18 +00:00
Chris Recoskie
1ab1affd17 Bug 133881 - Make refreshing after building optional
Work in progress.
2011-04-29 18:02:57 +00:00
Andrew Gvozdev
44a0ca086b bug 343700: Exceptions during Build Selected Files operation are not displayed in the Build Console
Patch from Alex Freidin
2011-04-26 22:22:33 +00:00
Andrew Gvozdev
0a90b65e97 bug 222817: [Contribution] <enablement and applicability calculator support with Option Category
Patch from Miwako Tokugawa
2011-04-25 04:38:22 +00:00
Andrew Gvozdev
20bcd2c790 Bug 342069: Fixed failing Hudson unit tests 2011-04-24 23:39:53 +00:00
Andrew Gvozdev
8f6af04d2a bug 342069: Scanner discovery output is lost when running compiler specs command 2011-04-23 18:02:47 +00:00
Andrew Gvozdev
3bad5334d0 unified names of local variables (ExternalBuildRunner and CommandBuilder) 2011-04-08 17:35:05 +00:00
Andrew Gvozdev
234560eef4 compilation warnings 2011-04-07 14:45:59 +00:00
Chris Recoskie
e923b9a3c9 Bug 205257 - CDTProject creation scalability issue 2011-03-24 17:11:35 +00:00
James Blackburn
88729ccc17 Bug 339703 IBuildRunner should be an abstract base class 2011-03-11 15:35:46 +00:00
Andrew Gvozdev
1586b85da5 bug 319512: Missing type arguments on managedbuilder.core 2011-03-10 22:46:36 +00:00
Andrew Gvozdev
ab8cfb77ff bug 319512: removed getExtensionDepCalcMap() 2011-03-10 22:41:40 +00:00
Andrew Gvozdev
20add21d25 bug 319512: Missing type arguments on managedbuilder.core 2011-03-10 22:40:34 +00:00
Andrew Gvozdev
3cbe8ee97c bug 319512: Missing type arguments on managedbuilder.core 2011-03-10 22:34:54 +00:00
Andrew Gvozdev
49b52caf42 bug 319512: Missing type arguments on managedbuilder.core 2011-03-10 21:33:57 +00:00
Andrew Gvozdev
b23909e73c bug 319512: Missing type arguments on managedbuilder.core 2011-03-10 05:25:27 +00:00
Andrew Gvozdev
0e149f27ae bug 319512: Missing type arguments on managedbuilder.core 2011-03-09 23:24:39 +00:00
Andrew Gvozdev
648eb73972 bug 319512: Missing type arguments on managedbuilder.core 2011-03-09 23:12:12 +00:00
Chris Recoskie
928076556c Bug 320949 - Add ability to contribute custom field-editor GUI to the Build Option Settings page 2011-03-09 22:28:20 +00:00
Chris Recoskie
71900424e1 Bug 279633 - Add ability to override command-generation for a build-option 2011-03-09 02:24:52 +00:00
Andrew Gvozdev
29552b6bcf bug 319512: Missing type arguments on managedbuilder.core 2011-02-18 23:13:16 +00:00