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-10-25[mono] Update denied assemblies listMarek Safar
2017-09-13[corlib] Update negative symbol for all cultures. Fixes #57496Marek Safar
2017-09-12[verifier] Implement verification of byref returns.Rodrigo Kumpera
2017-08-19[pedump] Have the assembly search hook look at the same directory of the asse...Rodrigo Kumpera
2017-08-16Merge pull request #5382 from kumpera/pedump_fixRodrigo Kumpera
2017-08-16[msbuild] Install a `deniedAssembliesList.txt` to support denied ... (#5358)Ankit Jain
2017-08-16[verifier] Add workaround for verifying corlib and valid-only output.Rodrigo Kumpera
2017-08-16netstandard dependant facades update after 2.0 release (#5371)Marek Safar
2017-08-15[runtime] Use HOST_ defines instead of PLATFORM_ defines. (#5362)Zoltan Varga
2017-08-09Revert "[runtime] Avoid building a separate static library, use the shared ob...Alexander Köplinger
2017-08-08[runtime] Avoid building a separate static library, use the shared object fil...Zoltan Varga
2017-08-08[runtime] Move eglib into mono/eglib so it becomes a convenience library simi...Zoltan Varga
2017-08-03[msbuild] Add option to nuget-hash-extractor to generate a list of theAnkit Jain
2017-08-02[offset-tool]: Add MonoProfilerCallContext to MonoAotOffsetsDumper.Martin Baulig
2017-07-19[offset-tool] fix assignment for GeniOSBernhard Urban
2017-07-18[offsets-tool] Add a --gen-ios argument which can be used together with --tar...Zoltan Varga
2017-07-14[pedump] Print failure cause message when a class cannot be initializedAleksey Kliger
2017-07-05[offsets-tool] allow to set targetdir for iOS targets, so it's possible to du...Bernhard Urban
2017-06-20[threads] Store MonoInternalThread in MonoThreadInfo for use when detaching (...Ludovic Henry
2017-06-08[interp] add InterpMethodArguments struct to offset-toolBernhard Urban
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-05-04[pedump] Fix running with cooperative GCAleksey Kliger
2017-04-18[runtime] Blacklist System.Threading.Overlapped nugetsMarek Safar
2017-04-18Add System.Net.Http 4.3.1 to blacklistMikayla Hutchinson
2017-04-07[runtime] Update the offsets tool to a new version of CppSharp and use 64 bit...Zoltan Varga
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