Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improvements and updates. #1

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 2 additions & 0 deletions .gitignore
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed 3rdparty/libs/win64/libboost_log-vc120-mt-1_62.lib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed 3rdparty/libs/win64/libboost_regex-vc120-mt-1_62.lib
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed 3rdparty/libs/win64/pthreadVC2.lib
Binary file not shown.
40 changes: 40 additions & 0 deletions automine/ReadMe.txt
444 changes: 444 additions & 0 deletions automine/automine.cpp
301 changes: 301 additions & 0 deletions automine/automine.vcxproj
42 changes: 42 additions & 0 deletions automine/automine.vcxproj.filters
437 changes: 437 additions & 0 deletions automine/main.cpp
46 changes: 46 additions & 0 deletions automine/packages.config
8 changes: 8 additions & 0 deletions automine/stdafx.cpp
15 changes: 15 additions & 0 deletions automine/stdafx.h
8 changes: 8 additions & 0 deletions automine/targetver.h
131 changes: 131 additions & 0 deletions blake2/blake2.vcxproj
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
61 changes: 38 additions & 23 deletions cpu_tromp/cpu_tromp.vcxproj
29 changes: 0 additions & 29 deletions cpu_tromp/cpu_tromp.vcxproj.filters
210 changes: 210 additions & 0 deletions cpu_tromp/cpu_tromp_sse.vcxproj
2 changes: 1 addition & 1 deletion cpu_tromp/equi.h
30 changes: 23 additions & 7 deletions cpu_xenoncat/cpu_xenoncat.vcxproj
3 changes: 2 additions & 1 deletion cuda_djezo/cuda_djezo.cpp
2 changes: 1 addition & 1 deletion cuda_djezo/cuda_djezo.hpp
59 changes: 47 additions & 12 deletions cuda_djezo/cuda_djezo.vcxproj
2 changes: 1 addition & 1 deletion cuda_djezo/eqcuda.hpp
8 changes: 4 additions & 4 deletions cuda_djezo/equi_miner.cu
23 changes: 20 additions & 3 deletions cuda_tromp/cuda_tromp.cpp
103 changes: 1 addition & 102 deletions cuda_tromp/cuda_tromp.hpp
140 changes: 115 additions & 25 deletions cuda_tromp/cuda_tromp.vcxproj
135 changes: 126 additions & 9 deletions cuda_tromp/equi_miner.cu
1 change: 0 additions & 1 deletion nheqminer/AvailableSolvers.h
1 change: 1 addition & 0 deletions nheqminer/MinerFactory.cpp
370 changes: 370 additions & 0 deletions nheqminer/goldminer.vcxproj
160 changes: 85 additions & 75 deletions nheqminer/libstratum/ZcashStratum.cpp
60 changes: 7 additions & 53 deletions nheqminer/main.cpp
165 changes: 128 additions & 37 deletions nheqminer/nheqminer.sln
300 changes: 225 additions & 75 deletions nheqminer/nheqminer.vcxproj
222 changes: 3 additions & 219 deletions nheqminer/nheqminer.vcxproj.filters
47 changes: 47 additions & 0 deletions nheqminer/packages.config
15 changes: 15 additions & 0 deletions ocl_device_utils/OpenCLDevice.h
12,355 changes: 12,355 additions & 0 deletions ocl_device_utils/cl_ext.hpp
146 changes: 146 additions & 0 deletions ocl_device_utils/ocl_device_utils.cpp
34 changes: 34 additions & 0 deletions ocl_device_utils/ocl_device_utils.h
96 changes: 96 additions & 0 deletions ocl_device_utils/ocl_device_utils.vcxproj
13 changes: 13 additions & 0 deletions ocl_device_utils/ocl_device_utils.vcxproj.filters
174 changes: 174 additions & 0 deletions ocl_device_utils/opencl.cpp
131 changes: 131 additions & 0 deletions ocl_device_utils/opencl.h
536 changes: 536 additions & 0 deletions ocl_silentarmy/ocl_silentarmy.cpp
58 changes: 58 additions & 0 deletions ocl_silentarmy/ocl_silentarmy.hpp
99 changes: 99 additions & 0 deletions ocl_silentarmy/ocl_silentarmy.vcxproj
28 changes: 28 additions & 0 deletions ocl_silentarmy/ocl_silentarmy.vcxproj.filters
66 changes: 66 additions & 0 deletions ocl_silentarmy/param.h
104 changes: 104 additions & 0 deletions ocl_silentarmy/sa_blake.cpp
11 changes: 11 additions & 0 deletions ocl_silentarmy/sa_blake.h
704 changes: 704 additions & 0 deletions ocl_silentarmy/zcash/gpu/input.cl
555 changes: 555 additions & 0 deletions ocl_silentarmy/zcash/gpu/kernel.cl
305 changes: 305 additions & 0 deletions ocl_xpm/ocl_xmp.cpp
56 changes: 56 additions & 0 deletions ocl_xpm/ocl_xmp.hpp
101 changes: 101 additions & 0 deletions ocl_xpm/ocl_xpm.vcxproj
26 changes: 26 additions & 0 deletions ocl_xpm/ocl_xpm.vcxproj.filters
150 changes: 150 additions & 0 deletions ocl_xpm/zcash/gpu/blake2bcl.h
159 changes: 159 additions & 0 deletions ocl_xpm/zcash/gpu/common.h
1,038 changes: 1,038 additions & 0 deletions ocl_xpm/zcash/gpu/equihash.cl
483 changes: 483 additions & 0 deletions pthreads/ANNOUNCE
141 changes: 141 additions & 0 deletions pthreads/BUGS
268 changes: 268 additions & 0 deletions pthreads/Bmakefile
140 changes: 140 additions & 0 deletions pthreads/CONTRIBUTORS
150 changes: 150 additions & 0 deletions pthreads/COPYING
5,211 changes: 5,211 additions & 0 deletions pthreads/ChangeLog
451 changes: 451 additions & 0 deletions pthreads/FAQ
593 changes: 593 additions & 0 deletions pthreads/GNUmakefile
4 changes: 4 additions & 0 deletions pthreads/MAINTAINERS
1,241 changes: 1,241 additions & 0 deletions pthreads/NEWS
24 changes: 24 additions & 0 deletions pthreads/Nmakefile
260 changes: 260 additions & 0 deletions pthreads/Nmakefile.tests
4 changes: 4 additions & 0 deletions pthreads/PROGRESS
601 changes: 601 additions & 0 deletions pthreads/README
57 changes: 57 additions & 0 deletions pthreads/README.Borland
3,036 changes: 3,036 additions & 0 deletions pthreads/README.CV
783 changes: 783 additions & 0 deletions pthreads/README.NONPORTABLE
62 changes: 62 additions & 0 deletions pthreads/README.Watcom
6 changes: 6 additions & 0 deletions pthreads/README.WinCE
7 changes: 7 additions & 0 deletions pthreads/TODO
222 changes: 222 additions & 0 deletions pthreads/WinCE-PORT
53 changes: 53 additions & 0 deletions pthreads/attr.c
69 changes: 69 additions & 0 deletions pthreads/autostatic.c
47 changes: 47 additions & 0 deletions pthreads/barrier.c
9 changes: 9 additions & 0 deletions pthreads/builddmc.bat
44 changes: 44 additions & 0 deletions pthreads/cancel.c
148 changes: 148 additions & 0 deletions pthreads/cleanup.c
50 changes: 50 additions & 0 deletions pthreads/condvar.c
153 changes: 153 additions & 0 deletions pthreads/config.h
74 changes: 74 additions & 0 deletions pthreads/context.h
308 changes: 308 additions & 0 deletions pthreads/create.c
92 changes: 92 additions & 0 deletions pthreads/dll.c
94 changes: 94 additions & 0 deletions pthreads/errno.c
44 changes: 44 additions & 0 deletions pthreads/exit.c
39 changes: 39 additions & 0 deletions pthreads/fork.c
107 changes: 107 additions & 0 deletions pthreads/global.c
943 changes: 943 additions & 0 deletions pthreads/implement.h
74 changes: 74 additions & 0 deletions pthreads/manual/ChangeLog
718 changes: 718 additions & 0 deletions pthreads/manual/PortabilityIssues.html
158 changes: 158 additions & 0 deletions pthreads/manual/index.html
86 changes: 86 additions & 0 deletions pthreads/manual/pthreadCancelableWait.html
280 changes: 280 additions & 0 deletions pthreads/manual/pthread_attr_init.html
158 changes: 158 additions & 0 deletions pthreads/manual/pthread_attr_setstackaddr.html
127 changes: 127 additions & 0 deletions pthreads/manual/pthread_attr_setstacksize.html
197 changes: 197 additions & 0 deletions pthreads/manual/pthread_barrier_init.html
161 changes: 161 additions & 0 deletions pthreads/manual/pthread_barrier_wait.html
142 changes: 142 additions & 0 deletions pthreads/manual/pthread_barrierattr_init.html
159 changes: 159 additions & 0 deletions pthreads/manual/pthread_barrierattr_setpshared.html
205 changes: 205 additions & 0 deletions pthreads/manual/pthread_cancel.html
140 changes: 140 additions & 0 deletions pthreads/manual/pthread_cleanup_push.html
313 changes: 313 additions & 0 deletions pthreads/manual/pthread_cond_init.html
98 changes: 98 additions & 0 deletions pthreads/manual/pthread_condattr_init.html
153 changes: 153 additions & 0 deletions pthreads/manual/pthread_condattr_setpshared.html
94 changes: 94 additions & 0 deletions pthreads/manual/pthread_create.html
71 changes: 71 additions & 0 deletions pthreads/manual/pthread_delay_np.html
90 changes: 90 additions & 0 deletions pthreads/manual/pthread_detach.html
48 changes: 48 additions & 0 deletions pthreads/manual/pthread_equal.html
59 changes: 59 additions & 0 deletions pthreads/manual/pthread_exit.html
76 changes: 76 additions & 0 deletions pthreads/manual/pthread_getunique_np.html
57 changes: 57 additions & 0 deletions pthreads/manual/pthread_getw32threadhandle_np.html
118 changes: 118 additions & 0 deletions pthreads/manual/pthread_join.html
211 changes: 211 additions & 0 deletions pthreads/manual/pthread_key_create.html
152 changes: 152 additions & 0 deletions pthreads/manual/pthread_kill.html
356 changes: 356 additions & 0 deletions pthreads/manual/pthread_mutex_init.html
207 changes: 207 additions & 0 deletions pthreads/manual/pthread_mutexattr_init.html
151 changes: 151 additions & 0 deletions pthreads/manual/pthread_mutexattr_setpshared.html
57 changes: 57 additions & 0 deletions pthreads/manual/pthread_num_processors_np.html
83 changes: 83 additions & 0 deletions pthreads/manual/pthread_once.html
193 changes: 193 additions & 0 deletions pthreads/manual/pthread_rwlock_init.html
168 changes: 168 additions & 0 deletions pthreads/manual/pthread_rwlock_rdlock.html
156 changes: 156 additions & 0 deletions pthreads/manual/pthread_rwlock_timedrdlock.html
150 changes: 150 additions & 0 deletions pthreads/manual/pthread_rwlock_timedwrlock.html
141 changes: 141 additions & 0 deletions pthreads/manual/pthread_rwlock_unlock.html
153 changes: 153 additions & 0 deletions pthreads/manual/pthread_rwlock_wrlock.html
141 changes: 141 additions & 0 deletions pthreads/manual/pthread_rwlockattr_init.html
160 changes: 160 additions & 0 deletions pthreads/manual/pthread_rwlockattr_setpshared.html
70 changes: 70 additions & 0 deletions pthreads/manual/pthread_self.html
207 changes: 207 additions & 0 deletions pthreads/manual/pthread_setcancelstate.html
207 changes: 207 additions & 0 deletions pthreads/manual/pthread_setcanceltype.html
155 changes: 155 additions & 0 deletions pthreads/manual/pthread_setconcurrency.html
114 changes: 114 additions & 0 deletions pthreads/manual/pthread_setschedparam.html
176 changes: 176 additions & 0 deletions pthreads/manual/pthread_spin_init.html
141 changes: 141 additions & 0 deletions pthreads/manual/pthread_spin_lock.html
124 changes: 124 additions & 0 deletions pthreads/manual/pthread_spin_unlock.html
76 changes: 76 additions & 0 deletions pthreads/manual/pthread_timechange_handler_np.html
74 changes: 74 additions & 0 deletions pthreads/manual/pthread_win32_attach_detach_np.html
68 changes: 68 additions & 0 deletions pthreads/manual/pthread_win32_test_features_np.html
115 changes: 115 additions & 0 deletions pthreads/manual/sched_get_priority_max.html
127 changes: 127 additions & 0 deletions pthreads/manual/sched_getscheduler.html
181 changes: 181 additions & 0 deletions pthreads/manual/sched_setscheduler.html
98 changes: 98 additions & 0 deletions pthreads/manual/sched_yield.html
200 changes: 200 additions & 0 deletions pthreads/manual/sem_init.html
50 changes: 50 additions & 0 deletions pthreads/misc.c
62 changes: 62 additions & 0 deletions pthreads/mutex.c
145 changes: 145 additions & 0 deletions pthreads/need_errno.h
47 changes: 47 additions & 0 deletions pthreads/nonportable.c
54 changes: 54 additions & 0 deletions pthreads/private.c
66 changes: 66 additions & 0 deletions pthreads/pthread.c
142 changes: 142 additions & 0 deletions pthreads/pthread.dsp
29 changes: 29 additions & 0 deletions pthreads/pthread.dsw
1,368 changes: 1,368 additions & 0 deletions pthreads/pthread.h
302 changes: 302 additions & 0 deletions pthreads/pthread.vcxproj
41 changes: 41 additions & 0 deletions pthreads/pthread.vcxproj.filters
79 changes: 79 additions & 0 deletions pthreads/pthread_attr_destroy.c
86 changes: 86 additions & 0 deletions pthreads/pthread_attr_getdetachstate.c
51 changes: 51 additions & 0 deletions pthreads/pthread_attr_getinheritsched.c
52 changes: 52 additions & 0 deletions pthreads/pthread_attr_getschedparam.c
61 changes: 61 additions & 0 deletions pthreads/pthread_attr_getschedpolicy.c
54 changes: 54 additions & 0 deletions pthreads/pthread_attr_getscope.c
97 changes: 97 additions & 0 deletions pthreads/pthread_attr_getstackaddr.c
100 changes: 100 additions & 0 deletions pthreads/pthread_attr_getstacksize.c
117 changes: 117 additions & 0 deletions pthreads/pthread_attr_init.c
91 changes: 91 additions & 0 deletions pthreads/pthread_attr_setdetachstate.c
57 changes: 57 additions & 0 deletions pthreads/pthread_attr_setinheritsched.c
63 changes: 63 additions & 0 deletions pthreads/pthread_attr_setschedparam.c
55 changes: 55 additions & 0 deletions pthreads/pthread_attr_setschedpolicy.c
62 changes: 62 additions & 0 deletions pthreads/pthread_attr_setscope.c
97 changes: 97 additions & 0 deletions pthreads/pthread_attr_setstackaddr.c
110 changes: 110 additions & 0 deletions pthreads/pthread_attr_setstacksize.c
103 changes: 103 additions & 0 deletions pthreads/pthread_barrier_destroy.c
69 changes: 69 additions & 0 deletions pthreads/pthread_barrier_init.c
104 changes: 104 additions & 0 deletions pthreads/pthread_barrier_wait.c
83 changes: 83 additions & 0 deletions pthreads/pthread_barrierattr_destroy.c
95 changes: 95 additions & 0 deletions pthreads/pthread_barrierattr_getpshared.c
85 changes: 85 additions & 0 deletions pthreads/pthread_barrierattr_init.c
119 changes: 119 additions & 0 deletions pthreads/pthread_barrierattr_setpshared.c
189 changes: 189 additions & 0 deletions pthreads/pthread_cancel.c
253 changes: 253 additions & 0 deletions pthreads/pthread_cond_destroy.c
167 changes: 167 additions & 0 deletions pthreads/pthread_cond_init.c
231 changes: 231 additions & 0 deletions pthreads/pthread_cond_signal.c
567 changes: 567 additions & 0 deletions pthreads/pthread_cond_wait.c
86 changes: 86 additions & 0 deletions pthreads/pthread_condattr_destroy.c
97 changes: 97 additions & 0 deletions pthreads/pthread_condattr_getpshared.c
87 changes: 87 additions & 0 deletions pthreads/pthread_condattr_init.c
117 changes: 117 additions & 0 deletions pthreads/pthread_condattr_setpshared.c
172 changes: 172 additions & 0 deletions pthreads/pthread_delay_np.c
136 changes: 136 additions & 0 deletions pthreads/pthread_detach.c
76 changes: 76 additions & 0 deletions pthreads/pthread_equal.c
106 changes: 106 additions & 0 deletions pthreads/pthread_exit.c
45 changes: 45 additions & 0 deletions pthreads/pthread_getconcurrency.c
75 changes: 75 additions & 0 deletions pthreads/pthread_getschedparam.c
87 changes: 87 additions & 0 deletions pthreads/pthread_getspecific.c
47 changes: 47 additions & 0 deletions pthreads/pthread_getunique_np.c
65 changes: 65 additions & 0 deletions pthreads/pthread_getw32threadhandle_np.c
157 changes: 157 additions & 0 deletions pthreads/pthread_join.c
108 changes: 108 additions & 0 deletions pthreads/pthread_key_create.c
125 changes: 125 additions & 0 deletions pthreads/pthread_key_delete.c
105 changes: 105 additions & 0 deletions pthreads/pthread_kill.c
190 changes: 190 additions & 0 deletions pthreads/pthread_mutex_consistent.c
148 changes: 148 additions & 0 deletions pthreads/pthread_mutex_destroy.c
130 changes: 130 additions & 0 deletions pthreads/pthread_mutex_init.c
269 changes: 269 additions & 0 deletions pthreads/pthread_mutex_lock.c
324 changes: 324 additions & 0 deletions pthreads/pthread_mutex_timedlock.c
154 changes: 154 additions & 0 deletions pthreads/pthread_mutex_trylock.c
175 changes: 175 additions & 0 deletions pthreads/pthread_mutex_unlock.c
83 changes: 83 additions & 0 deletions pthreads/pthread_mutexattr_destroy.c
44 changes: 44 additions & 0 deletions pthreads/pthread_mutexattr_getkind_np.c
95 changes: 95 additions & 0 deletions pthreads/pthread_mutexattr_getpshared.c
113 changes: 113 additions & 0 deletions pthreads/pthread_mutexattr_getrobust.c
56 changes: 56 additions & 0 deletions pthreads/pthread_mutexattr_gettype.c
86 changes: 86 additions & 0 deletions pthreads/pthread_mutexattr_init.c
44 changes: 44 additions & 0 deletions pthreads/pthread_mutexattr_setkind_np.c
119 changes: 119 additions & 0 deletions pthreads/pthread_mutexattr_setpshared.c
119 changes: 119 additions & 0 deletions pthreads/pthread_mutexattr_setrobust.c
143 changes: 143 additions & 0 deletions pthreads/pthread_mutexattr_settype.c
56 changes: 56 additions & 0 deletions pthreads/pthread_num_processors_np.c
79 changes: 79 additions & 0 deletions pthreads/pthread_once.c
143 changes: 143 additions & 0 deletions pthreads/pthread_rwlock_destroy.c
109 changes: 109 additions & 0 deletions pthreads/pthread_rwlock_init.c
102 changes: 102 additions & 0 deletions pthreads/pthread_rwlock_rdlock.c
109 changes: 109 additions & 0 deletions pthreads/pthread_rwlock_timedrdlock.c
139 changes: 139 additions & 0 deletions pthreads/pthread_rwlock_timedwrlock.c
102 changes: 102 additions & 0 deletions pthreads/pthread_rwlock_tryrdlock.c
122 changes: 122 additions & 0 deletions pthreads/pthread_rwlock_trywrlock.c
93 changes: 93 additions & 0 deletions pthreads/pthread_rwlock_unlock.c
133 changes: 133 additions & 0 deletions pthreads/pthread_rwlock_wrlock.c
84 changes: 84 additions & 0 deletions pthreads/pthread_rwlockattr_destroy.c
97 changes: 97 additions & 0 deletions pthreads/pthread_rwlockattr_getpshared.c
83 changes: 83 additions & 0 deletions pthreads/pthread_rwlockattr_init.c
120 changes: 120 additions & 0 deletions pthreads/pthread_rwlockattr_setpshared.c
141 changes: 141 additions & 0 deletions pthreads/pthread_self.c
125 changes: 125 additions & 0 deletions pthreads/pthread_setcancelstate.c
126 changes: 126 additions & 0 deletions pthreads/pthread_setcanceltype.c
53 changes: 53 additions & 0 deletions pthreads/pthread_setconcurrency.c
123 changes: 123 additions & 0 deletions pthreads/pthread_setschedparam.c
167 changes: 167 additions & 0 deletions pthreads/pthread_setspecific.c
111 changes: 111 additions & 0 deletions pthreads/pthread_spin_destroy.c
123 changes: 123 additions & 0 deletions pthreads/pthread_spin_init.c
80 changes: 80 additions & 0 deletions pthreads/pthread_spin_lock.c
77 changes: 77 additions & 0 deletions pthreads/pthread_spin_trylock.c
71 changes: 71 additions & 0 deletions pthreads/pthread_spin_unlock.c
103 changes: 103 additions & 0 deletions pthreads/pthread_testcancel.c
108 changes: 108 additions & 0 deletions pthreads/pthread_timechange_handler_np.c
256 changes: 256 additions & 0 deletions pthreads/pthread_win32_attach_detach_np.c
278 changes: 278 additions & 0 deletions pthreads/ptw32_MCS_lock.c
734 changes: 734 additions & 0 deletions pthreads/ptw32_OLL_lock.c
232 changes: 232 additions & 0 deletions pthreads/ptw32_callUserDestroyRoutines.c
56 changes: 56 additions & 0 deletions pthreads/ptw32_calloc.c
78 changes: 78 additions & 0 deletions pthreads/ptw32_cond_check_need_init.c
91 changes: 91 additions & 0 deletions pthreads/ptw32_getprocessors.c
47 changes: 47 additions & 0 deletions pthreads/ptw32_is_attr.c
92 changes: 92 additions & 0 deletions pthreads/ptw32_mutex_check_need_init.c
94 changes: 94 additions & 0 deletions pthreads/ptw32_new.c
92 changes: 92 additions & 0 deletions pthreads/ptw32_processInitialize.c
105 changes: 105 additions & 0 deletions pthreads/ptw32_processTerminate.c
132 changes: 132 additions & 0 deletions pthreads/ptw32_relmillisecs.c
151 changes: 151 additions & 0 deletions pthreads/ptw32_reuse.c
50 changes: 50 additions & 0 deletions pthreads/ptw32_rwlock_cancelwrwait.c
77 changes: 77 additions & 0 deletions pthreads/ptw32_rwlock_check_need_init.c
135 changes: 135 additions & 0 deletions pthreads/ptw32_semwait.c
78 changes: 78 additions & 0 deletions pthreads/ptw32_spinlock_check_need_init.c
79 changes: 79 additions & 0 deletions pthreads/ptw32_threadDestroy.c
357 changes: 357 additions & 0 deletions pthreads/ptw32_threadStart.c
189 changes: 189 additions & 0 deletions pthreads/ptw32_throw.c
83 changes: 83 additions & 0 deletions pthreads/ptw32_timespec.c
Loading