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

Fixes to compile with most recent rust stable, as well as added features #87

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Dec 2, 2015

  1. remove reference to std crate, as it causes a build error under most …

    …recent nightly build (see issue luqmana#78)
    Adam Harries committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    13f0fa0 View commit details
    Browse the repository at this point in the history
  2. remove the raw_pointer_derive lint, as it is has been deprecated in t…

    …he most recent nightly build
    Adam Harries committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    e18760f View commit details
    Browse the repository at this point in the history
  3. add helper functions to get the size of local and global memory on th…

    …e device
    Adam Harries committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    fe528c2 View commit details
    Browse the repository at this point in the history
  4. add another helper function to get the max size of an allocated memor…

    …y object
    Adam Harries committed Dec 2, 2015
    Configuration menu
    Copy the full SHA
    0e34d6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6f9b478 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2016

  1. added local memory allocation

    Adam Harries committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    d8d5426 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2016

  1. remove deprecated use of StaticMutex in favor of lazy_static wrapper …

    …around normal std::sync::Mutex
    Adam Harries committed Aug 14, 2016
    Configuration menu
    Copy the full SHA
    4e8356a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f98b4a4 View commit details
    Browse the repository at this point in the history