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
AgeCommit message (Collapse)Author
2020-02-13Move offsets-tool into mono/tools (#18829)monojenkins
Backporting this since we see errors during `pip install` on the Android Mono SDKs build on Linux and with this we're removing the call to pip (it wasn't needed). Backport of #18783. Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
2019-11-09Fix llvm path in CODEOWNERS fileAlexander Köplinger
2019-10-15Update codeownersRyan Lucia
Get notifications for various files in metadata
2019-10-01Update codeownersVlad Brezae
Get notifications for profiler and exceptions.
2019-09-04Update CodeOwners (#16662)Sam Patel
* Update CodeOwners Add Imraan as code owner for LLVM related files * Update CODEOWNERS
2019-06-26Update CODEOWNERS (#15429)Steve Pfister
2019-06-19Update CODEOWNERSMarek Safar
2019-06-12[.github] Update CODEOWNERSAleksey Kliger
2019-03-18Update codeowners (#13505)Marek Safar
2019-03-18Update CODEOWNERSLudovic Henry
2019-02-20Update CODEOWNERSLudovic Henry
2019-01-16Revert "Improve github issue template"Alexander Köplinger
It's actually on purpose so we don't get annoying task progress indicators in the issues list.
2019-01-16Improve github issue templateAlexander Köplinger
2019-01-03Updates codeownersMarek Safar
2018-12-12[resx2sr]: Giving this tool some love. (#11969)Martin Baulig
2018-11-09More codeowners updatesMarek Safar
2018-11-07initial RISC-V support (#11593)Bernhard Urban
initial RISC-V support I rebased @alexrp's work (https://github.com/alexrp/mono/commits/riscv) and added stubs so this minimal example works in the interpreter: ```console $ qemu-riscv64 ./mono/mini/mono-sgen --version Mono JIT compiler version 5.21.0 (riscv/f4802305009 Wed Nov 7 02:58:20 PST 2018) Copyright (C) 2002-2014 Novell, Inc, Xamarin Inc and Contributors. www.mono-project.com TLS: __thread SIGSEGV: normal Notifications: epoll Architecture: riscv64,double-fp Disabled: none Misc: Interpreter: yes Suspend: preemptive GC: sgen (concurrent by default) $ export MONO_PATH=../mono-riscv-bclbuild/b/lib/mono/4.5 $ grep -A 2 test_0_return mono/mini/basic.cs public static int test_0_return () { return 0; } $ INTERP_FILTER_METHOD=test_0_return qemu-riscv64 ./mono/mini/mono-sgen --interp --regression basic.exe Test run: image=/home/lewurm/work/mono-riscv/basic.exe Results: total tests: 1, all pass Elapsed time: 0.002441 secs (0.002441, 0.000000) Overall results: tests: 1, 100% pass ```
2018-11-07Updates codeowners (#11592)Marek Safar
2018-10-17Add myself as code owner of `mono/native` and some managed code. (#11228)Martin Baulig
- `mono/native` - `/mcs/class/corlib/Mono` (dependency injector, mono native, pal, certificates) - `mcs/class/corlib/System.Security.Cryptography.X509Certificates` - `/mcs/class/System/Mono` (PAL, certificates and dependency injector) - `/mcs/class/System/System.Security.Cryptography.X509Certificates`
2018-10-16Move CODEOWNERS to .github folderAlexander Köplinger
So all GitHub related special files are in one place
2018-05-31Issue template: update help link to https://Nick Craver
Since GitHub pages rolled out HTTPS support, links to `www.mono-project.com` can now be `https://` :) This also removes a `www.` 301 users currently hits.
2018-05-29Update issues template (#8920)Marek Safar
2018-04-24Update ISSUE_TEMPLATE.md (#8440)Ludovic Henry
2018-03-12Correcting typos for ISSUE_TEMPLATE.md (#7575)Yauheni Pakala
2018-02-01[github] Add issues template (#6739)Marek Safar
2018-01-31[github] Tweaks to issue templateMarek Safar
2018-01-19Fix CLA link in CONTRIBUTING.md (#6585)Alexander Köplinger
It was changed when .NET Foundation switched to new CLA infrastructure.
2018-01-08Make suggestions in github issue template XML commentsMarek Safar
2017-12-15[github] Update issue template not to auto-convert platforms into tasksMarek Safar
2017-12-12Add issue templateMarek Safar