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

BBS: pickle is now a std::vector<char> #2822

Merged
merged 14 commits into from
May 6, 2024
Merged

BBS: pickle is now a std::vector<char> #2822

merged 14 commits into from
May 6, 2024

Commits on Apr 8, 2024

  1. Configuration menu
    Copy the full SHA
    5975071 View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    github-actions[bot] committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    9e74c50 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. Merge remote-tracking branch 'origin/master'

    Nicolas Cornu committed May 5, 2024
    Configuration menu
    Copy the full SHA
    485f9c1 View commit details
    Browse the repository at this point in the history
  2. Small fix

    Nicolas Cornu committed May 5, 2024
    Configuration menu
    Copy the full SHA
    87e1ee4 View commit details
    Browse the repository at this point in the history
  3. Simplify the mess

    Nicolas Cornu committed May 5, 2024
    Configuration menu
    Copy the full SHA
    0e67c85 View commit details
    Browse the repository at this point in the history
  4. Fix formatting

    github-actions[bot] committed May 5, 2024
    Configuration menu
    Copy the full SHA
    721a81b View commit details
    Browse the repository at this point in the history
  5. Simplify the whole pickle thing

    Nicolas Cornu committed May 5, 2024
    Configuration menu
    Copy the full SHA
    6d4147d View commit details
    Browse the repository at this point in the history
  6. Merge remote-tracking branch 'origin/cornu/pickle_vector'

    Nicolas Cornu committed May 5, 2024
    Configuration menu
    Copy the full SHA
    d69df17 View commit details
    Browse the repository at this point in the history
  7. Fix formatting

    github-actions[bot] committed May 5, 2024
    Configuration menu
    Copy the full SHA
    dd941f7 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Avoid one copy with unpickle

    Nicolas Cornu committed May 6, 2024
    Configuration menu
    Copy the full SHA
    21c5b50 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/cornu/pickle_vector'

    Nicolas Cornu committed May 6, 2024
    Configuration menu
    Copy the full SHA
    eec3178 View commit details
    Browse the repository at this point in the history
  3. Useless now

    Nicolas Cornu committed May 6, 2024
    Configuration menu
    Copy the full SHA
    be83cff View commit details
    Browse the repository at this point in the history
  4. Small error ^^

    Nicolas Cornu committed May 6, 2024
    Configuration menu
    Copy the full SHA
    8f3626e View commit details
    Browse the repository at this point in the history
  5. static_cast please

    Nicolas Cornu committed May 6, 2024
    Configuration menu
    Copy the full SHA
    c7309d4 View commit details
    Browse the repository at this point in the history