Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: kavaari/mono

Tags

mono-3.2.6

Toggle mono-3.2.6's commit message
[PCL]: Add new `System.Runtime.InteropServices.WindowsRuntime' APIs a…

…nd Facade Assembly.

This is a squashed cherry-pick of commits 37af8b7, 7d23865, 1908e1d and d0d5f5a, which
fixes problems with the MS Rx NuGet package.

mono-3.2.5

Toggle mono-3.2.5's commit message
[runtime] Fix the osx mavericks stack size calculation in sgen too.

mono-3.2.4

Toggle mono-3.2.4's commit message
Revert my last two commits; these would require a new cecil.

This reverts commits c29ac46
and b31c948.

mono-3.2.3

Toggle mono-3.2.3's commit message
Bump ikvm again to only pick-up my single commit.

I created a new 'mono-master' branch in ivkm-fork, which is based
at the previous ikvm commit, then cherry-picked my single commit.

Apparently, there are API changes in IVKM which prevent it from
being applied cleanly.

mono-3.2.1

Toggle mono-3.2.1's commit message
Include all of Martin's spec file changes

mono-3.2.0

Toggle mono-3.2.0's commit message
Bump version number to 3.2.0

mono-3.1.2

Toggle mono-3.1.2's commit message
Put the unbox_trampolines table into the .text segment instead of .ro…

…data on mt since it contains code.

mono-3.1.1

Toggle mono-3.1.1's commit message
[runtime]On install, symlink mono to the right binary.

mono-3.0.12

Toggle mono-3.0.12's commit message
Mark MonoCMethod (runtime subclass of ConstructorInfo) as serializable. 

Fixes mono#12611

mono-3.0.11

Toggle mono-3.0.11's commit message
Fix the check in bf9c7dc.

The C preprocessor sucks.