Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] Update to address comparator failure in big endian #7681

Merged
merged 28 commits into from Dec 6, 2022

Commits on Nov 30, 2022

  1. update unit test and generated file to test is extra endianswap can h…

    …elp resolve issue
    Wen Sun committed Nov 30, 2022
    Configuration menu
    Copy the full SHA
    db61fc9 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. remove EndianScalar wrapper from Get method

    Wen Sun committed Dec 1, 2022
    Configuration menu
    Copy the full SHA
    5bad579 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. remove endianscalar wrapper

    Wen Sun committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    32f6e72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96dddf2 View commit details
    Browse the repository at this point in the history
  3. update

    Wen Sun committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    9d661e7 View commit details
    Browse the repository at this point in the history
  4. update

    Wen Sun committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    6a03956 View commit details
    Browse the repository at this point in the history
  5. use Array instead

    Wen Sun committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    736d997 View commit details
    Browse the repository at this point in the history
  6. clang format

    Wen Sun committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    c2c86df View commit details
    Browse the repository at this point in the history
  7. address error

    Wen Sun committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    b410843 View commit details
    Browse the repository at this point in the history
  8. clang

    Wen Sun committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    535d7a7 View commit details
    Browse the repository at this point in the history
  9. update

    Wen Sun committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    8095517 View commit details
    Browse the repository at this point in the history
  10. manually generate

    Wen Sun committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    8d17ef3 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. Move Nim to completed language

    dbaileychess authored and Wen Sun committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    931e76b View commit details
    Browse the repository at this point in the history
  2. Add swift link

    dbaileychess authored and Wen Sun committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    a884533 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d169cd View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. address comments

    Wen Sun committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    772bd78 View commit details
    Browse the repository at this point in the history
  2. update unit test

    Wen Sun committed Dec 4, 2022
    Configuration menu
    Copy the full SHA
    010f729 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. address comment

    Wen Sun committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    6a1a150 View commit details
    Browse the repository at this point in the history
  2. address comment

    Wen Sun committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    df7e19a View commit details
    Browse the repository at this point in the history
  3. regenerate file

    Wen Sun committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    730c1fc View commit details
    Browse the repository at this point in the history
  4. use auto instead of size_t

    Wen Sun committed Dec 5, 2022
    Configuration menu
    Copy the full SHA
    6d3431e View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. use uint32_t instead

    Wen Sun committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    3182e02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fdf6399 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bb60b07 View commit details
    Browse the repository at this point in the history
  4. update

    Wen Sun committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    75f62fa View commit details
    Browse the repository at this point in the history
  5. format

    Wen Sun committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    20aa3fb View commit details
    Browse the repository at this point in the history
  6. delete extra whitespace

    Wen Sun committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    9d41fa7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    51ac715 View commit details
    Browse the repository at this point in the history