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

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: aeron-io/simple-binary-encoding
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: MFrpurdy/simple-binary-encoding
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 15 files changed
  • 1 contributor

Commits on Oct 16, 2019

  1. Updated DirectBuffer to add more byte efficient String get and set me…

    …thods. To do this .NET 4.5 moved to .NET 4.8.
    MFrpurdy committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    4b896bf View commit details
    Browse the repository at this point in the history
  2. > MessageHeader now has a default const SchemaVersion

    > MessageHeader now has an overloaded 'wrap' method which uses the default SchemaVersion instead of having to pass in the 'actingVersion' as a parameter.
    MFrpurdy committed Oct 16, 2019
    Configuration menu
    Copy the full SHA
    df66148 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2019

  1. Configuration menu
    Copy the full SHA
    a5e880b View commit details
    Browse the repository at this point in the history
  2. > Added a VarText Property get/set for efficient string/byte manipula…

    …tion. Currently the Property has an 'X' suffix in the name b/c there is a naming conflict with properties and 'types'. A VarText field could be named 'model' and there can be a type (enum) called 'Model'. The property name becomes 'Model' and it conflicts.
    MFrpurdy committed Oct 21, 2019
    Configuration menu
    Copy the full SHA
    e5e42d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2019

  1. > Added the SchemaId to the MessageHeader

    > Changed the name of the constants by adding an 'sbe' prefix like Java. This was done b/c the SchemaId already exists as a property. However this breaks consistency with other C# classes.
    MFrpurdy committed Oct 22, 2019
    Configuration menu
    Copy the full SHA
    7a5e927 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. > creates a new Schema file which contains the SchemaVersion and Sche…

    …maId fields
    
    > the new varText methods is now a Get and Set pair instead of a property. This is because the property name could conflict with other generated methods.
    > added more documentation generation
    MFrpurdy committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    e71b6a3 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. > added a fix to address an issue with empty strings in the VarText G…

    …etter.
    
    > updated the nuget version from 1.13.1 to 1.13.2
    MFrpurdy committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    968d1e4 View commit details
    Browse the repository at this point in the history
Loading