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

Unwrap emcc wrapper script to its underlying clang invocation #154

Merged
merged 11 commits into from
Jan 4, 2024

Commits on Dec 31, 2023

  1. Configuration menu
    Copy the full SHA
    48f0b9d View commit details
    Browse the repository at this point in the history
  2. EMCC: Minor: Slightly more flexible detection

    in case they change extension or add suffixes in the future
    cpsauer committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    9578816 View commit details
    Browse the repository at this point in the history
  3. EMCC: Minor: Avoid seemingly unnecessary splice of compile_args

    @kon72, if I've missed something here, please just revert
    cpsauer committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    b9530a4 View commit details
    Browse the repository at this point in the history
  4. EMCC: Minor: Let's call emscripten and apple patches first

    I was thinking that in the future _all_platform_patch might modify things revealed by them
    cpsauer committed Dec 31, 2023
    Configuration menu
    Copy the full SHA
    9ba64f9 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    dc53e4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ab0dc64 View commit details
    Browse the repository at this point in the history
  3. Use cc_binary

    kon72 committed Jan 1, 2024
    Configuration menu
    Copy the full SHA
    31882f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e30284b View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Rename .cc to .cpp

    kon72 committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    24d81fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    927fbd1 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. Emscripten: Minor twiddles

    Mostly adding environment dict to the compile_action for easy reuse in the future
    cpsauer committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    87d0cf6 View commit details
    Browse the repository at this point in the history