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: Code-Sharp/GraphClimber
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Code-Sharp/GraphClimber
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: children-metadata
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 12 commits
  • 91 files changed
  • 1 contributor

Commits on May 12, 2020

  1. Trying to revive this project and make it work on dotnet core

    Such a mistake.
    darkl committed May 12, 2020
    Configuration menu
    Copy the full SHA
    5c5fa8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    827912f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c90baa8 View commit details
    Browse the repository at this point in the history
  4. TEnum : Enum

    darkl committed May 12, 2020
    Configuration menu
    Copy the full SHA
    56cb5ad View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d593566 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2113e2f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Introducing the Children metadata. Will be useful for forward-only re…

    …aders deserialization
    darkl committed May 13, 2020
    Configuration menu
    Copy the full SHA
    9fd6a61 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad4affb View commit details
    Browse the repository at this point in the history
  3. Don't read null

    darkl committed May 13, 2020
    Configuration menu
    Copy the full SHA
    c956a31 View commit details
    Browse the repository at this point in the history
  4. A bit cleanup

    darkl committed May 13, 2020
    Configuration menu
    Copy the full SHA
    189c05a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Using an array for the loop

    It will be used as an instance for the array index of the ValueDescriptor
    darkl committed May 17, 2020
    Configuration menu
    Copy the full SHA
    e832305 View commit details
    Browse the repository at this point in the history
  2. Making indices not static

    This is important for scenarios where a processor method is called recursively and then both calls override the same static index array.
    darkl committed May 17, 2020
    Configuration menu
    Copy the full SHA
    b769c24 View commit details
    Browse the repository at this point in the history
Loading