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

Windows Support #379

Draft
wants to merge 14 commits into
base: main
Choose a base branch
from
Draft

Windows Support #379

wants to merge 14 commits into from

Commits on Jul 24, 2024

  1. Fix running on Windows

    Add directory where asan DLL is to path when running.
    
    Improve diagnostics
    RossSmyth committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    b492c15 View commit details
    Browse the repository at this point in the history
  2. Fix test binary paths in generated toml for Windows

    Co-authored-by: Blake Johnson <[email protected]>
    RossSmyth and voteblake committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    aa189d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    6f7123b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    375fc4b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Fix init_twice

    RossSmyth committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    a5ac7d4 View commit details
    Browse the repository at this point in the history
  2. fix add_twice

    RossSmyth committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    cbca4be View commit details
    Browse the repository at this point in the history
  3. Move the PATH addition to the cargo_run method

    This is because any cargo-run needs to be able to run
    the binary :)
    RossSmyth committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    31c02df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a073c2 View commit details
    Browse the repository at this point in the history
  5. fix build_dev

    RossSmyth committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    db1fce5 View commit details
    Browse the repository at this point in the history
  6. fix build_all

    RossSmyth committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    c23f716 View commit details
    Browse the repository at this point in the history
  7. fix build_one

    RossSmyth committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    7f292b4 View commit details
    Browse the repository at this point in the history
  8. fix run_a_few_inputs

    RossSmyth committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    13c094e View commit details
    Browse the repository at this point in the history
  9. fix run_alt_corpus

    RossSmyth committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    572bb5a View commit details
    Browse the repository at this point in the history
  10. fix run_one_input

    RossSmyth committed Jul 27, 2024
    Configuration menu
    Copy the full SHA
    21177fd View commit details
    Browse the repository at this point in the history