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
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-27Fix mono-extensions build (#17100)Alexander Köplinger
It needed an update because https://github.com/mono/mono/commit/5b108b5726ec196f4b61d30f406919ce70211754 touched code the patch modified.
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-19[packaging] Don't use dl.xamarin.com for gtksharp package anymoreAlexander Köplinger
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-09[packaging] Add some missing .pdb's to Windows MSI (#14420)Alexander Köplinger
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
2019-04-10[MacSDK] Bump F# to 4.5 (#10919)Jason Imison
* Use a custom prefix instead of trying to infer it, which doesn't work under bockbuild. The following line is problematic in the scope of building the Mac SDK package (using bockbuild): https://github.com/fsharp/fsharp/blob/ccfccbacfdb16b2ab143cf83f5ece20f738fd864/mono/config.make#L5 It's problematic because where `mono` lives in this case would be something like `/macsdk-staging-dir/bin/mono` which is not the actual prefix (prefix here being the final destination, `/Library/Frameworks/Mono.framework/...`) but a staging area that bockbuild uses (this is how we build on system prefixes without installing on CI) For the F# build, bockbuild expects things to end up in `/fsharp-staging-dir/$(prefix)` (because that's what most `make install`s do when given `DESTDIR=/fsharp-staging-dir/`). If things end up in _any other_ directory in `/fsharp-staging-dir/` (like `/fsharp-staging-dir/macsdk-staging-dir` in our case) that would cause us to miss packaging those files (this has happened before, with packages that have broken or different use of `DESTDIR`). So there is an added write-protection for anywhere in `/fsharp-staging-dir` that *isn't* `/fsharp-staging-dir/$(prefix)` , because a write-protection error, while obtuse, is much preferable to missing the fact that some files are not packaged (as would have happened here) So the fix is to stop trying to infer the prefix, and return to providing it explicitly to the build system (this used to be the case via the `configure` step) * Also, if we are doing an override of the 'make' command, we need to take care of passing DESTDIR ourselves too * Since now we perform 'make install' on the make step, make the 'install' step into a no-operation. * Look for sn where mono is, not in the final destination (which again, may not be the same)
2019-04-09Bump macsdk msbuild hash to msbuild that uses new roslyn, matching mono ↵Katelyn Gadd
master (#13852)
2019-04-03[nuget] Bump to nuget 5.0.0Ankit Jain
2019-03-27Delete monograph. Closes https://github.com/mono/mono/issues/7845Jo Shields
2019-03-20Fix Windows MSI buildAlexander Köplinger
2019-03-18More Windows MSI fixesAlexander Köplinger
2019-03-18Fix Windows MSI build, msbuild is now in Current instead of 15.0Alexander Köplinger
2019-03-18Remove more unnecessary nunit24 cruftAlexander Köplinger
2019-03-15Merge pull request #13437 from DavidKarlas/patch-1Jo Shields
Fix generating `.dSYM` for GTK assemblies
2019-03-14[win] Don't try to install NUnit 2.4, it's dead nowJo Shields
2019-03-14Remove nunit24 from mono build and tree (#13415)Maxim Lipnin
* Remove nunit24 from mono build and tree * More cleanup * Fix build * [csproj] Update project files
2019-03-13[msbuild] Update to track upstream vs16.0 branch (#13053)Ankit Jain
2019-03-13[MacSDK] Bump Nuget to 4.8.2Alexis Christoforides
2019-03-13Fix generating `.dSYM` for GTK assembliesDavid Karlaš
Problem is that https://github.com/mono/bockbuild/blob/14535c270ea9f8d536efe6852700d8d1cb657c1f/packages/gtk%2B.py#L4 passes `gtk` for repository name to `GitHubPackage` which then uses this as package name. So when it's decided if `-g` should be added at https://github.com/mono/bockbuild/blob/5c2378112dc681cea0aa5c2447661fb13adbc46b/bockbuild/darwinprofile.py#L158-L159 it's false hence GTK assemblies don't get debug symbols.
2019-02-22[fsharp] Fix a type inference error introduced by recent changes (#13109)Ankit Jain
``` @/external/bockbuild/builds/fsharp-fsharp-6624925/src/scripts/fssrgen.fsx(334,28): error FS0041: A unique overload for method 'GetFileNameWithoutExtension' could not be determined based on type information prior to this program point. A type annotation may be needed. Candidates: System.IO.Path.GetFileNameWithoutExtension(path: System.ReadOnlySpan<char>) : System.ReadOnlySpan<char>, System.IO.Path.GetFileNameWithoutExtension(path: string) : string [@/external/bockbuild/builds/fsharp-fsharp-6624925/src/fsharp/FSharp.Build-proto/FSharp.Build-proto.fsproj] ```
2019-02-06[ci] Support Mono version 6.x in Windows .msi buildAlexander Köplinger
2019-02-04Bump libgdiplus to mono-2018-12 branch tipJo Shields
2018-12-20Bump to latest SQLite for Mac bundle (#12118)Jo Shields
* Bump to latest SQLite for Mac bundle * Explicitly disable editline support. SQLite assumes that if editline is enabled (the default), then NCurses was compiled with TermInfo support, which is not true on Mac
2018-12-19[MacSDK] Bump NuGet to 4.8.1Ankit Jain
2018-12-18Bump msbuild to track xplat-masterAnkit Jain
2018-12-07[corlib] Import FileSystemInfo and family from CoreFX (#11342)Alexis Christoforides
Includes the following from System.IO: * FileSystemInfo * FileInfo * DirectoryInfo * Directory * FileSystem * Path `Join()` Span API and all of System.IO.Enumeration namespace. Adds about 1600 System.IO tests Behavior changes: * `File.Replace` now replaces files even if they are read-only (using the `rename` syscall on Unix) * Directory enumeration is no longer stable in the way that many Mono tests expect * Some changes in when/whether some representations of directories contain a trailing separator character * Changes in which exceptions are thrown (sometimes these are platform-dependent on CoreFX) Issues: * https://github.com/dotnet/corefx/issues/33486 * https://github.com/dotnet/corefx/issues/33490 Part of #7246
2018-12-06[Win32] Enable BTLS in Windows builds (#11947)Jo Shields
2018-10-30Bump msbuild to track xplat-master (#11440)Ankit Jain
- pickup fix for https://github.com/mono/mono/issues/11214 .
2018-10-17[pkg] Add preinstall which removes existing Mono of the same version (#11203)Alexander Köplinger
Fixes https://github.com/mono/mono/issues/11202
2018-10-12[2018-08] Bump msbuild (#11098)monojenkins