Imported Upstream version 5.10.0.140

Former-commit-id: bf0b1a031620c61ba2850f2b795e389ea58917e5
This commit is contained in:
Xamarin Public Jenkins (auto-signing) 2018-02-24 13:39:24 +00:00
parent 5b69a2693e
commit ea8182f0a0
38 changed files with 41 additions and 33 deletions

View File

@ -1 +1 @@
bda83dbed0a353d5c9aae1163f4b999e709735eb
02149cf6d31151e5284ab8174fcc7a2470547169

View File

@ -1 +1 @@
eba046d8b65fc42f0134cee4678b67368a542fac
be6c52a8eae88a84f4c2b9bf6f902b9d06c3ebfd

View File

@ -217,6 +217,7 @@ namespace Microsoft.Build.Utilities
public virtual string ToolExe { get { throw null; } set { } }
protected abstract string ToolName { get; }
public string ToolPath { get { throw null; } set { } }
public bool YieldDuringToolExecution { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { throw null; } [System.Runtime.CompilerServices.CompilerGeneratedAttribute]set { } }
[System.MonoTODOAttribute]
protected virtual bool CallHostObjectToExecute() { throw null; }
public virtual void Cancel() { }

View File

@ -286,7 +286,7 @@ class Package:
curl_bin = which('curl')
if not curl_bin:
error('curl not found in PATH')
run (curl_bin,['-L','-o', cache_dest, archive], None)
run (curl_bin,['--location','--fail','--output', cache_dest, archive], None)
def update_cache():
pass

View File

@ -34,7 +34,7 @@ static class Consts
// Use these assembly version constants to make code more maintainable.
//
public const string MonoVersion = "5.10.0.137";
public const string MonoVersion = "5.10.0.140";
public const string MonoCompany = "Mono development team";
public const string MonoProduct = "Mono Common Language Infrastructure";
public const string MonoCopyright = "(c) Various Mono authors";

View File

@ -59,6 +59,13 @@ namespace Microsoft.Build.Utilities
bool typeLoadException;
ManualResetEvent canceled;
/* dummy getter/setter for msbuild compability */
public bool YieldDuringToolExecution
{
get;
set;
}
protected ToolTask ()
: this (null, null)
{

View File

@ -1 +1 @@
044ae0ba30360ac8046e2a0e515420f95b288f46
7052e82aabeb75cea4f67af9f3675165eb2bccfd

View File

@ -1 +1 @@
cc673b22139b4cc71266e2ee597fe4e505845566
af237a121e503f39f801a5eef4b91454b0419e31

View File

@ -1 +1 @@
7751944281f48f2205099723e6efbfb26620a396
3241183dca138fbc6e9704e23d844c8bd57ee17a

View File

@ -1 +1 @@
de07b190ab40f5a096608c4d885bbd098152cd0b
25cbc886919ffb221a09a83a3989f7f576294a8a

View File

@ -1 +1 @@
edd8ee3d35b335e383a211e9b690fb94721f2abb
7b4afcfc50b64ca0c5c1ad45941be44c88b1fd94

View File

@ -1 +1 @@
f4927f8651f063086e19752ea214536075e84c1d
55949eca1569fc16331b9294d929bfc5a3004792

View File

@ -1 +1 @@
62aa938719e0ef286376395e6c8f851ecfd89337
4ee4613cab798b32cf23e0b68e642bbb82cdb29f

View File

@ -1 +1 @@
044ae0ba30360ac8046e2a0e515420f95b288f46
7052e82aabeb75cea4f67af9f3675165eb2bccfd

View File

@ -1 +1 @@
cc673b22139b4cc71266e2ee597fe4e505845566
af237a121e503f39f801a5eef4b91454b0419e31

View File

@ -1 +1 @@
7751944281f48f2205099723e6efbfb26620a396
3241183dca138fbc6e9704e23d844c8bd57ee17a

View File

@ -1 +1 @@
de07b190ab40f5a096608c4d885bbd098152cd0b
25cbc886919ffb221a09a83a3989f7f576294a8a

View File

@ -1 +1 @@
edd8ee3d35b335e383a211e9b690fb94721f2abb
7b4afcfc50b64ca0c5c1ad45941be44c88b1fd94

View File

@ -1 +1 @@
f4927f8651f063086e19752ea214536075e84c1d
55949eca1569fc16331b9294d929bfc5a3004792

View File

@ -1 +1 @@
62aa938719e0ef286376395e6c8f851ecfd89337
4ee4613cab798b32cf23e0b68e642bbb82cdb29f

View File

@ -1 +1 @@
044ae0ba30360ac8046e2a0e515420f95b288f46
7052e82aabeb75cea4f67af9f3675165eb2bccfd

View File

@ -1 +1 @@
cc673b22139b4cc71266e2ee597fe4e505845566
af237a121e503f39f801a5eef4b91454b0419e31

View File

@ -1 +1 @@
7751944281f48f2205099723e6efbfb26620a396
3241183dca138fbc6e9704e23d844c8bd57ee17a

View File

@ -1 +1 @@
de07b190ab40f5a096608c4d885bbd098152cd0b
25cbc886919ffb221a09a83a3989f7f576294a8a

View File

@ -1 +1 @@
edd8ee3d35b335e383a211e9b690fb94721f2abb
7b4afcfc50b64ca0c5c1ad45941be44c88b1fd94

View File

@ -1 +1 @@
f4927f8651f063086e19752ea214536075e84c1d
55949eca1569fc16331b9294d929bfc5a3004792

View File

@ -1 +1 @@
62aa938719e0ef286376395e6c8f851ecfd89337
4ee4613cab798b32cf23e0b68e642bbb82cdb29f

View File

@ -1 +1 @@
10ad19bb2cc2d7117c89b2c35d77608b30dc2c6e
9c31d8d4a09834bf31732e0ca4d0948c001ad8d0

View File

@ -1 +1 @@
#define FULL_VERSION "explicit/947e457"
#define FULL_VERSION "explicit/b9fb4d8"

Binary file not shown.

View File

@ -1 +1 @@
7846070327214765b6c27bedaeb95a3aa33b1acf
f5bdf9b5083155ae7564e5e9811119705003ae9a

Binary file not shown.

View File

@ -1 +1 @@
2febbd8b2edd63be6567c8d23d0a4adde9f8757b
9da346d749c12a0daf8424a922401c4a0eea2d3a

Binary file not shown.

View File

@ -1 +1 @@
75ce49627aba359ce842d79b6963923661f61535
7aba0b3c76eed58bdb62f5ef3461e1299e1bce38

View File

@ -6,9 +6,9 @@
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: mono 5.10.0.137\n"
"Project-Id-Version: mono 5.10.0.140\n"
"Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
"POT-Creation-Date: 2018-02-23 08:31+0000\n"
"POT-Creation-Date: 2018-02-24 12:56+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

Binary file not shown.

View File

@ -1 +1 @@
3be49746c9290b85c3e75df915642f1f43af201c
5868cfb858cdd411629328521a7a64993590c078