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++] Special form v2 #12

Open
wants to merge 12 commits into
base: vector-placement
Choose a base branch
from

Commits on Oct 14, 2024

  1. apacheGH-44342: [C++] Disable jemalloc by default on ARM (apache#44380)

    ### Rationale for this change
    
    jemalloc may have a problem on ARM.
    See also: apache#44342
    
    ### What changes are included in this PR?
    
    * Disable jemalloc by default on ARM.
    * Disable jemalloc for manylinux wheel for ARM.
    
    ### Are these changes tested?
    
    Yes.
    
    ### Are there any user-facing changes?
    
    Yes.
    
    * GitHub Issue: apache#44342
    
    Authored-by: Sutou Kouhei <kou@clear-code.com>
    Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
    kou authored Oct 14, 2024
    Configuration menu
    Copy the full SHA
    27e56f0 View commit details
    Browse the repository at this point in the history
  2. WIP

    zanmato1984 committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    945505a View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. WIP

    zanmato1984 committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    13aa602 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. WIP

    zanmato1984 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    8a1c020 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3ed71f View commit details
    Browse the repository at this point in the history
  3. Sanity test

    zanmato1984 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    f34b0ab View commit details
    Browse the repository at this point in the history
  4. More nested test

    zanmato1984 committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    a36705f View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2024

  1. WIP

    zanmato1984 committed Oct 20, 2024
    Configuration menu
    Copy the full SHA
    7825c12 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2024

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

Commits on Oct 22, 2024

  1. More test

    zanmato1984 committed Oct 22, 2024
    Configuration menu
    Copy the full SHA
    0dbd80d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2024

  1. TODO

    zanmato1984 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6d78ea5 View commit details
    Browse the repository at this point in the history
  2. WIP

    zanmato1984 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    6bab9b5 View commit details
    Browse the repository at this point in the history