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-44555: [C++][Compute] Allow casting struct to bigger nullable struct #44587

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Commits on Oct 28, 2024

  1. Maybe working

    Tom-Newton committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    5111a55 View commit details
    Browse the repository at this point in the history
  2. Satisfactory tests

    Tom-Newton committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    6f44e37 View commit details
    Browse the repository at this point in the history
  3. Tidy

    Tom-Newton committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    1f3a07d View commit details
    Browse the repository at this point in the history
  4. Improve implementation

    Tom-Newton committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    cec4090 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b5f97b4 View commit details
    Browse the repository at this point in the history
  6. Fix some tests

    Tom-Newton committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    febd731 View commit details
    Browse the repository at this point in the history
  7. All tests pass

    Tom-Newton committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    70cc216 View commit details
    Browse the repository at this point in the history
  8. More test cases

    Tom-Newton committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    f5d08c1 View commit details
    Browse the repository at this point in the history
  9. New tests pass

    Tom-Newton committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    d886756 View commit details
    Browse the repository at this point in the history
  10. REduce duplication

    Tom-Newton committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    c89f1ec View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Tidy

    Tom-Newton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    9d5d436 View commit details
    Browse the repository at this point in the history
  2. Update comment

    Tom-Newton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    3f40980 View commit details
    Browse the repository at this point in the history
  3. Revert debug change

    Tom-Newton committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    0cacea9 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Tidy

    Tom-Newton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    3377c70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be084cd View commit details
    Browse the repository at this point in the history
  3. Tidy test numbering

    Tom-Newton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    7feb26e View commit details
    Browse the repository at this point in the history
  4. autoformat

    Tom-Newton committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    680f224 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    358822f View commit details
    Browse the repository at this point in the history
  2. First test pass

    Tom-Newton committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    378cef1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10c45a1 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2024

  1. Even closer

    Tom-Newton committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    71f9258 View commit details
    Browse the repository at this point in the history
  2. Success

    Tom-Newton committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    69d962e View commit details
    Browse the repository at this point in the history
  3. REvert debug changes

    Tom-Newton committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    ca0285c View commit details
    Browse the repository at this point in the history
  4. Autoformat

    Tom-Newton committed Nov 1, 2024
    Configuration menu
    Copy the full SHA
    583701d View commit details
    Browse the repository at this point in the history