Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-01-22Add missing null checks to TypeReferenceExtensionsmono-2017-10Sebastien Pouliot
2018-01-17Add missing checks for property variants when looking for property backing fi...Marek Safar
2017-11-22Add test to ensure interfaces aren't removed even if not used.Rolf Bjarne Kvinge
2017-11-22Make interface marking overridable by derived classes.Rolf Bjarne Kvinge
2017-11-19Multiple [SandboxDependency] attributes are supported and should have been al...Michael Voorhees
2017-11-16Add CopyUsed assembly action.Eugene Rozenfeld
2017-11-15Add an option to ignore unresolved types and methods.Eugene Rozenfeld
2017-11-15Add a switch to specify action on user assemblies.Eugene Rozenfeld
2017-11-07Prevent SDK roll-forward using global.jsonSven Boemer
2017-10-26Implement removal of link xml resources that were processedMike Voorhees
2017-10-25Add back PrepForLink method for customization purposesMike Voorhees
2017-10-25Update to 2.0 tooling. (#166)Sven Boemer
2017-10-24Reframe alternate dest as file name onlyMike Voorhees
2017-10-24Implement tests for processing of embedded link xml resourcesMike Voorhees
2017-10-23Add ability to customize the name of the output assembly in testsMike Voorhees
2017-10-19Find 'linker' child element rather than assuming it's the first element in th...Jonathan Chambers
2017-10-11Improve dependency dumpingRadek Doulik
2017-10-11Respond to PR feedback.Sven Boemer
2017-10-11Fix typoSven Boemer
2017-10-11Fix build on windowsSven Boemer
2017-10-11Add native trimming logicSven Boemer
2017-10-10Update MusicStore refelction roots.Eugene Rozenfeld
2017-10-05Bump Cecil version to latest.Eugene Rozenfeld
2017-10-04Run apps and validate output in integration testsSven Boemer
2017-09-22Add ILLink.CustomsSteps.dll.Eugene Rozenfeld
2017-09-21Mono build fixesMarek Safar
2017-09-20Workaround for Nuget issue/regressionMarek Safar
2017-09-18Strip mscorlib.xml from mscorlib.dll when linking (#158)Chris Hamons
2017-09-13Improve loggingRadek Doulik
2017-09-11Build cecil in desktop configuration for net46 targetSven Boemer
2017-09-11Prevent overriding custom LinkerRootAssembliesSven Boemer
2017-08-31Bump cecilMarek Safar
2017-08-30Don't pass satellite assemblies to the linkerSven Boemer
2017-08-24Adds more type-forwarder testsMarek Safar
2017-08-23Don't crash on any wrong type forwader referenceMarek Safar
2017-08-23Sync up with NiceIO at https://github.com/lucasmeijer/NiceIO/commit/30c788650...Mike Voorhees
2017-08-21Fixes failing IL testMarek Safar
2017-08-21Merge branch 'Unity-Technologies-master-compile-setup-refs'Marek Safar
2017-08-19Add ability to compile assemblies before and after a test caseMike Voorhees
2017-08-18Don't throw during test cases build process (most runner cannot handle it)Marek Safar
2017-08-18Testing support for adding the KeepTypeForwarderOnlyAssembliesMike Voorhees
2017-08-17Don't include BlackListStep in atest run by defaultMarek Safar
2017-08-15Extension point for setting up pedump processMike Voorhees
2017-08-04Work around GetAssemblyName issueSven Boemer
2017-08-02[linker] added workaround for invalid type forwardsRadek Doulik
2017-08-02Provide 'event' and 'property' elements support with Link XML step.Vladislav Rishe
2017-08-02Fix LinkingOfCoreLibrariesRemovesUnusedTypes failing on WindowsMike Voorhees
2017-07-28Enable test that needed mono 5.2 or higher to workMike Voorhees
2017-07-26Run peverify on the output assembliesMike Voorhees
2017-07-26[linker] Provide the inner exception when throwing AssemblyResolutionExceptio...Rolf Bjarne Kvinge