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
2017-11-26[msvc] Update csproj files (#6100)monojenkins
2017-11-21[msvc] Update csproj files (#6066)monojenkins
2017-11-21[corlib] Move System.Runtime.InteropServices.RuntimeInformation to co… (#6060)Marek Safar
* [corlib] Move System.Runtime.InteropServices.RuntimeInformation to corlib to match .net 4.7.1 api * Bump API snapshot submodule
2017-11-13[msvc] Update csproj files (#5995)monojenkins
2017-11-08[Facades] Use same assembly company/product/copyright attributes as other ↵Alexander Köplinger
BCL assemblies (#5961) * [Facades] Use same assembly company/product/copyright attributes as other BCL assemblies We can't use Consts.cs since it'd bloat up the facades too much. Also remove ".dll" suffix from AssemblyTitle/Description to match what the Facades in the .NET Framework Reference Assemblies pack are using. * Bump API snapshot submodule
2017-10-27[build] Add wasm profileMarek Safar
2017-08-16netstandard dependant facades update after 2.0 release (#5371)Marek Safar
2017-08-07[msvc] Update csproj filesAlexander Köplinger
2017-08-07[bcl] Specify the name of the key file on the command line instead of using ↵Zoltan Varga
the AssemblyKeyFile attribute for consistency and to make it easier to do path name manipulation on the file name. (#5316)
2017-06-28[build] Add a new profileMarek Safar
2017-06-12[msvc] Update csproj files (#4898)monojenkins
2017-05-30[S.R.I.RuntimeInformation] Fix FrameworkDescription on Android (#4946)Alexander Köplinger
* [S.R.I.RuntimeInformation] Fix FrameworkDescription on Android It turns out using `DllImport ["__Internal"]` doesn't work on XA (and other cases where Mono is embedded) because it searches for the method in the host which embeds Mono and doesn't find it, resulting in an EntryPointNotFoundException. We need to switch to an icall instead. However there's already an existing icall+BCL wrapper: Mono.Runtime.GetDisplayName(). Added IVT from corlib to S.R.I.RuntimeInformation so we can call it. * Update API snapshot
2017-05-29[Facades] Update to match latest contracts (#4939)Alexander Köplinger
* [Facades] Update to match latest contracts * Update API snapshot
2017-05-15[msvc] Update csproj files (#4846)monojenkins
2017-05-12[Facades] Update with new typeforwarders/APIs (#4838)Alexander Köplinger
2017-04-28[bcl] Add API diff targets (#4406)Alexander Köplinger
With these targets we can generate a snapshot of the current Mono API in C# source code form. Whenever we make changes, we can rerun this to ensure we didn't inadvertently change the public API. It also outputs a diff in html form that we can show on CI.
2017-04-28[System.Reflection.DispatchProxy] Move to facades to support _._ nugetsMarek Safar
2017-04-28[Facades] Update version numbersMarek Safar
2017-04-27[msvc] Update csproj files (#4763)monojenkins
2017-04-27[Facades] Move more asseblies to Facades to support implicit reference for ↵Marek Safar
_._ like nugets and ignore version mismatch
2017-04-25Remove unused facadeMarek Safar
2017-04-25[System.Diagnostics.Tracing] Don't generate empty debyg symbolsMarek Safar
2017-04-25[System.Data.Common] Add IDbColumnSchemaGeneratorMarek Safar
2017-04-25[Facades] Don't build debug symbols for System.Net.SocketsMarek Safar
2017-04-24[msvc] Update csproj files (#4740)monojenkins
2017-04-24[Facades] Use Open.snk for netstandard.dllAlexander Köplinger
We were using the wrong key since dotnet/standard switched to using the new Open key.
2017-04-18[msvc] Update csproj files (#4711)monojenkins
2017-04-12[msvc] Update csproj filesmonojenkins
2017-04-11[netstandard] Remove System.ArgIterator from facadeAlexander Köplinger
It was removed today: https://github.com/dotnet/standard/commit/52651e78ac329c56fb59cebf5b24174f25acb070
2017-04-11[Facades] Build netstandard.dll by default (#4501)Alexander Köplinger
Added a new EXTERNAL_FACADE_DRAWING_REFERENCE variable which specifies the path to an assembly that contains drawing types, e.g. in the monotouch/monodroid case System.Drawing is built inside the XI/XA repos. Also update netstandard typeforwards to the latest version from the dotnet/standard repo.
2017-04-07[Facades] Add facades to winaot/orbis profiles (#4656)Alexander Köplinger
Also remove Mono.Simd as we don't it on new platforms. Cleanup monotouch_dirs to not depend on testing_aot_full_dirs since it should be separate (even though it contains the same right now).
2017-04-07Make sure .sources files end with newlineAlexander Köplinger
It confuses the build on Linux otherwise.
2017-04-05[msvc] Update csproj files (#4645)monojenkins
2017-04-05[Facades] Add forwarder for DbDataReaderExtensionsMarek Safar
2017-04-05[msvc] Update csproj filesmonojenkins
2017-04-04[Facades] Fixes System.Threading.OverlappedMarek Safar
2017-02-24Revert "[Facades] Build netstandard.dll with net_4_x profile by default"Alexander Köplinger
It broke the build.
2017-02-24[Facades] Build netstandard.dll with net_4_x profile by defaultAlexander Köplinger
2017-02-16[msvc] Update csproj files (#4395)monojenkins
2017-02-15[bcl] Remove the NETSTANDARD ifdef from profilesAlexander Köplinger
We're always using the code now and will deal with the differences to .NET 4.x by producing reference assemblies.
2017-02-15[Facades] Fix netstandard facade buildAlexander Köplinger
2017-02-14[Facades] Update netstandard facade to latestAlexander Köplinger
Includes latest changes from dotnet/standard repo.
2017-01-23[build] Add new profileMarek Safar
2017-01-23[build] Add System.Text.Encoding.CodePages dependency used for non-ascii ↵Marek Safar
files in build
2017-01-20Really fix the file mode this time...Alexander Köplinger
Sorry, should probably get a coffee :(
2017-01-20Fix inadvertent file mode change in previous commitAlexander Köplinger
2017-01-20[Facades] Refresh netstandard20 typeforwardersAlexander Köplinger
2017-01-14[msvc] Update csproj files (#4249)monojenkins
2017-01-13[Facades] Implementation types from CoreFXMarek Safar
2017-01-10[msvc] Update csproj files (#4221)monojenkins