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

32bit support #179

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

32bit support #179

wants to merge 9 commits into from

Commits on Sep 25, 2024

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

Commits on Oct 9, 2024

  1. 32bit support

    - added special conversion functions `to_native_size`, `to_native_offset`
      and `to_arrow_length`;
    - used these functions where necessary;
    - setup options for users to decide
        - if they want runtime checks on sizes/lengths/offsets
        - if they want to limit possible sizes/lengths/offsets to 32bit
          values
    Klaim committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    350d799 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e736790 View commit details
    Browse the repository at this point in the history
  3. fixup artifact name

    Klaim committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    8f78404 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2a8e9e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    562238d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    949907c View commit details
    Browse the repository at this point in the history
  7. tests: is_valid_arrow_length

    Klaim committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    4f81943 View commit details
    Browse the repository at this point in the history
  8. tests: throw_if_invalid_size

    Klaim committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    b7b933c View commit details
    Browse the repository at this point in the history