Commit Graph

49 Commits

Author SHA1 Message Date
XMRig
5d644ef919 Fix tab/space inconsistency. 2020-07-03 21:36:06 +07:00
XMRig
abdc3effb6 #1754 Fixed GPU health readings for pre Vega GPUs. 2020-07-03 21:14:21 +07:00
SChernykh
683ca745a8 KawPow: optimized CPU share verification
- 2 times faster CPU share verification (11 -> 5 ms)
- 1.5 times faster light cache initialization
2020-06-26 12:31:26 +02:00
XMRig
e74cf2cb1d Fix compile warnings. 2020-05-29 20:02:57 +07:00
SChernykh
f24da62db0 KawPow WIP 2020-05-27 16:19:57 +02:00
XMRig
3c06e36538 Update hwloc for MSVC builds. 2020-05-22 20:47:12 +07:00
XMRig
e81a7ad64a Removed code duplicate. 2020-05-09 01:13:46 +07:00
XMRig
11528d61d1 Add prefixes to argon2 to avoid potential conflicts with other implementations. 2020-05-04 18:09:34 +07:00
SChernykh
b8a706948a Optimized RandomX dataset initialization
- Use single Argon2 implemenation
- Auto-select the fastest Argon2 implementation for RandomX
2020-05-03 20:44:59 +02:00
XMRig
bed66fb154 http-parser updated to latest version. 2020-03-04 18:30:53 +07:00
XMRig
74668ed7a0 Added ADL support for Windows. 2020-02-14 00:16:32 +07:00
XMRig
3812c81ed5 hwloc for MSVC updated to v2.1.0. 2019-12-05 12:47:31 +07:00
XMRig
6e3e39207b Fixed msvc build. 2019-10-01 01:25:47 +07:00
XMRig
962ab093c2 #1150 Fixed argon2 header conflict. 2019-10-01 01:18:22 +07:00
XMRig
0ac13847ef Merge branch 'dev' into evo 2019-09-15 18:05:15 +07:00
XMRig
e8b078dda8 Fixed cmake 2.8 support. 2019-09-14 20:34:15 +07:00
XMRig
f6d19af165 Update OpenCL headers to recent version. 2019-09-06 22:58:09 +07:00
XMRig
897f08183b Restored OclCache. 2019-08-27 06:31:40 +07:00
XMRig
c23a6f7a29 Added OclDevice and partially autoconfig. 2019-08-22 22:39:36 +07:00
XMRig
f9bdd6ae93 Merge branch 'dev' into feature-opencl 2019-08-17 23:33:48 +07:00
XMRig
f26c7de83e Simplified argon2/CMakeLists.txt. 2019-08-17 19:16:37 +07:00
XMRig
c644a533f6 Added hugepages support for Argon2. 2019-08-17 13:06:14 +07:00
XMRig
7927bda4a8 Removed threads support from Argon2. 2019-08-17 12:33:08 +07:00
XMRig
e493e83e07 Fixed typo. 2019-08-17 05:31:49 +07:00
XMRig
e747f8b06c Added MSVC support for Argon2. 2019-08-17 04:01:53 +07:00
XMRig
9861f9eadd Added selection for optimized Argon2 implementation. 2019-08-17 01:42:03 +07:00
XMRig
54994d361b Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
XMRig
faf18262eb Added generic Argon2 implementation (conflicts with RandomX). 2019-08-16 00:31:29 +07:00
XMRig
79315bad8a Added initial OpenCL stub. 2019-08-13 01:44:52 +07:00
XMRig
fefce7cc89 More compact JSON formatting. 2019-08-04 22:07:05 +07:00
XMRig
cf4a5aa888 rapidjson updated to recent git version. 2019-08-04 19:47:23 +07:00
XMRig
cc2af8c01f Use internal hwloc for MSVC. 2019-07-28 09:24:53 +07:00
XMRig
a39a073a99 Moved mm_malloc.h 2019-06-02 20:57:49 +07:00
XMRig
9c62e8217a Added new HTTP server (tiny wrapper on top of libuv + http_parser), removed libmicrohttpd support. 2019-03-29 12:33:11 +07:00
XMRig
8b839b93de Update libcpuid to recent git version. 2018-09-23 13:05:03 +03:00
XMRig
86d9a72c57 Remove align.h. 2018-03-14 17:11:51 +07:00
XMRig
368736dc28 Added ARMv8 (aarch64) support. 2017-11-06 03:11:35 +03:00
XMRig
af51513614 libjansson replaced to rapidjson.
Sync changes with proxy.
2017-10-04 23:33:30 +03:00
XMRig
fc1d6c7e84 Better fix for MSVC. 2017-08-17 07:33:21 +03:00
XMRig
e3dd4a6581 Fixed config load for MSVC. 2017-08-17 06:43:32 +03:00
XMRig
eb140fd30f Fix gcc warnings. 2017-08-14 09:53:48 +03:00
XMRig
a07b0e5953 Fix Visual Studio warnings. 2017-08-14 09:30:41 +03:00
XMRig
9665ff15ae Use uv_tty for console output and remove legacy winansi. 2017-07-23 05:59:57 +03:00
XMRig
d1bf9ddc3f Add missing file. 2017-06-15 18:09:29 +03:00
XMRig
827e611911 Fix libcpuid support for MSVC. 2017-06-13 11:17:40 +03:00
XMRig
3df545cfc5 Initial MSVC support. 2017-06-12 16:19:07 +03:00
XMRig
da02e9a3a2 Reduce libcpuid size. 2017-06-08 04:16:55 +03:00
XMRig
b11f95d248 Restore libcpuid support. 2017-06-08 01:51:24 +03:00
XMRig
668b23c5b0 Initial libuv support build. 2017-06-04 20:52:21 +03:00