Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: afrog33k/SharpNative
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: afrog33k/SharpNative
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: c++
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 330 files changed
  • 1 contributor

Commits on May 12, 2015

  1. Updated Roslyn now typeof(Type).GetMethod("Name") works most resoluti…

    …on errors are fixed too
    afrog33k committed May 12, 2015
    Configuration menu
    Copy the full SHA
    79b4ee4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6230c55 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2015

  1. Fix for gtest-40.cs __traits marks functions as @safe nogc etc on nes…

    …ted structs but dmd deems their signatures as different
    afrog33k committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    1da7cb9 View commit details
    Browse the repository at this point in the history
  2. Fix for gtest-40.cs __traits marks functions as @safe nogc etc on nes…

    …ted structs but dmd deems their signatures as different
    afrog33k committed Jun 8, 2015
    Configuration menu
    Copy the full SHA
    09ef491 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1621356 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2015

  1. Configuration menu
    Copy the full SHA
    89d1212 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2015

  1. Several Fixes for Nullable types mono's generic tests 1-100 pass with…

    … the exception of 75 and 61.
    
    A stub for datetime has been introduced too to support running of tests.
    afrog33k committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    78022a9 View commit details
    Browse the repository at this point in the history
  2. Switched to Fiber based yield syntax

    No more alias this for boxed types, constraints take care of that,
     fixes cases where ambiguity arises when calling a function overloads 
    that can take the unboxed type or an object
    afrog33k committed Jun 17, 2015
    Configuration menu
    Copy the full SHA
    739f2a3 View commit details
    Browse the repository at this point in the history
Loading