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
path: root/mcs/tools
AgeCommit message (Expand)Author
2016-12-21Merge pull request #4181 from kumpera/symbolificate-fixes-backportRodrigo Kumpera
2016-12-20[mkbundle] Don't use Path.GetDirectoryName on `directory` (#4130)Jo Shields
2016-12-20[mono-symbolificate] Add test for nested type arguments and ambiguous matches.Rodrigo Kumpera
2016-12-20[mono-symbolificate] Add support for runtime generated stacktraces and fix a ...Rodrigo Kumpera
2016-12-16Fix marking types inside custom attributes. Fixes #47064 (#4126)mono-4.8.0.395Sebastien Pouliot
2016-11-25[mkbundle] Print error message when assemblies couldn't be loadedAlexander Köplinger
2016-10-30Backport to 4.8.0 of mkbundle SDK + native library support (#3834)Miguel de Icaza
2016-10-25[bcl] Only build Mono.Btls.Interface and btls tool when BTLS is enabledAlexander Köplinger
2016-10-13[System]: Move MonoBtlsProvider.IsSupported() -> MonoTlsProviderFactory.IsBtl...Martin Baulig
2016-10-11[cert-sync]: Change back to using the '--btls' argument.Martin Baulig
2016-10-10[bcl] Expose a few more APIs on mobile to match with netstandardAlexander Köplinger
2016-10-05Merge pull request #3708 from rolfbjarne/linker-mark-nested-types-4.8.0Alexander Köplinger
2016-10-04[linker] We don't need to mark nested types more than once.Rolf Bjarne Kvinge
2016-10-04[linker] We need to mark nested types even if the declaring type isn't marked.Rolf Bjarne Kvinge
2016-09-30[cert-sync]: Make the new store the default and add '--legacy' for the old one.Martin Baulig
2016-09-30[BTLS]: Add managed BTLS sources.Martin Baulig
2016-09-30[Mono.Security]: Add the new certificate store.Martin Baulig
2016-09-25Fix issue with VB projectsAlex Earl
2016-09-23[corcompare] More hacks to make breaking change not too disruptiveMarek Safar
2016-09-22[corcompare] Another try to make breaking change not too discruptiveMarek Safar
2016-09-22[corcompare] Drop ParameterAttributes from method signatureMarek Safar
2016-09-19[mkbundle] support satellite assemblies (#3448)Marek Habersack
2016-09-01Bundle other options (#3501)Miguel de Icaza
2016-08-29Add missing switch and functionality to al.David Mitchell
2016-08-25[corcompare] Show extension argument changes. Make parameter name difference ...Marek Safar
2016-08-24[monosymbolicate] Add pdb detectionMarek Safar
2016-08-24Merge pull request #3445 from rolfbjarne/cecil-updateMarek Safar
2016-08-24Revert "[corcompare] Reflects cecil breaking changes"Marek Safar
2016-08-24[tuner/linker] Update code to fix warnings after cecil update.Rolf Bjarne Kvinge
2016-08-24[corcompare] Reflects cecil breaking changesMarek Safar
2016-08-24[linker] Mark declaring types of nested types resolved from xml descriptors. ...Rolf Bjarne Kvinge
2016-08-23[xbuild] Fix incremental build of TargetFrameworkAttributeMikayla Hutchinson
2016-08-18Merge pull request #3415 from ludovic-henry/net_2_1-to-mobileLudovic Henry
2016-08-18[mcs] Replace NET_2_1 by MOBILELudovic Henry
2016-08-18[mkbundle] add support for distributing I18N encoding files and improved the ...Miguel de Icaza
2016-08-16[linker] Update mscorlib.xml to include some Mono.RuntimeStructsAleksey Kliger
2016-08-16[linker] Bring various descriptors that were updated in iOS, but not on deskt...Miguel de Icaza
2016-08-16[linker] Update descriptors for mscorlib to include the new _ThreadPoolWaitCa...Miguel de Icaza
2016-08-11[corcompare] Use only C# known parameter type attributes for methods signaturesMarek Safar
2016-08-11[mkbundle] Fix --fetch-target to not require an assembly, embed the proper as...Miguel de Icaza
2016-08-10[nunitlite] Pass greedily, not fail greedilyAlexander Kyte
2016-08-10[mono-api-html] Show assembly version differencesMarek Safar
2016-08-10[mdoc] Remove --exclude=.svn from diff argumentsAlexander Köplinger
2016-08-09[runtime] Return failure return status if nunit-lite test suite failsAlexander Kyte
2016-08-09Merge pull request #3353 from esdrubal/st-formatMarcos Henrich
2016-08-08[corlib] Removed MVID and AOTID metadata.Marcos Henrich
2016-08-06[monosymbolicate] Update project fileMarek Safar
2016-08-06[mono-symbolicate] Better test failure reportingMarek Safar
2016-08-06[mdoc] Update project fileMarek Safar
2016-08-06[bcl] Reflect cecil breaking changesMarek Safar