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

3rdparty: Un-submodule libzip #9841

Merged
merged 4 commits into from
Aug 24, 2023
Merged

3rdparty: Un-submodule libzip #9841

merged 4 commits into from
Aug 24, 2023

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    312fd15 View commit details
    Browse the repository at this point in the history
  2. 3rdparty: Un-submodule libzip

    stenzek committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    a8a4f7c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c87558 View commit details
    Browse the repository at this point in the history
  4. Tests: Force 1MB stack size for MSVC

    For some reason, the stack refuses to grow with the latest MSVC updates,
    at least within our unit tests that bump the stack considerably within
    a lambda function.
    
    Just force the commit size to 1MB for now.
    stenzek committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    3eb058d View commit details
    Browse the repository at this point in the history