-
Notifications
You must be signed in to change notification settings - Fork 42
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
base: master
Are you sure you want to change the base?
Commits on Dec 2, 2015
-
remove reference to std crate, as it causes a build error under most …
…recent nightly build (see issue luqmana#78)
Adam Harries committedDec 2, 2015 Configuration menu - View commit details
-
Copy full SHA for 13f0fa0 - Browse repository at this point
Copy the full SHA 13f0fa0View commit details -
remove the raw_pointer_derive lint, as it is has been deprecated in t…
…he most recent nightly build
Adam Harries committedDec 2, 2015 Configuration menu - View commit details
-
Copy full SHA for e18760f - Browse repository at this point
Copy the full SHA e18760fView commit details -
add helper functions to get the size of local and global memory on th…
…e device
Adam Harries committedDec 2, 2015 Configuration menu - View commit details
-
Copy full SHA for fe528c2 - Browse repository at this point
Copy the full SHA fe528c2View commit details -
add another helper function to get the max size of an allocated memor…
…y object
Adam Harries committedDec 2, 2015 Configuration menu - View commit details
-
Copy full SHA for 0e34d6f - Browse repository at this point
Copy the full SHA 0e34d6fView commit details -
update the platform example to use more of the new device queries
Adam Harries committedDec 2, 2015 Configuration menu - View commit details
-
Copy full SHA for 6f9b478 - Browse repository at this point
Copy the full SHA 6f9b478View commit details
Commits on Feb 17, 2016
-
Adam Harries committed
Feb 17, 2016 Configuration menu - View commit details
-
Copy full SHA for d8d5426 - Browse repository at this point
Copy the full SHA d8d5426View commit details
Commits on Aug 14, 2016
-
remove deprecated use of StaticMutex in favor of lazy_static wrapper …
…around normal std::sync::Mutex
Adam Harries committedAug 14, 2016 Configuration menu - View commit details
-
Copy full SHA for 4e8356a - Browse repository at this point
Copy the full SHA 4e8356aView commit details -
remove deprecated slice::bytes module use in favour of copy_from_slice
Adam Harries committedAug 14, 2016 Configuration menu - View commit details
-
Copy full SHA for f98b4a4 - Browse repository at this point
Copy the full SHA f98b4a4View commit details