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

Use c++11 instead of boost #25

Merged
merged 2 commits into from
Dec 18, 2015
Merged

Use c++11 instead of boost #25

merged 2 commits into from
Dec 18, 2015

Commits on Dec 18, 2015

  1. remove use of boost, fix install of dll on Windows

    This package uses only a small amount of boost
    for a mutex and scoped_lock.
    These are replaced with std::mutex
    and std::lock_guard from c++11.
    Boost is removed as a dependency
    and the c++11 compiler flag is added.
    
    Some Windows fixes are included as well.
    wjwwood authored and scpeters committed Dec 18, 2015
    Configuration menu
    Copy the full SHA
    b435362 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17e17d0 View commit details
    Browse the repository at this point in the history