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-06-12Fix System.Numerics xunit tests and add them to CI (#5006)Alexander Köplinger
* Fix System.Numerics xunit tests and add them to CI Xunit.Extensions.NetCore.dll is available as a net46 version now so we can just use it instead of building it from our buildtools fork. This also allows us to remove the fork from our submodules. We were missing running the System.Numerics xunit tests in CI, this adds them so we catch breaks like these earlier. * Skip tests on Windows, they seem to fail there
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-23[mdoc] Integrate api-doc-tools versionMarek Safar
2017-03-17Add support for xunit testsMarek Safar
2016-12-13Remove the debian-snapshot submoduleAlexander Köplinger
Jo said it's no longer used. We're using the following repos now: https://github.com/mono/linux-packaging-mono https://github.com/mono/linux-packaging-mono-snapshot
2016-11-29Add CoreRT submoduleMarek Safar
2016-11-28[build] Roslyn switchMarek Safar
2016-11-11Fix git submodule urlAlexander Köplinger
2016-11-11Remove extracted linker sources and reuse them via submoduleMarek Safar
2016-11-04Properly configure the bockbuild submoduleAlexis Christoforides
2016-10-14Added Bockbuild as a submoduleAlexis Christoforides
2016-10-06[corlib] Add ValueTupleMarek Safar
2016-09-30[BTLS]: Add the native BTLS sources.Martin Baulig
2016-08-06[Mono.Cecil] Add special handling of legacy 0.9.5 versionMarek Safar
2016-07-15Add dotnet/buildtools submoduleMikayla Hutchinson
Using the openportabletargets branch in order to get https://github.com/dotnet/buildtools/pull/643
2016-07-15[xbuild] Add Microsoft.NuGet.Build.Tasks.dll MSBuild taskAlexander Köplinger
This is required for interoperating with project.json-based NuGet package configuration files (not to be confused with DNX or AspNet Core which use it as a project file too) from MSBuild/xbuild. The task hooks into the build process, resolves assembly references from the nuget package cache and injects them into the compilation project so the csproj doesn't need to be modified when adding new references/packages. It is the first step on our road to PCL5/NuGet3.
2016-05-03Remove referencesource submodule and move sources to mcs/class/referencesourceMarek Safar
This simplified PR workflow and makes branching easier
2016-04-07Replace android-libunwind submodule with a local copyAlexander Köplinger
We can't keep it as a real git submodule since the repo contains an "aux" folder that breaks on Windows.
2016-04-06Add android-libunwind submodule and fix path in ↵Alexander Köplinger
mini-exceptions-native-unwinder.c This was hosted in mono-extensions before. It is licensed under the MIT license: https://android.googlesource.com/platform/external/libunwind/+/android-6.0.1_r24/LICENSE
2016-01-22[nunit-lite] Add NUnitLite fork as submodule and build through makefilesAlexander Kyte
in /mcs/tools/nunit-lite
2015-06-11[Lucene] Replace the large 66M dependency to a 4M dependency with the subset ↵Miguel de Icaza
that we use
2015-02-25Remove EntityFramework from class libsAlexander Köplinger
We currently ship a horribly outdated version of EF. This is unnecessary since EF is on NuGet and has an active set of users using it on Unix. Miguel gave his +1 on the mailing list already.
2015-02-10Rename binary reference assemblies locationMarek Safar
2014-12-10bump rx to rx-oss-v2.2 and add branch info on .gitmodules.Atsushi Eno
2014-12-10Specify referencesource branch in .gitmodules to make updating easierMarek Habersack
2014-12-08Use `git://...` instead of `git@...` for submodules.Alex Rønne Petersen
2014-12-08Added reference-assemblies submodule to fix the buildMarek Habersack
2014-12-08Change 4.0 profile to metadata reference only profileMarek Safar
2014-11-20Add referencesource submoduleMiguel de Icaza
2014-03-28Fix ikdasm submodule repository path.Zoltan Varga
2014-03-25Add the mono/ikdasm repository as a submodule.Zoltan Varga
2012-12-11[build] Update Lucene.net submodule to use mono org URLJérémie Laval
2012-11-29[monkeydoc] Implement GetHashCode for EcmaDescJeremie Laval
2012-11-22Fix public ikvm module locationMarek Safar
2012-11-21Remove duplicate ikvm modul registrationMarek Safar
2012-11-21Submodule ikvm reflectionMarek Safar
2012-11-14I needed to add rx to .gitmodules too.Atsushi Eno
2012-07-27Remove duplicate entryMarek Safar
2012-07-27Add EntityFramework (not same as System.Data.Entity)Marek Safar
2012-07-01Add directhex's debian packaging metadata repository as a submodule, to help ↵Jo Shields
with MonkeyWrench integration.
2012-04-27Switch Cecil to common git://github.com/mono/cecil.gitMarek Safar
2012-03-29Added the Newtonsoft.Json submoduleMarek Habersack
2012-03-29Use the readonly git url (non-ssh form) for the aspnetwebstack submoduleAlan McGovern
2012-03-28Added aspnetwebstack submoduleMarek Habersack