XMRig
|
cbcf033ebe
|
Code style cleanup.
|
2019-12-28 01:45:54 +07:00 |
|
XMRig
|
e0a9c69ab9
|
Rename Rx_windows.cpp to Rx_win.cpp.
|
2019-12-17 15:16:37 +07:00 |
|
XMRig
|
efb63d15e1
|
Added support for write custom MSR.
|
2019-12-17 02:27:07 +07:00 |
|
SChernykh
|
5cf846b28d
|
MSR mod for Windows
|
2019-12-14 16:04:37 +01:00 |
|
XMRig
|
86e5ab861b
|
Don't build Rx_linux.cpp on ARM.
|
2019-12-11 21:20:37 +07:00 |
|
XMRig
|
f960d1cf16
|
Added RandomX option "wrmsr" with command line equivalent --randomx-wrmsr=N.
|
2019-12-10 23:57:29 +07:00 |
|
XMRig
|
f0f3246f08
|
Added os.cmake
|
2019-12-08 13:30:26 +07:00 |
|
XMRig
|
3812c81ed5
|
hwloc for MSVC updated to v2.1.0.
|
2019-12-05 12:47:31 +07:00 |
|
XMRig
|
82fa9e6dcf
|
Use static OpenSSL libs on macOS.
|
2019-11-16 18:56:34 +07:00 |
|
SChernykh
|
a9a4f561ce
|
Force HAVE_BUILTIN_CLEAR_CACHE for GNU compilers
They always have __builtin___clear_cache
|
2019-10-18 17:39:57 +02:00 |
|
XMRig
|
dd0f924bff
|
Added initial memory pool support.
|
2019-10-07 12:36:40 +07:00 |
|
XMRig
|
3d262d82a0
|
Added class RxQueue, class Rx now thin static wrapper on top of RxQueue.
|
2019-10-06 07:47:41 +07:00 |
|
XMRig
|
93a70f4bbe
|
Added RxNUMAStorage stub.
|
2019-10-04 18:43:03 +07:00 |
|
XMRig
|
473b98ae68
|
Extended "numa" option for RandomX.
|
2019-10-04 10:49:55 +07:00 |
|
XMRig
|
f9f5b8a716
|
Added interface IRxStorage and RxBasicStorage class.
|
2019-10-04 08:45:13 +07:00 |
|
XMRig
|
4a80dfa349
|
Added class RxSeed.
|
2019-10-03 04:48:36 +07:00 |
|
SChernykh
|
46ef04a4cf
|
Added JIT compiler for RandomX on ARMv8
|
2019-09-21 10:10:52 +02:00 |
|
XMRig
|
0ac13847ef
|
Merge branch 'dev' into evo
|
2019-09-15 18:05:15 +07:00 |
|
XMRig
|
598f682f3c
|
#1132 Fixed CentOS 7 compatibility.
|
2019-09-15 13:26:26 +07:00 |
|
XMRig
|
a3e66e94cf
|
Fix compile warning, mostly struct/class inconsistency.
|
2019-09-13 18:21:05 +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
|
2b853431dc
|
Fixed 32-bit.
|
2019-08-02 10:54:00 +07:00 |
|
XMRig
|
090eae2128
|
Added hwloc stub.
|
2019-07-23 01:18:55 +07:00 |
|
XMRig
|
180064bc2a
|
Fixed build.
|
2019-07-19 05:03:14 +07:00 |
|
XMRig
|
2a3b27be06
|
Merge branch 'evo' into feature-per-pool-algo
|
2019-07-06 10:49:31 +07:00 |
|
SChernykh
|
d53ca8714e
|
Fixed MingGW compilation
|
2019-07-01 20:48:51 +02:00 |
|
SChernykh
|
7d10b6b71f
|
Integrated RandomX, added RandomXL (Loki)
|
2019-07-01 20:11:51 +02:00 |
|
XMRig
|
14a937cf70
|
Merge Assembly enum and Asm class.
|
2019-06-28 13:08:08 +07:00 |
|
XMRig
|
8eb1cc8731
|
Merge branch 'evo' into feature-per-pool-algo
|
2019-06-26 15:44:52 +07:00 |
|
XMRig
|
5d4287296e
|
Merge branch 'feature-randomx' into evo
|
2019-06-18 05:33:30 +07:00 |
|
XMRig
|
2cbd8f3a3a
|
Use canonical name for RandomX, because official RandomWOW repo not rename lib or headers, still need some solution to separate it in future.
|
2019-06-18 05:13:51 +07:00 |
|
SChernykh
|
a46d190b54
|
RandomWOW support
|
2019-06-15 22:53:03 +02:00 |
|
XMRig
|
bbd28e8535
|
Implemented new style algorithm definitions (except ARM), removed Algo and Variant enums.
|
2019-06-13 22:08:52 +07:00 |
|
XMRig
|
6ed03b8b01
|
Renamed macros for enable/disable algorithms.
|
2019-06-09 15:29:26 +07:00 |
|
XMRig
|
7bbbdc5f64
|
Fixed ARM build.
|
2019-06-04 19:27:51 +07:00 |
|
XMRig
|
254a2f86f8
|
Move files.
|
2019-06-04 19:20:33 +07:00 |
|
XMRig
|
68adb300a9
|
#1026 Probably fixed iOS build.
|
2019-06-03 18:40:12 +07:00 |
|
XMRig
|
cb960bf953
|
Merge branch 'dev' into evo
|
2019-04-17 17:42:22 +07:00 |
|
XMRig
|
6300fd5e8b
|
#1012 Fixed _rotr detection.
|
2019-04-16 02:00:27 +07:00 |
|
XMRig
|
3d2c9f226d
|
#1012 Added checks for _rotr.
|
2019-04-16 01:20:50 +07:00 |
|
XMRig
|
9eacaa8e4f
|
Added HttpsClient.
|
2019-04-09 14:06:56 +07:00 |
|
XMRig
|
1c38775fa3
|
Cleanup.
|
2019-03-31 01:44:53 +07:00 |
|
XMRig
|
6ea75f557e
|
Use XMRIG_FEATURE_TLS instead of XMRIG_NO_TLS
|
2019-03-28 22:13:27 +07:00 |
|
XMRig
|
a57f955c33
|
Move files.
|
2019-03-16 02:07:26 +07:00 |
|
XMRig
|
cdd5930a7e
|
Rename files.
|
2019-03-15 01:50:35 +07:00 |
|
XMRig
|
44bacb8d8c
|
Removed unnecessary ASM files duplicates for MSYS2.
|
2019-03-04 14:40:22 +07:00 |
|
XMRig
|
39efcef31a
|
Build whole CryptonightR_gen.cpp only if ASM used.
|
2019-03-03 17:33:27 +07:00 |
|
XMRig
|
de181c0184
|
Fixed msvc2015/msys2 build & code cleanup.
|
2019-02-19 09:15:06 +07:00 |
|