8000 Tags · sengiv/mono · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: sengiv/mono

Tags

mono-6.10.0.92

Toggle mono-6.10.0.92's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[2019-12] Bump msbuild to track mono-2019-12 (mono#19078)

mono-6.10.0.91

Toggle mono-6.10.0.91's commit message
Update mono-extensions

mono-6.10.0.87

Toggle mono-6.10.0.87's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Backport 2020-02 enable embedded ppdb. (mono#19050)

Co-authored-by: Thays Grazia <thaystg@gmail.com>

mono-6.10.0.86

Toggle mono-6.10.0.86's commit message
Bump bockbuild for Pango nil check fix

Pango nil check fix: https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1069059/

Brings in mono/bockbuild#153

Backport of mono#18936

mono-6.10.0.82

Toggle mono-6.10.0.82's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Added some parenthesis and a cast to control order of operations. (mo…

…no#18984)

This fixes mono#17140; intermittent incorrect results from GetTotalBytesAllocated for current thread. uint64_t and a pointer difference are not the same type/width on all architectures, so incorrect results can happen with out the parenthesis.

Co-authored-by: Nathan Ricci <naricc@microsoft.com>

mono-6.10.0.81

Toggle mono-6.10.0.81's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[sgen] Disable managed allocator when using nursery-canaries (mono#18946

)

The managed allocator included in a full aot image does not support canaries, leading to inconsistent object layout.

Fixes mono#18925

Co-authored-by: Vlad Brezae <brezaevlad@gmail.com>

mono-6.10.0.79

Toggle mono-6.10.0.79's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[2019-12] [merp] Capture Environment.FailFast message in crash report (

…mono#18921)

* [merp] Capture Environment.FailFast message in crash report

* [test] merp-crash-test refactor crasher data; add optional validator

Switch from a Tuple<T1,T2> to a struct for the crash items.  Add a third
optional validator field which is an action to run on the json blob that we get
back.

Not updating existing tests to do any json validation, yet.

* [test] Add new MERP crash test for Environment.FailFast

Check that the resulting json blob includes the failfast message.

Co-authored-by: Aleksey Kliger (λgeek) <akliger@gmail.com>

mono-6.10.0.76

Toggle mono-6.10.0.76's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[2019-12] Make MonoWebRequestHandler linker friendly (mono#18833)

* Make MonoWebRequestHandler linker friendly

* Make MonoWebRequestHandler's ctor public (to be able to use in Activator.CreateInstance without binding flags)

* Remove Console.WriteLine from system.net.http

Co-authored-by: Egor Bogatov <egorbo@gmail.com>

mono-6.10.0.74

Toggle mono-6.10.0.74's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[2019-12] Bump msbuild to track mono-2019-10 (mono#18862)

- Changes roslyn to 3.5.0-beta2-20074-05

mono-6.10.0.73

Toggle mono-6.10.0.73's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Move offsets-tool into mono/tools (mono#18830)

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 mono#18783.

Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
0