Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Adding boost as a submodule rather than depending on external references. #4030

Merged
merged 2 commits into from
Jan 13, 2023

Commits on Jan 13, 2023

  1. Configuration menu
    Copy the full SHA
    9bb3cbe View commit details
    Browse the repository at this point in the history
  2. Adding boost as a submodule rather than requiring it to be provided e…

    …xternally.
    
    The boost libs are now statically linked to the nano targets so dynamic linking related functionality has been removed.
    Adding several target link references that were missing but not apparent when using the unified boost install directories
    Linking to boost stacktrace basic as this is the main functionality we use.
    Windows Event Log support has been disabled as there is a compatibility issue with GitHub builders
    Windows cryptopp ASM has been disabled since CMake isn't assembling .asm files for unknown reasons.
    Added boost_checkout_lite.sh script which can be used to do a minimal clone of the boost submodule after it's been added but not yet initialized.
    clemahieu committed Jan 13, 2023
    Configuration menu
    Copy the full SHA
    9b2d4a6 View commit details
    Browse the repository at this point in the history