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 more compilers to CI and increase FMT_PEDANTIC warning levels #736

Merged
merged 18 commits into from
Jun 6, 2018
Merged

Add more compilers to CI and increase FMT_PEDANTIC warning levels #736

merged 18 commits into from
Jun 6, 2018

Commits on May 14, 2018

  1. Add a _lot_ more warnings to FMT_PEDANTIC

    Fix these warnings
    eliaskosunen committed May 14, 2018
    Configuration menu
    Copy the full SHA
    22e42a6 View commit details
    Browse the repository at this point in the history
  2. Add more compilers to CI

    Fix (some) of the compiler errors with them
    eliaskosunen committed May 14, 2018
    Configuration menu
    Copy the full SHA
    97e1271 View commit details
    Browse the repository at this point in the history
  3. Enable -Werror on CI

    Increase warning level on MSVC when compiling with FMT_PEDANTIC
    eliaskosunen committed May 14, 2018
    Configuration menu
    Copy the full SHA
    5d7103a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b49acb3 View commit details
    Browse the repository at this point in the history
  5. Fix Appveyor tests

    Formatting
    eliaskosunen committed May 14, 2018
    Configuration menu
    Copy the full SHA
    710d078 View commit details
    Browse the repository at this point in the history
  6. Implement requested changes

    Fix some of the MSVC warnings
    Implement C++11 integer_sequence
    eliaskosunen committed May 14, 2018
    Configuration menu
    Copy the full SHA
    58991c7 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2018

  1. Configuration menu
    Copy the full SHA
    ed839c4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2018

  1. Configuration menu
    Copy the full SHA
    a8976bd View commit details
    Browse the repository at this point in the history

Commits on May 18, 2018

  1. Configuration menu
    Copy the full SHA
    194616e View commit details
    Browse the repository at this point in the history

Commits on May 22, 2018

  1. Remove (some) explicit warning suppressions

    Fix C++ standard setting in CI
    eliaskosunen committed May 22, 2018
    Configuration menu
    Copy the full SHA
    584a99c View commit details
    Browse the repository at this point in the history

Commits on May 23, 2018

  1. Configuration menu
    Copy the full SHA
    01fe59d View commit details
    Browse the repository at this point in the history
  2. Remove (some) explicit warning suppressions

    Fix C++ standard setting in CI
    eliaskosunen committed May 23, 2018
    Configuration menu
    Copy the full SHA
    8d27036 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    16533b2 View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2018

  1. Configuration menu
    Copy the full SHA
    6ba5f70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    739af47 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    25f9b09 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2018

  1. Cleanups

    eliaskosunen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    d1976cf View commit details
    Browse the repository at this point in the history
  2. Add C++11 support to ranges.h

    Re-enable ranges-test
    Fix a Visual Studio error about function not returning a value in printf.h
    Fix a bug in .travis.yml
    eliaskosunen committed Jun 5, 2018
    Configuration menu
    Copy the full SHA
    d79b096 View commit details
    Browse the repository at this point in the history