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

Move WSL code to lib/ so we can use it in wrapper #5776

Merged
merged 6 commits into from
Aug 24, 2024
Merged

Commits on Aug 23, 2024

  1. code shuffle:

    - move WSL_CMD to lib/wslinfo (so we can use it in wrapper)
    - remove s2ws() (it already exists as boinc_ascii_to_wide() in lib/win_util)
    - change create_wsl_process() into a member function of WSL_CMD
    davidpanderson committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5cf43cc View commit details
    Browse the repository at this point in the history
  2. build fixes

    davidpanderson committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    7bf61fd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e47664b View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. compile fix

    davidpanderson committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    00d5e30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20f8f36 View commit details
    Browse the repository at this point in the history
  3. win build fix

    davidpanderson committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    c665a34 View commit details
    Browse the repository at this point in the history