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
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