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

Added /Wall to possible warning levels for Visual Studio #1447

Merged
merged 5 commits into from
Jun 21, 2020

Commits on May 15, 2020

  1. Added /Wall to possible warning levels for Visual Studio

    The 'warnings' keyword now accepts a value of 'High' to generate the /W4 MSVC compiler flag as well as 'Extra' to generate the /Wall flag.
    Ethan Wallace committed May 15, 2020
    Configuration menu
    Copy the full SHA
    ae26a6f View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

  1. Updated tests to reflect new flag

    Test suite now properly checks the new "High" and "Extra" warning options
    Ethan Wallace committed May 17, 2020
    Configuration menu
    Copy the full SHA
    1453c7c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into vs-warnings

    Ethan Wallace authored May 17, 2020
    Configuration menu
    Copy the full SHA
    b271a46 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Merge branch 'master' into vs-warnings

    Ethan Wallace authored Jun 18, 2020
    Configuration menu
    Copy the full SHA
    454a549 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Added new 'warning' levels

    Added new warning level "Everything" which turns on all available
    compiler warnings. Updated "High" and "Extra" to reflect actual
    differences in emitted compiler flags.
    Ethan Wallace committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    acda348 View commit details
    Browse the repository at this point in the history