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

A number of fixes for compiler warnings #20

Merged
merged 15 commits into from
Jun 1, 2016
Merged

A number of fixes for compiler warnings #20

merged 15 commits into from
Jun 1, 2016

Commits on May 29, 2016

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

Commits on Jun 1, 2016

  1. Cmake 2.8 is more than sufficient

    ... for the purposes of this project and makes testing on older
    platforms easier.  In addition travis-ci has by default only cmake
    2.8.
    hvellyr authored and gck-ableton committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    b031727 View commit details
    Browse the repository at this point in the history
  2. Enabling testing in the CMakeList

    ... which allows to use "make test" and/or "ctest -V"
    hvellyr authored and gck-ableton committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    d0c6cd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3c6037 View commit details
    Browse the repository at this point in the history
  4. Fix compiler warning about unnecessary ";"

    ... on clang-3.7
    hvellyr authored and gck-ableton committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    86f903b View commit details
    Browse the repository at this point in the history
  5. Avoid C++14 feature in peglib.h

    ... which allows to use peglib.h in a C++11 only environment.
    hvellyr authored and gck-ableton committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    f62a726 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d95cef6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5d3d63c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5cac962 View commit details
    Browse the repository at this point in the history
  9. Fix sign/unsigned compiler warnings

    hvellyr authored and gck-ableton committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    2b2b171 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15ce11b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8363407 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1e47348 View commit details
    Browse the repository at this point in the history
  13. Make use of \u2190 char optional

    VS2010 is not capable of compiling source code with chars beyond the
    "current code page" reliably.
    hvellyr authored and gck-ableton committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    546942e View commit details
    Browse the repository at this point in the history
  14. Build and test on travis

    hvellyr authored and gck-ableton committed Jun 1, 2016
    Configuration menu
    Copy the full SHA
    d76d29b View commit details
    Browse the repository at this point in the history