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
2018-09-01[MacSDK] Go back to incluging opt/llc after change in LLVM install processAlexis Christoforides
Fixes https://github.com/mono/mono/issues/10243
2018-08-30Follow up to bump target requirement to OSX 10.9 MavericksAlexander Köplinger
After another grep with different search terms I found a few more matches.
2018-08-29Bump target requirement to OSX 10.9 Mavericks (#10286)Katelyn Gadd
Fixes #9581
2018-07-30Apply F# portable pdb debug fix for pinvokes & bump (#9792)Jason Imison
It wasn't possible to debug any F# app that contained PInvokes. The F# compiler omitted MethodDebuginformation for PInvokes which in turn caused Mono to fail on an assertion. ``` * Assertion at metadata.c:1117, condition `idx < t->rows' not met ```
2018-07-20Update Windows requirement from Vista (6.0) to 7 (6.1). (#9568)Jay Krell
2018-07-06[runtime] Bump build requirement to 10.8Alexander Kyte
2018-06-25[runtime] Make bockbuild build llvm through monoAlexander Kyte
2018-06-22Bump msbuild to track xplat-master (#9240)Ankit Jain
2018-05-23Merge pull request #7412 from mono/update-macsdk-nugetAlexis Christoforides
[MacSDK] Update Nuget to 4.7.0
2018-05-23[MacSDK] Update Nuget to 4.7.0Alexis Christoforides
This update includes (should include) https://github.com/NuGet/NuGet.Client/commit/eca1a8d23a54818c116eef63875de6a554227ea7 which we need in Mono.
2018-05-22[packaging] Ignore Mac path in MSBuild .targets file during checkAlexander Köplinger
It contains this fragment: ``` <TargetFrameworkFallbackSearchPaths Condition="$([MSBuild]::IsOSPlatform('osx'))">$(TargetFrameworkFallbackSearchPaths);/Library/Frameworks/Mono.framework/External/xbuild-frameworks</TargetFrameworkFallbackSearchPaths> ```
2018-05-18Bump msbuild to track xplat-master (#8725)Ankit Jain
2018-05-16Bump msbuild to track xplat-master (#8681)Ankit Jain
2018-05-16[packaging] Bump mono-basic to fix build with master and add deprecation ↵Marek Safar
message (#8722)
2018-05-03Bump msbuild to track xplat-master (#8501)Ankit Jain
2018-05-02Update monollvm to: (#8536)Jay Krell
commit 0b3cb8ac12cd839f8110775d4085e822e8af4d7b (HEAD -> master, origin/master, origin/HEAD) Author: Zoltan Varga <vargaz@gmail.com> Date: Tue May 1 14:52:22 2018 -0400 Emit an LSDA for methods without landing pads too since we need the information about the 'this' register. to fix generic-stack-traces2.2 -- so it gets a generic type definition instead of a generid type instance, consistent with other execution modes.
2018-05-01[msbuild] Zip test results and log files for surfacing in jenkins (#8523)Ankit Jain
2018-04-26[msbuild] Bump to latest xplat-master (#8426)Ankit Jain
.. which is now on the netcore2.x based build. Update build and test scripts accordingly.
2018-04-21Merge pull request #8346 from mono/macsdk-update-llvmAlexis Christoforides
[MacSDK] Update LLVM to head of mono/llvm's master
2018-04-20[MacSDK] Update LLVM to head of mono/llvm's masterAlexis Christoforides
2018-04-20[packaging] Apply F# patch that fixes #8310Alexander Köplinger
Upstream patch is at https://github.com/fsharp/fsharp/pull/844
2018-03-30Bump msbuild to track xplat-master (#7900)Ankit Jain
2018-03-29[packaging] Bundle the msvc compiled monograph.exe on WindowsAlexander Köplinger
2018-03-28Whitelist illinkanalyzer in macOS package (#7861)Alexander Köplinger
Fixes #7860
2018-03-26Fix F# build. (#7826)Jason Imison
We need to be specific about the type of `switchName` as String.StartsWith got a new char overload. Fixes #7805
2018-03-20[msbuild] Bump msbuild to pick up fix for issue #7184 (#7665)Ankit Jain
MSBuild always recompiles project if it has a resx with a windows path. https://github.com/mono/mono/issues/7184
2018-02-14Update F# to 4.1.33Don Syme
Next update to F# to include regression fix Microsoft/visualfsharp#4348
2018-02-13Bump F# mono version to 4.1.32 Don Syme
This version contains a fix to fsharpi to make no-gui the default again
2018-02-05[ci] Consistently use CI_TAGS instead of label (#6782)Alexander Köplinger
The `label` environment variable is set by Jenkins based on the chroot/node configuration a given job is using. This crept into the CI scripts while it should have been a separate concern and caused all sorts of issues when we bumped from e.g. debian-8-* to debian-9-* in some jobs. Instead we should consistently use the CI_TAGS env var which we control exclusively.
2018-01-29[packaging] Bump mono-basic to bring latest fixes (#6706)Marek Safar
2018-01-28[packaging] Fix variableAlexander Köplinger
2018-01-28[packaging] Produce correct Windows .msi file nameAlexander Köplinger
We've been using a certain pattern for the Windows .msi for a long time but the build output used a different name which we simply manually renamed before publishing. Since we want to automate as much as possible we can change the build to produce the correct name right away.
2018-01-18Bump msbuild (#6569)Ankit Jain
2018-01-03[packaging] Whitelist vbc command in OSX pkg (#6382)Alexander Köplinger
We added vbc in https://github.com/mono/mono/commit/8be2726e127a969cd73e4e92ed03b053f13ed5d5 but didn't whitelist it in the Mac package.
2018-01-03[packaging] Remove files from gtksharp package that would overwrite Mono filesAlexander Köplinger
I found out that we were packaging e.g. MonoPosixHelper.dll from the gtksharp msi instead of the one we build in Mono :P This only happened in the x86 build because we don't package gtksharp in the x64 build.
2018-01-02[packaging] Add check for cygwin paths on Windows (#6364)Alexander Köplinger
We don't want to package these, found a few that needed to be removed/fixed.
2017-12-28[packaging] Windows: remove FSharp.Core from GAC (#6345)Alexander Köplinger
See https://github.com/mono/mono/pull/6295#issuecomment-354156711.
2017-12-22Bump F# to 4.1.29. Fixes #6281 (#6295)Jason Imison
* Bump F# to 4.1.29. Fixes #6281
2017-11-28Bump msbuild to xplat-master branchAlexander Köplinger
In preparation for the next branching.
2017-11-22[ci] MSBuild related fixes (#6071)Alexander Köplinger
* [ci] Fix testing of msbuild in run-test-mac-sdk.sh It contained the old version number and failed on bots that didn't have leftover old build result. * [ci] Fix msbuild paths in Windows packaging They changed with 73bd521c075b30bcbf349bdb7381d3b6b9fc3c69.
2017-11-21[ci] Add Jenkins pipeline script for building OSX and Windows packages (#6065)Alexander Köplinger
* [ci] Add Jenkins pipeline script for building OSX and Windows packages This replaces the current Jenkins freestyle jobs. We no longer need the signing inside of the MacSDKRelease profile since we're now signing on a separate service and having the signing certificates locally is discouraged anyway. * [ci] Update embedded gtk-sharp in Windows msi to 2.12.45 This matches what we ship on www.mono-project.com
2017-11-21Bump NuGet.BuildTasks (#6004)Ankit Jain
* Bump nuget-buildtasks cherry-pick 304d785bd0d11f8eb1f9ed18f0a3ef5cf273160d * [msbuild] Install importbefore/after hooks for nuget cherry-pick 4c935964b221437224e064446a932f76027a970d * [msbuild] Fix build - create the directories before installing .. (#5980) .. to them. cherry-pick d711efdd90b6bb2603a8a9d7872768c895745666 * [msbuild] Fix build (#5981) - Don't copy 14.0/Imports to 15.0 now, as we do that in nuget-buildtasks. - And don't create symlinks for Microsoft.NuGet.targets as it is not required anymore. cherry-pick ef1ea85c0f6af8445ae0df9251d115920c17d4b4
2017-11-10[msbuild] Change the version used in bockbuild to just '15', instead .. (#5986)Ankit Jain
.. of 15.x. It doesn't really affect anything and makes it simpler on wrench to specify directory from which to run the tests! (cherry picked from commit 3f3b106aca5e0ed3d72a2447a84d4729b3cdb36d) # Conflicts: # packaging/MacSDK/msbuild.py
2017-10-02Merge pull request #5675 from mono/glib-debug-symbolsAlexis Christoforides
Add glib to the list of packages with debugging symbols.
2017-10-02Bump mono-extensions to fix build break (#5677)Alexander Köplinger
The driver.c patch from mono-extensions no longer applied after https://github.com/mono/mono/commit/30cddad5fb4c3d290906a6e6c33ecd8b07d8b48c
2017-10-02Add glib to the list of packages with debugging symbols.Cody Russell
2017-09-29[msbuild] Bump msbuild to fix test failures on wrench (#5660)Ankit Jain
2017-09-18Install Microsoft.FSharp.NetSdk.props and targets (#5581)Jason Imison
Fixes https://bugzilla.xamarin.com/show_bug.cgi?id=57771
2017-09-15[msbuild] Bump to get workaround for bxc #55697 . (#5591)Ankit Jain
https://github.com/mono/msbuild/commit/8b76a1d2b9ffc493349a861962e44540ea14eaac
2017-09-12[msbuild] Bump msbuild to pick up SDK updates (#5548)Ankit Jain