Skip to content
Snippets Groups Projects
  1. Feb 02, 2019
  2. Oct 16, 2018
  3. Sep 13, 2018
  4. Jun 05, 2018
  5. May 30, 2018
    • psychocrypt's avatar
      fix broken AMD APP SDK download links · b183d30b
      psychocrypt authored
      AMD has removed the AMD APP SDK links from the website. The AMD employes in the AMD formum posted links to there Dropbox where the SDK can be downloaded)
      b183d30b
  6. May 03, 2018
  7. Mar 25, 2018
  8. Feb 03, 2018
  9. Jan 11, 2018
  10. Dec 30, 2017
  11. Dec 18, 2017
    • Gene's avatar
      for CentOS, do scl without sudo · dd9bacd6
      Gene authored
      I ran into a problem following these instructions, and this change got me past it.
      
      The command in question enables access to the C++ compiler (puts it on the PATH or something like that).  If you do it with `sudo`, it leaves you at a root shell prompt.  If you then exit that root prompt, to go back to non-root, then g++ is no longer accessible.  If you want to compile as non-root, then you need to do `scl` as non-root.
  12. Nov 19, 2017
  13. Nov 12, 2017
    • psychocrypt's avatar
      native compile by default · fa752284
      psychocrypt authored
      - add CMake flag `XMRSTAK_COMPILE` to select `native` or `static` compile
      - add new flags to the documentation
      fa752284
  14. Nov 08, 2017
  15. Oct 04, 2017
  16. Sep 30, 2017
    • psychocrypt's avatar
      documentation · 94b7327a
      psychocrypt authored
      - add more documentation
      - split documentation into different files
      94b7327a
    • psychocrypt's avatar
      group files · cc429b68
      psychocrypt authored
      - move source code to `src`
      - categorize files and move to group folder
      - change upper case class files to lower case
      - change C++ header to `*.hpp`
      cc429b68
  17. Jul 24, 2017
  18. Jul 19, 2017
  19. Jul 17, 2017
Loading