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: ujos/simple-binary-encoding
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 8 commits
  • 1 file changed
  • 1 contributor

Commits on Dec 16, 2019

  1. + [cpp] Add support of VS2017+

    Dmytro Ovdiienko committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    b1c8be8 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

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

Commits on Jan 24, 2020

  1. * [cpp] Use size_t instead of std::uint64_t

    Dmytro Ovdiienko committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    fd88488 View commit details
    Browse the repository at this point in the history
  2. * Remove actingVersion

    Dmytro Ovdiienko committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    d2edd2e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. + [cpp] Inherit enums from the C++ core type

    Dmytro Ovdiienko committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    0052938 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. - [cpp] Remove put(char const*) as it is not safe. User can pass null…

    … terminated string instead of fully allocated buffer of the required size
    Dmytro Ovdiienko committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    aca3eee View commit details
    Browse the repository at this point in the history
  2. - [cpp] Added missed include file

    Dmytro Ovdiienko committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    7b21c22 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2020

  1. * [cpp] Do not generate an exception in case if Enum cannot be conver…

    …ted to string
    Dmytro Ovdiienko committed Feb 26, 2020
    Configuration menu
    Copy the full SHA
    779f5fd View commit details
    Browse the repository at this point in the history
Loading