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/tools
AgeCommit message (Expand)Author
2017-05-26[pedump] Fix running with cooperative GCAleksey Kliger
2017-05-18Adds System.Net.Http 4.3.2 to blacklistMarek Safar
2017-05-13[runtime] Remove System.ValueTuple from denied assemblies. It's not neededMarek Safar
2017-04-18[runtime] Blacklist System.Threading.Overlapped nugetsMarek Safar
2017-04-18Add System.Net.Http 4.3.1 to blacklistMikayla Hutchinson
2017-03-17Merge pull request #4453 from lambdageek/bug-49721Aleksey Kliger (λgeek)
2017-03-16Merge pull request #4536 from kumpera/block-rebind-of-banned-assembliesRodrigo Kumpera
2017-03-16[tools] Dep check the downloads to avoid the mistake fixed by the previous c...Rodrigo Kumpera
2017-03-16[corlib] Update culture data. Fixes #53334Marek Safar
2017-03-15[tools] Update nuget-hash-extractor to spew the new ban table.Rodrigo Kumpera
2017-03-14[runtime] Mark mono_assembly_open and mono_assembly_open_full external onlyAleksey Kliger
2017-03-08[offsets-tool] Remove dependencies on android directory layout by adding a --...Zoltan Varga
2017-03-07[runtime] Fix pedump.Zoltan Varga
2017-03-01[loader] Revert allowing SIOC 4.3. This is fine for now as we support LoadFro...Rodrigo Kumpera
2017-03-01[tools] Update nuget hash extractor so we don't block SIOC 4.3.0.Rodrigo Kumpera
2017-01-30[mono] Update ignored assemblies list to include System.ValueTupleMarek Safar
2017-01-30[mono] Update ignored assemblies list to include System.Reflection.DispatchProxyMarek Safar
2017-01-24Merge pull request #3806 from BrzVlad/feature-parallel-gc-finalVlad Brezae
2017-01-21[io-layer] Extract error (#4279)Ludovic Henry
2017-01-20[sgen] Add worker index to the binary protocol entriesVlad Brezae
2017-01-20[sgen] Clean exit if we can't read binprot file due to unsupported versionVlad Brezae
2017-01-18[tools] Add nuget-hash-extractor tool to help produce the runtime ignored ass...Rodrigo Kumpera
2016-12-02[corlib] Cleanup more negative sign cultures with unicode prefixesMarek Safar
2016-11-22[corlib] Update list of known lcids and update CLRD data. Fixes #46456Marek Safar
2016-11-14[offsets-tool] Make sure to re-clone when the hash for the cpp binaries changes.Rolf Bjarne Kvinge
2016-11-11[offsets-tool] Fixed the Makefile to clone into the base directory instead.Joao Matos
2016-11-10[offsets-tool] Updated build scripts to handle multiple platforms.Joao Matos
2016-11-10[offsets-tool] Fixed whitespace inconsistency.Joao Matos
2016-11-10Updated offsets tool to latest CppSharp.Joao Matos
2016-11-02[runtime] Move MonoClass::flags to MonoClassDef.Rodrigo Kumpera
2016-08-30Revert "[runtime] Fix pedump by using the normal embedding APIs instead of in...Zoltan Varga
2016-08-29[runtime] Fix pedump by using the normal embedding APIs instead of initializi...Zoltan Varga
2016-08-11[handles] offsets-tool should include MonoObjectHandlePayloadAleksey Kliger
2016-07-22Modify the offsets dumper to work with Xamarin.AndroidMarek Habersack
2016-06-10[tools] Add a few missing files to the tarballAlexander Köplinger
2016-06-10[runtime] Move 'pedump' to tools/pedump, build tools by default. (#3133)Zoltan Varga
2016-06-09[sgen] Scatterplot option for gcpauseviz.Mark Probst
2016-06-07[sgen] Make gcpauseviz histograms more meaningful.Mark Probst
2016-06-07[sgen] Fix gcpauseviz.Mark Probst
2016-06-06[offsets-tool] Generate offsets for SgenClientThreadInfo.Zoltan Varga
2016-05-26[offsets-tool] Use git protocol instead of ssh to allow anonymous access.Rolf Bjarne Kvinge
2016-05-11Merge pull request #2971 from BrzVlad/feature-cross-binprotVlad Brezae
2016-05-10[offsets-tool] Only create the .stamp-clone file if the clone succeeds.Rolf Bjarne Kvinge
2016-05-10[sgen] Support binary protocol cross platform grep-ing across platforms with ...Vlad Brezae
2016-05-10[sgen] Pack structs for binary protocol entriesVlad Brezae
2016-05-10[sgen] Split protocol entry grep from argument parsingVlad Brezae
2016-05-10[sgen] Extract entry stream code into new fileVlad Brezae
2016-05-10[sgen] Use types with explicit size for protocol entries, on the reader endVlad Brezae
2016-05-05[sgen] Remove old unused definesVlad Brezae
2016-05-04[corlib] Update locale tables. Fixes #40697greenMarek Safar