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

Rebase to latest api #2

Merged
merged 4 commits into from
Oct 13, 2023
Merged

Rebase to latest api #2

merged 4 commits into from
Oct 13, 2023

Commits on Oct 13, 2023

  1. feat: Rebase to new cpp-sc2 and rework build routine

    - Fetch cpp-sc2 using CMake instead of manual manipulations with submodule.
    - Make changes necessary to compile with new cpp-sc2.
    - Refactor CMake build routine.
    - Update build instructions.
    
    Signed-off-by: Alexander Kurbatov <[email protected]>
    alkurbatov committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f20a18a View commit details
    Browse the repository at this point in the history
  2. chore: Bump up github/checkout to v3

    To avoid warnings in CI.
    
    Signed-off-by: Alexander Kurbatov <[email protected]>
    alkurbatov committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    f9ef923 View commit details
    Browse the repository at this point in the history
  3. refactor: Move json headers to the thirdparty folder

    Signed-off-by: Alexander Kurbatov <[email protected]>
    alkurbatov committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    35c7498 View commit details
    Browse the repository at this point in the history
  4. refactor: Explicitly set list of source files

    For clarity and simplicity.
    
    Signed-off-by: Alexander Kurbatov <[email protected]>
    alkurbatov committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    d9c64ff View commit details
    Browse the repository at this point in the history