summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Further software aes optimisationfireice-uk2017-10-051-25/+23
| | |
| * | Cleaned up, so persons not very proficient in C macros, like hyc_symas don't ↵fireice-uk2017-10-051-99/+14
| | | | | | | | | | | | cry about obfuscation
| * | rename soft_aes.cfireice-uk2017-10-042-3/+2
| |/
* | Merge pull request #15 from fireice-uk/topic-cleanupfireice-uk2017-10-048-217/+39
|\ \ | |/ |/| Topic cleanup
| * Change contributing.mdfireice-uk2017-10-041-1/+1
| |
| * Lots of little cleanup changesfireice-uk2017-10-048-217/+39
|/
* Merge pull request #3 from psychocrypt/topic-addNicehashPoolSupportpsychocrypt2017-10-012-2/+11
|\ | | | | readd nicehash pool support
| * readd nicehash pool supportpsychocrypt2017-10-012-2/+11
|/ | | | use nicehash start nonce in all backends if nicehash is enabled
* Merge pull request #2 from psychocrypt/fix-donationDocumentationpsychocrypt2017-10-011-1/+7
|\ | | | | fix donation section
| * fix donation sectionpsychocrypt2017-10-011-1/+7
| |
* | Merge pull request #1 from psychocrypt/topic-restructure11psychocrypt2017-10-01143-1432/+9755
|\ \ | |/ | | refactor xmr-stak
| * disable cuda install for MacOSpsychocrypt2017-10-011-13/+13
| |
| * return 0 if help is calledpsychocrypt2017-10-012-2/+5
| | | | | | | | - add CIvariables to debug cuda build
| * enable C++11 for nvccpsychocrypt2017-10-011-1/+1
| |
| * add -c option for config filepsychocrypt2017-09-302-11/+26
| |
| * fix CIpsychocrypt2017-09-303-5/+37
| | | | | | | | | | - fix windows CI - add CUDA to linux CI
| * fix CI testspsychocrypt2017-09-302-8/+7
| |
| * nvidia: fix return value if no device is foundpsychocrypt2017-09-302-5/+3
| |
| * documentationpsychocrypt2017-09-309-159/+490
| | | | | | | | | | - add more documentation - split documentation into different files
| * remove auto conf from jsonpsychocrypt2017-09-301-2/+0
| |
| * fix windows compilepsychocrypt2017-09-301-1/+2
| | | | | | | | - string literal can only be 16kbyte
| * fix clang CUDA compilepsychocrypt2017-09-303-10/+27
| | | | | | | | | | | | - add clang compile section - cleanup CMake file - fix missing return value
| * add help messagepsychocrypt2017-09-301-3/+27
| |
| * use call prefix to load backendspsychocrypt2017-09-303-4/+10
| |
| * rename `Params` to `params`psychocrypt2017-09-3016-46/+55
| |
| * rename binary to xmr-stakpsychocrypt2017-09-301-4/+5
| | | | | | | | - add pseudo install rule to CMake
| * fix compilepsychocrypt2017-09-3026-172/+148
| |
| * cleanup includespsychocrypt2017-09-3047-217/+252
| |
| * update xmake filepsychocrypt2017-09-301-13/+15
| |
| * group filespsychocrypt2017-09-30131-172/+17
| | | | | | | | | | | | | | - 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`
| * log invalid backend resultspsychocrypt2017-09-303-11/+3
| | | | | | | | | | - executor.h: expose log_`result_error()` - register wrong results
| * config as templatepsychocrypt2017-09-303-17/+46
| | | | | | | | | | - create config on startup - remove copy `config.txt` on `make install`
| * remove wrong commited cmake filespsychocrypt2017-09-302-39/+0
| |
| * add command line poll/passwd/usename overwritepsychocrypt2017-09-301-3/+14
| | | | | | | | Use command line poolname, password and username if defined
| * use runtime enable/disable flag for backendspsychocrypt2017-09-301-14/+24
| |
| * fix opencl for windowspsychocrypt2017-09-303-127/+8
| | | | | | | | | | - splitt literal to smaller chunks (windows only support 16k literals) - remove copy command for opencl folder
| * command line parameterpsychocrypt2017-09-3014-48/+174
| | | | | | | | | | - store most importend parameter in a singleton - use config file parameter
| * move opencl files to amd backendpsychocrypt2017-09-309-23/+97
| | | | | | | | - inlcude opencl source code during compile
| * improve auto suggestionpsychocrypt2017-09-305-22/+57
| | | | | | | | | | | | - 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
| * fix bugspsychocrypt2017-09-305-6/+11
| | | | | | | | - add excecutor to the singleton export list
| * fix singleton issues on windowspsychocrypt2017-09-3023-279/+330
| | | | | | | | | | | | - 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
| * fix windows compilepsychocrypt2017-09-307-15/+25
| | | | | | | | | | | | - fix build documentation - fix plugin load methods - fix symbol export for plugins
| * simplify templatespsychocrypt2017-09-307-10/+12
| |
| * add option to disable CPU backendpsychocrypt2017-09-302-7/+18
| |
| * add CMake flags to disable backendspsychocrypt2017-09-301-78/+88
| | | | | | | | | | - add `CUDA_ENABLE` - add `OpenCL_ENABLE`
| * fix windows supportpsychocrypt2017-09-309-53/+86
| | | | | | | | - fix broken windows support
| * add amd opencl filespsychocrypt2017-09-306-0/+1825
| |
| * update rot filespsychocrypt2017-09-3019-1440/+374
| | | | | | | | | | - add config file editor - move telemetry out of minethd
| * update CMakepsychocrypt2017-09-301-3/+158
| |
| * add generic backend filespsychocrypt2017-09-307-0/+395
| | | | | | | | | | - add Plugin.h to load a backend - add backend interface
OpenPOWER on IntegriCloud