Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-25Extract F# layout to separate script to share it with Homebrew build. (#20779)Mikhail Filippov
2021-01-16Bump msbuildAlexander Köplinger
2021-01-15Bump msbuild to fix build breakAlexander Köplinger
2020-10-27Bump to F# 5.0 (#20511)Alexander Köplinger
Fixes https://github.com/mono/mono/issues/16763 Closes https://github.com/mono/mono/pull/17925 Closes https://github.com/mono/mono/pull/17882 (cherry picked from commit 970783731fccf269dcc3d2385bfd4adadf172196)
2020-08-02[master] Bump msbuild to track xplat-master (#20189)Ankit Jain
2020-06-24[master] Bump msbuild to track xplat-master (#19972)Ankit Jain
Also, bumps roslyn to `3.7.0-1.20262.2`
2020-05-06[master] Bump msbuild to track xplat-master (#19621)Ankit Jain
* [master] Bump msbuild to track xplat-master * [master] Bump msbuild to track xplat-master * Update nuget.exe to 5.6.0-preview3 - closest version that I could find, to the one in msbuild (`5.7.0-preview.1.6592`)
2020-03-13[master] Bump msbuild to track xplat-master (#19204)Ankit Jain
2020-03-03[master] Bump msbuild to track xplat-master (#19077)Ankit Jain
2020-02-25[llvm] Remove loaded llvm support, the startup perf penalty doesn't seem to ↵Zoltan Varga
exist any more. (#18868) * [llvm] Remove loaded llvm support, the startup perf penalty doesn't seem to exist any more. * Fix the windows build. * Remove more mini-llvm-loaded.c references. * Remove more --enable-loadedllvm references. * Make --enable-loadedllvm the same as --enable-llvm. * Fix run-jenkins.sh. * Address review comments.
2020-02-24[master] Bump msbuild to track xplat-master (#18987)Ankit Jain
2020-02-12[master] Bump msbuild to track xplat-master (#18790)Ankit Jain
* [master] Bump msbuild to track xplat-master * Bump roslyn to 3.5.0-beta3-20111-03 . * Update nuget.exe to match xbuild - the closest version available right now, to `5.5.0-rtm.6422` is `5.5.0-preview2`, so using that for now.
2020-02-11[MacSDK] Get more verbose output from fc-cache operation (#18782)Alexis Christoforides
2020-02-07[MacSDK] Keep logged post-install script output from previous installs (#18441)Alexis Christoforides
This is helpful for issues such as https://devdiv.visualstudio.com/DevDiv/_workitems/edit/596552 OC, where the user is asked to both provide these logs for debugging, and also reinstall the SDK to resolve the issue
2020-02-04Bump xsp to get correct version numberAlexander Köplinger
2020-01-27[master] Bump msbuild to track xplat-master (#18575)Ankit Jain
2020-01-23[bockbuild] preinstall: kill any running VBCSCompiler processes (#18488)Ankit Jain
- roslyn's shared compiler server hashes it's pipename on the path to the assembly. - On macOS, this looks like `/Library/Frameworks/Mono.framework/Versions/6.8.0/lib/mono/msbuild/Current/bin/Roslyn/VBCSCompiler.exe` - When installing a new mono, with that same `x.y.z` version, this process will effectively be out of sync with the new updated mono/msbuild/roslyn - This manifests as: ``` Using shared compilation with compiler from directory: /Library/Frameworks/Mono.framework/Versions/6.8.0/lib/mono/msbuild/Current/bin/Roslyn /Library/Frameworks/Mono.framework/Versions/6.8.0/lib/mono/msbuild/Current/bin/Roslyn/Microsoft.CSharp.Core.targets(59,5): error : Roslyn compiler server reports different hash version than build task. [/Users/builder/azdo/_work/3/s/xamarin-android/build-tools/xaprepare/xaprepare/xaprepare.csproj] ``` - See https://github.com/xamarin/xamarin-android/pull/4108 - So, we kill any running roslyn shared compiler servers
2020-01-16Bump xsp to fix issues with removed Mono.Security APIs (#18478)Alexander Köplinger
See https://github.com/mono/xsp/pull/88
2020-01-12[master] Bump msbuild to track xplat-master (#18432)Ankit Jain
2020-01-10[master] Bump msbuild to track xplat-master (#18412)Ankit Jain
2020-01-09[master] Bump msbuild to track xplat-master (#18391)Ankit Jain
2020-01-08[master] Bump msbuild to track xplat-master (#18376)Ankit Jain
2020-01-07[master] Bump msbuild to track xplat-master (#18372)Ankit Jain
2020-01-07[master] Bump msbuild to track xplat-master (#18297)Ankit Jain
This enables parallel build support with msbuild!
2019-12-13Bump msbuild to track xplat-master (#18183)Ankit Jain
- bump roslyn to 3.5.0-beta1-19606-04, to match msbuild - bump nuget.exe to 5.5.0.6319 (5.5.0-preview1), to match msbuild
2019-12-06Bump msbuild to track xplat-master (#18050)Ankit Jain
.. to get changes from https://github.com/mono/msbuild/pull/162 . And bump roslyn to 3.4.0-beta4-19569-03 to match msbuild.
2019-11-29Bump msbuild to track xplat-master (#17950)Ankit Jain
* Bump msbuild to track xplat-master * Bump nuget.exe to 5.4.0
2019-11-14[MacSDK] Bump xamarin-gtk-theme.py to latest revision from private bockbuild ↵Vsevolod Kukol
(#17785)
2019-10-05Bump libgdiplus to 6.0.4Alexander Köplinger
2019-09-30Bump msbuild to track xplat-master (#16975)Ankit Jain
.. to pick up https://github.com/mono/msbuild/pull/142 and https://github.com/mono/msbuild/pull/139 .
2019-09-11[msbuild][roslyn] Bump msbuild and roslyn to pull in new versions (#16744)Larry Ewing
2019-08-29Build pkg-config as 64bit only, libtiff as universal and remove ↵Alexander Köplinger
gtk-quartz-engine.py (#16548) See https://github.com/mono/bockbuild/pull/116
2019-08-13[pkg] Bump libgdiplus to 6.0.2Alexander Köplinger
2019-08-12[msbuild] Bump to track xplat-master and update roslyn (#16155)Ankit Jain
Prompted by mono/msbuild#126: This includes: - merge mono-2019-06 - SDK update to track dotnet release/3.0.100-preview8 - Roslyn updated to 3.3.0-beta2-19381-14
2019-08-09[build] Remove EXTERNAL_MCS setting in platform MakefilesAlexander Köplinger
Setting an explicit mcs is no longer supported by the rest of the build scripts.
2019-08-08[aprofutil] Install the tool correctly (#16112)Alexander Köplinger
It needed a few tweaks to be usable when Mono is installed to the prefix.
2019-08-03Bump libgdiplus to new release (#15996)Jo Shields
2019-07-30Bump msbuild to xplat-masterLarry Ewing
2019-07-30Update nuget binaryLarry Ewing
2019-07-16Bump msbuild to track xplat-masterLarry Ewing
2019-06-21Bump msbuild to track xplat-master (#15295)Ankit Jain
* Bump msbuild to track xplat-master * [msbuild] Bump to track xplat-master .. which effectively enables use of the shared compiler.
2019-06-19Improve robustness of post-install script (#15213)Alexis Christoforides
We have several issues (e.g. https://github.com/mono/mono/issues/14181) where the installer occasionally fails in the postinstall script for unknown causes, on some hosts. This seems to be sometimes the culpable section and this patch should help trace the issue or alleviate the common symptoms of it (see https://github.com/mono/mono/issues/14181)
2019-06-07Bump msbuild to track xplat-master (#14814)Ankit Jain
Picks up changes in msbuild after: [mono] Update SDKs to track cli branch `release/2.1.8xx` (https://github.com/mono/msbuild/pull/110)
2019-06-01[MacSDK] Properly handle PATHs with spaces during package post-install (#14735)Alexis Christoforides
2019-05-29Update THIRD-PARTY-NOTICES.TXTRich Lander
2019-05-29Create THIRD-PARTY-NOTICES.TXTRich Lander
TPN for https://github.com/mono/mono/blob/7a1a832f6577ffb12d4d302d2868a5b1aaa5ec65/packaging/MacSDK/packaging/resources/postinstall#L96
2019-05-01[msbuild] Bump to pick up test fixesAnkit Jain
2019-04-30Update nuget.exe tooAnkit Jain
2019-04-30Bump msbuild to track xplat-masterAnkit Jain
2019-04-11Merge pull request #13815 from radical/nuget-5Marek Safar
[nuget] Bump to nuget 5.0.0