Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Merge pull request #143 from psychocrypt/topic-numaAlloc2 | fireice-uk | 2017-06-10 | 3 | -3/+66 | |
|\ \ | | | | | | | hwloc NUMA memory binding | |||||
| * | | hwloc NUMA memory binding | psychocrypt | 2017-06-05 | 3 | -3/+66 | |
| | | | | | | | | | | | | | | | - add function `bindMemoryToNUMANode()` - add `affinity` member to `minethd` | |||||
* | | | Merge pull request #133 from psychocrypt/topic-optimizeDoubleHash | fireice-uk | 2017-06-10 | 1 | -19/+29 | |
|\ \ \ | | | | | | | | | optimize double hash implementation | |||||
| * | | | optimize double hash implementation | psychocrypt | 2017-05-31 | 1 | -19/+29 | |
| | | | | | | | | | | | | | | | | use single hash implementation within the function `cryptonight_double_hash` | |||||
* | | | | Merge pull request #138 from blacklion/feature-freebsd-support | fireice-uk | 2017-06-04 | 3 | -1/+15 | |
|\ \ \ \ | |/ / / |/| | | | Feature FreeBSD support | |||||
| * | | | Add FreeBSD support | Lev Serebryakov | 2017-06-03 | 3 | -1/+15 | |
| | |/ | |/| | ||||||
| * | | Merge pull request #95 from fireice-uk/dev | fireice-uk | 2017-04-29 | 1 | -13/+13 | |
| |\ \ | | | | | | | | | New binary checksum | |||||
| * \ \ | Merge pull request #94 from fireice-uk/dev | fireice-uk | 2017-04-29 | 1 | -1/+1 | |
| |\ \ \ | | | | | | | | | | | v1.2.0-1.4.1 RC | |||||
* | \ \ \ | Merge pull request #123 from ruzickap/dev | fireice-uk | 2017-05-30 | 1 | -1/+13 | |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Adding Fedora installation steps | |||||
| * | | | | Adding Fedora installation steps | Petr Ruzicka | 2017-05-28 | 1 | -1/+13 | |
| | | | | | ||||||
* | | | | | Merge pull request #126 from fireice-uk/topic-daemon_mode | fireice-uk | 2017-05-28 | 6 | -6/+31 | |
|\ \ \ \ \ | | | | | | | | | | | | | Daemon mode | |||||
| * | | | | | daemon mode feature | fireice-uk | 2017-05-26 | 6 | -6/+21 | |
| | | | | | | ||||||
| * | | | | | Add the get_key() guard from the other branch | fireice-uk | 2017-05-26 | 1 | -0/+10 | |
|/ / / / / | ||||||
* | | | | | Add hwloc to IDE build env | fireice-uk | 2017-05-26 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #108 from psychocrypt/topic-hwloc | fireice-uk | 2017-05-24 | 4 | -4/+243 | |
|\ \ \ \ | | | | | | | | | | | hwloc autoadjust | |||||
| * | | | | refactor `compat_popcnt()` | psychocrypt | 2017-05-23 | 1 | -13/+11 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - refactor impleentation - move function to class member method | |||||
| * | | | | Change popcnt so that the code does not depend on ABM extenstions (SSE4) | fireice-uk | 2017-05-21 | 1 | -1/+14 | |
| | | | | | ||||||
| * | | | | add info that config is not optimal | psychocrypt | 2017-05-14 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | overloead cache | psychocrypt | 2017-05-14 | 2 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | - use one thread more if 1 MiB cache is available after removeing the multiple of 2MiB - fix install documentation | |||||
| * | | | | hwloc autoadjust | psychocrypt | 2017-05-13 | 4 | -4/+231 | |
|/ / / / | | | | | | | | | | | | | | | | | | | | | - `CMakeLists.txt` add find code to search for `hwloc` - `autoAdjustHwloc.hpp` search optimal config based on hwloc topology - update `README.txt` | |||||
* | | | | Merge pull request #101 from psychocrypt/fix-docu | fireice-uk | 2017-05-02 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | fix documentation bug | |||||
| * | | | | fix documentation bug | psychocrypt | 2017-05-01 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | fix how to enable dynamic linking | |||||
* | | | | | Merge pull request #100 from psychocrypt/topic-allowDependencyDisable | fireice-uk | 2017-05-02 | 2 | -23/+20 | |
|\ \ \ \ \ | |/ / / / |/| | | | | allow to disable OpenSSL and microhttpd | |||||
| * | | | | update documentation | psychocrypt | 2017-05-01 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | change variable names to disable or enable microhttpd and OpenSSL | |||||
| * | | | | allow to fully disable OpenSSL and microhttpd | psychocrypt | 2017-05-01 | 1 | -19/+16 | |
|/ / / / | | | | | | | | | | | | | | | | | - rename option `*_REQUIRED` to `*_ENABLE` - allow to disable the dependency OpenSSL and microhttpd | |||||
* | | | | Merge pull request #96 from psychocrypt/topic-versionFile | fireice-uk | 2017-04-30 | 3 | -2/+8 | |
|\ \ \ \ | |_|_|/ |/| | | | add file version.h | |||||
| * | | | add file version.h | psychocrypt | 2017-04-30 | 3 | -2/+8 | |
| | | | | | | | | | | | | | | | | | | | | - add file with version number - add version number to the terminal output | |||||
* | | | | New binary checksum | fireice-uk | 2017-04-29 | 1 | -13/+13 | |
| |_|/ |/| | | ||||||
* | | | Merge pull request #92 from psychocrypt/fix-cmakeINstall | fireice-uk | 2017-04-29 | 1 | -1/+1 | |
|\ \ \ | | | | | | | | | fix wrong naming in CMake install | |||||
| * | | | fix wrong naming in CMake install | psychocrypt | 2017-04-28 | 1 | -1/+1 | |
| |/ / | ||||||
* | | | Merge pull request #93 from fireice-uk/master | fireice-uk | 2017-04-29 | 2 | -53/+47 | |
|\ \ \ | |/ / |/| / | |/ | Bring dev up to speed | |||||
| * | This guard is no longer needed. | fireice-uk | 2017-04-27 | 1 | -6/+0 | |
| | | ||||||
| * | v1.2.0-1.4.0 RC | fireice-uk | 2017-04-26 | 1 | -47/+47 | |
| | | ||||||
| * | Merge pull request #86 from fireice-uk/dev | fireice-uk | 2017-04-26 | 15 | -164/+543 | |
| |\ | |/ |/| | Merge into master | |||||
* | | Print a single-threaded autoconf on error | fireice-uk | 2017-04-26 | 1 | -6/+10 | |
| | | ||||||
* | | Extend prefetch option. | fireice-uk | 2017-04-26 | 1 | -12/+22 | |
| | | ||||||
* | | Remove mulx | fireice-uk | 2017-04-26 | 5 | -74/+39 | |
| | | ||||||
* | | Merge pull request #84 from fireice-uk/topic-autoconfig | fireice-uk | 2017-04-26 | 6 | -50/+223 | |
|\ \ | | | | | | | CPU autoconfig | |||||
| * | | Cosmetic changes - clearer comments and error messages | fireice-uk | 2017-04-26 | 1 | -4/+7 | |
| | | | ||||||
| * | | Merge pull request #85 from psychocrypt/fixAmdStagger | fireice-uk | 2017-04-25 | 1 | -4/+1 | |
| |\ \ | | | | | | | | | fix amd stagger detection | |||||
| | * | | fix amd stagger detection | psychocrypt | 2017-04-25 | 1 | -4/+1 | |
| |/ / | ||||||
| * | | Older AMD stagger + switch to odd numbers when we run out | fireice-uk | 2017-04-25 | 1 | -10/+22 | |
| | | | ||||||
| * | | Fix off-by-one | fireice-uk | 2017-04-25 | 1 | -1/+1 | |
| | | | ||||||
| * | | Update CBP build env | fireice-uk | 2017-04-25 | 1 | -0/+1 | |
| | | | ||||||
| * | | CPU autoconfig | fireice-uk | 2017-04-25 | 5 | -50/+210 | |
|/ / | ||||||
* | | Apply psychocrypt's build solution to the template | fireice-uk | 2017-04-24 | 2 | -6/+11 | |
| | | ||||||
* | | Merge pull request #82 from psychocrypt/topic-allowPrefetchDisable | fireice-uk | 2017-04-23 | 2 | -6/+5 | |
|\ \ | | | | | | | disable prefetch by default | |||||
| * | | disable prefetch by default | psychocrypt | 2017-04-22 | 2 | -6/+5 | |
| | | | | | | | | | | | | | | | - allow to disable prefetch on systems without hardware aes - set default disable memory prefetch | |||||
* | | | Merge pull request #81 from psychocrypt/topic-addPsychocryptToCmdOut | fireice-uk | 2017-04-23 | 1 | -2/+2 | |
|\ \ \ | |/ / |/| | | add psychocrypt to cmd output | |||||
| * | | add psychocrypt to cmd output | psychocrypt | 2017-04-22 | 1 | -2/+2 | |
|/ / |