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

GH-36103: [C++] Initial device sync API #37040

Merged
merged 29 commits into from
Aug 22, 2023

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    22c0c98 View commit details
    Browse the repository at this point in the history
  2. more tests

    zeroshade committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    20d8781 View commit details
    Browse the repository at this point in the history
  3. some cleanup

    zeroshade committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    e6ec912 View commit details
    Browse the repository at this point in the history
  4. linting stuff

    zeroshade committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    c114b91 View commit details
    Browse the repository at this point in the history
  5. fix comments and cleanup

    zeroshade committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    3ca47c8 View commit details
    Browse the repository at this point in the history
  6. lint

    zeroshade committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    3978429 View commit details
    Browse the repository at this point in the history
  7. fix redundant 'virtual'

    zeroshade committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    8a6148b View commit details
    Browse the repository at this point in the history
  8. fix windows compile error

    zeroshade committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    fd2edab View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Update cpp/src/arrow/device.h

    Co-authored-by: Benjamin Kietzman <[email protected]>
    zeroshade and bkietz authored Aug 9, 2023
    Configuration menu
    Copy the full SHA
    23ba278 View commit details
    Browse the repository at this point in the history
  2. updates from feedback

    zeroshade committed Aug 9, 2023
    Configuration menu
    Copy the full SHA
    c12dedb View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. updates from feedback

    zeroshade committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    2405c85 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. fix test

    zeroshade committed Aug 11, 2023
    Configuration menu
    Copy the full SHA
    6374cea View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. updates from feedback

    zeroshade committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    f3ad6b2 View commit details
    Browse the repository at this point in the history
  2. i'm dumb

    zeroshade committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    4b11843 View commit details
    Browse the repository at this point in the history
  3. Fixed

    zeroshade committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    e84667b View commit details
    Browse the repository at this point in the history
  4. clean up windows warning

    zeroshade committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    d51ea87 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

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

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    e23709e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aeb27d View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. Configuration menu
    Copy the full SHA
    e4c07df View commit details
    Browse the repository at this point in the history
  2. make docs build happy

    zeroshade committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    3c63d2a View commit details
    Browse the repository at this point in the history
  3. make the linter happy

    zeroshade committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    ac317e0 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Update cpp/src/arrow/device.h

    Co-authored-by: Benjamin Kietzman <[email protected]>
    zeroshade and bkietz authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    859c385 View commit details
    Browse the repository at this point in the history
  2. fix nits

    zeroshade committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    4021156 View commit details
    Browse the repository at this point in the history
  3. slight fix in tests

    zeroshade committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    df46ff9 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Configuration menu
    Copy the full SHA
    de7c319 View commit details
    Browse the repository at this point in the history
  2. linting

    zeroshade committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    9544495 View commit details
    Browse the repository at this point in the history
  3. Update cpp/src/arrow/c/bridge.cc

    Co-authored-by: Antoine Pitrou <[email protected]>
    zeroshade and pitrou authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0b74c00 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1fdcd0a View commit details
    Browse the repository at this point in the history