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

Add NO_STD switch #154

Merged
merged 8 commits into from
Mar 27, 2022
Merged

Add NO_STD switch #154

merged 8 commits into from
Mar 27, 2022

Commits on Mar 25, 2022

  1. Add NO_DEFAULT_LIBRARIES switch

    Adds the NO_DEFAULT_LIBRARIES switch to Corrosion, allowing building
    no_std crates in CMake without linking additional libraries.
    arkkors authored and Wojciech Paciorek committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    f83217b View commit details
    Browse the repository at this point in the history
  2. Remove PROFILE switch from nostd tests

    arkkors authored and Wojciech Paciorek committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    ff3b1eb View commit details
    Browse the repository at this point in the history
  3. Rename NO_DEFAULT_LIBRARIES to NO_STD

    arkkors authored and Wojciech Paciorek committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    e7e27da View commit details
    Browse the repository at this point in the history
  4. Update documentation

    arkkors authored and Wojciech Paciorek committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    eaf87da View commit details
    Browse the repository at this point in the history
  5. Update documentation, again

    arkkors authored and Wojciech Paciorek committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    388bda0 View commit details
    Browse the repository at this point in the history
  6. Lower rust version for nostd test to 2015

    arkkors authored and Wojciech Paciorek committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    a129be5 View commit details
    Browse the repository at this point in the history
  7. Add NO_STD changes to experimental generator

    arkkors authored and Wojciech Paciorek committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    3fcde84 View commit details
    Browse the repository at this point in the history
  8. Remove pointless comment

    arkkors authored and Wojciech Paciorek committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    1a93c8a View commit details
    Browse the repository at this point in the history