- 30 Sep, 2017 40 commits
-
-
psychocrypt authored
-
psychocrypt authored
- add CIvariables to debug cuda build
-
psychocrypt authored
-
psychocrypt authored
-
psychocrypt authored
- fix windows CI - add CUDA to linux CI
-
psychocrypt authored
-
psychocrypt authored
-
psychocrypt authored
- add more documentation - split documentation into different files
-
psychocrypt authored
-
psychocrypt authored
- string literal can only be 16kbyte
-
psychocrypt authored
- add clang compile section - cleanup CMake file - fix missing return value
-
psychocrypt authored
-
psychocrypt authored
-
psychocrypt authored
-
psychocrypt authored
- add pseudo install rule to CMake
-
psychocrypt authored
-
psychocrypt authored
-
psychocrypt authored
-
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`
-
psychocrypt authored
- executor.h: expose log_`result_error()` - register wrong results
-
psychocrypt authored
- create config on startup - remove copy `config.txt` on `make install`
-
psychocrypt authored
-
psychocrypt authored
Use command line poolname, password and username if defined
-
psychocrypt authored
-
psychocrypt authored
- splitt literal to smaller chunks (windows only support 16k literals) - remove copy command for opencl folder
-
psychocrypt authored
- store most importend parameter in a singleton - use config file parameter
-
psychocrypt authored
- inlcude opencl source code during compile
-
psychocrypt authored
- amd/nvidia add hard limit that 64MiB memory keeps free - improve nvidia auto suggestion (take care of lmem) - add c++11 flag to nvidia compiler
-
psychocrypt authored
- add excecutor to the singleton export list
-
psychocrypt authored
- pass all singletons into the backend libraries - move some cpu config features from the cpu config file to the global config.txt - add global jconf to the xported singleton list
-
psychocrypt authored
- fix build documentation - fix plugin load methods - fix symbol export for plugins
-
psychocrypt authored
-
psychocrypt authored
-
psychocrypt authored
- add `CUDA_ENABLE` - add `OpenCL_ENABLE`
-
psychocrypt authored
- fix broken windows support
-
psychocrypt authored
-
psychocrypt authored
- add config file editor - move telemetry out of minethd
-
psychocrypt authored
-
psychocrypt authored
- add Plugin.h to load a backend - add backend interface
-
psychocrypt authored
- move needed files from root to backend folder
-