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: dotnet/cecil
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cb6c1ca9
Choose a base ref
...
head repository: dotnet/cecil
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a6a7f5c0
Choose a head ref
  • 19 commits
  • 47 files changed
  • 5 contributors

Commits on Jul 31, 2019

  1. Add I8 and UI8 fields to the VariantType enum

    These fields are useful for dealing with `SAFEARRAY` marshaling. They
    match the definition in the `VARENUM` in the Win32 C API.
    Josh Peterson committed Jul 31, 2019
    Configuration menu
    Copy the full SHA
    148ff56 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jbevain#604 from joshpeterson/add-i8-ui8-variant

    Add I8 and UI8 fields to the VariantType enum
    jbevain authored Jul 31, 2019
    Configuration menu
    Copy the full SHA
    1ac62c6 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2019

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

Commits on Aug 5, 2019

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

Commits on Aug 29, 2019

  1. Configuration menu
    Copy the full SHA
    104b797 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b632818 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dcc3c63 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2019

  1. Add github action CI

    jbevain authored Aug 30, 2019
    Configuration menu
    Copy the full SHA
    d9639f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78bd9c2 View commit details
    Browse the repository at this point in the history
  3. Add Linux job

    jbevain committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    2e0f137 View commit details
    Browse the repository at this point in the history
  4. Fix typo in action

    jbevain committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    a7ac636 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3081d75 View commit details
    Browse the repository at this point in the history
  6. Ignore packages folder

    jbevain committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    c11eb3f View commit details
    Browse the repository at this point in the history
  7. Remove Azure Pipelines

    jbevain committed Aug 30, 2019
    Configuration menu
    Copy the full SHA
    06da319 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Configuration menu
    Copy the full SHA
    aeda499 View commit details
    Browse the repository at this point in the history
  2. Merge pull request jbevain#622 from jeromelaban/dev/jela/mvid-fix

    Fix invalid ComputeHash from ByteByffer array computation
    jbevain authored Oct 18, 2019
    Configuration menu
    Copy the full SHA
    99a6d0e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f58568f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    09a316c View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2019

  1. Merge pull request #26 from mono/bump

    Merge cecil master.
    vargaz authored Oct 19, 2019
    Configuration menu
    Copy the full SHA
    a6a7f5c View commit details
    Browse the repository at this point in the history
Loading