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

Remove boost dependency #842

Merged
merged 16 commits into from Apr 1, 2016
Merged

Remove boost dependency #842

merged 16 commits into from Apr 1, 2016

Commits on Mar 23, 2016

  1. Copy the full SHA
    23b8701 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7e6e9cf View commit details
    Browse the repository at this point in the history
  3. Use std::bind instead of boost::bind in async handling

    cassert has to be included in some files where it was included by
    boost/bind.hpp.
    In addition, now FileRequestAsync::Bind supports variadic arguments.
    Zegeri committed Mar 23, 2016
    Copy the full SHA
    7017f16 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1f10bfa View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2016

  1. Copy the full SHA
    d541260 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cb4c5f3 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f1382e0 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    bf12469 View commit details
    Browse the repository at this point in the history
  5. Remove registry_wine_boost

    Zegeri committed Mar 31, 2016
    Copy the full SHA
    570236a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    5b643a2 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    261d7e1 View commit details
    Browse the repository at this point in the history
  8. Use boost only in utils.cpp

    Zegeri committed Mar 31, 2016
    Copy the full SHA
    6b12808 View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    ed8d04f View commit details
    Browse the repository at this point in the history
  10. Copy the full SHA
    4827896 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2016

  1. Copy the full SHA
    738aae0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6032407 View commit details
    Browse the repository at this point in the history