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
2021-12-22Fixes #21372 index overflow in pedump.c:dump_blob (#21373)ThomasKuehne
2021-02-27Remove .csproj files from mcs/ build, they were never used (#20883)Alexander Köplinger
2020-07-29Make install-culture-table write to mono/culture/ (#20124)Aleksey Kliger (λgeek)
2020-04-30Disable a few executables if DISABLE_EXECUTABLES is defined. (#19678)Zoltan Varga
2020-04-02[loader] Add append option to loader hook installation functions (#19371)monojenkins
2020-03-11[tools/sgen] Fix warnings about adding integers to string pointers. (#19180)Jay Krell
2020-02-11Move offsets-tool into mono/tools (#18783)Alexander Köplinger
2020-02-11[cross] support arm-linux-gnueabihf cross compiling with netcore (#18714)Bernhard Urban-Forster
2020-01-27Update locale tables - add Tatar CLDR files tt.xml and tt_RU.xml (Fixes #1852...Adrian
2020-01-07Force Python 3.x from env in shebang lines (#18285)Calvin Buckley
2020-01-02[loader] Add assembly name matching on netcore to fix DefaultContext test (#1...Ryan Lucia
2019-12-14[wasm] Improve virtualenv installation scriptMarek Safar
2019-11-02Move MonoError from managed wrappers to native wrappers. (#15894)Jay Krell
2019-10-25Include signal.h unconditionally. (#17430)Jay Krell
2019-10-16[wasm] Bump emscripten. Remove generated python cache files. (#17340)Zoltan Varga
2019-10-07[offsets-tool] Update the README. (#17212)Zoltan Varga
2019-10-07[wasm] Bump emscripten version. (#17179)Zoltan Varga
2019-10-03Optional only build MSVC runtime using make file system on Windows. (#16915)Johan Lorensson
2019-09-26[offsets-tool] install clang python package into a virtualenv (#17013)Bernhard Urban
2019-09-20[offsets-tool] Install clang into the user-specific python directory.Rolf Bjarne Kvinge
2019-09-04[wasm] update emscriptenLarry Ewing
2019-08-29Should fix many warnings: sgen-protocol-def.h adding unsigned long to a strin...Jay Krell
2019-08-19Reduce size of internal MonoErrors by 3 pointers, while trying to be compatib...Jay Krell
2019-08-14[metadata] Create strongly typed versions of mono_assembly_request_prepare (#...Aleksey Kliger (λgeek)
2019-08-09[netcore] Make mono_assembly_request_prepare take an ALC (#16061)Ryan Lucia
2019-08-09[tools] Add .gitignore for mono-hang-watchdogAlexander Köplinger
2019-08-09[merp] Use a separate program as the hang supervisor. (#15715)Alexis Christoforides
2019-08-06[netcore] Make the load hook ALC-aware (#16012)Ryan Lucia
2019-07-31[jit] Optimize the initialize of MonoError locals. (#15869)Zoltan Varga
2019-07-26[android] switch to python offset tool (#15834)Bernhard Urban
2019-07-19[ios] Switch to python offset tool (#15744)Bernhard Urban
2019-07-19[loader] Pass ALC to mono_domain_loaded_internal, and then to domain search h...Aleksey Kliger (λgeek)
2019-07-18[loader] Add MonoAssemblyLoadContext; stop sharing MonoImages on netcore (#15...Aleksey Kliger (λgeek)
2019-07-12Fix offsets tool for Android NDK r20Marek Habersack
2019-04-26[runtime] Add a python version of the offsets tool. (#14229)Zoltan Varga
2019-04-08Revert "[image] Create MonoImageStorage to own the image raw data (#13892)" (...Alexander Köplinger
2019-04-07[image] Create MonoImageStorage to own the image raw data (#13892)Aleksey Kliger (λgeek)
2019-03-27Delete monograph. Closes https://github.com/mono/mono/issues/7845Jo Shields
2019-03-13[msbuild] Update to track upstream vs16.0 branch (#13053)Ankit Jain
2019-03-06[gitattributes] Do CRLF normalization on sln/proj filesAlexander Köplinger
2019-02-27nuget-hash-extractor: Improvements to reduce unnecessary diffs on update (#13...Ankit Jain
2019-02-23[nuget] Add new versions of System.Net.HttpAnkit Jain
2019-02-23[nuget] Add new versions of System.Text.Encoding.CodePages ..Ankit Jain
2019-02-11[ios] add crosswatch64_32 target (#12893)Bernhard Urban
2019-01-21[runtime] Make -Wreturn-type into an error. (#9915)Zoltan Varga
2019-01-17[Android,AOT] Support dumping AOT offsets with Android NDK r17+ (#12454)Marek Habersack
2018-12-06Display AM/PM for ko-KR culture (#11327)Egor Bogatov
2018-12-05Split mono_class_init into mono_class_init and mono_class_init_internal, add ...Jay Krell
2018-11-21[loader] Use Request structs to pass arguments to the loaderAleksey Kliger
2018-10-20Typesafe coop handles for all platforms. (#11012)Jay Krell