6140 Commits (9fd94b5c225f05375ba6901307d17e466a876f89)
 

Author SHA1 Message Date
troky 9e481ebb3d VS2010 build: Removed kernel name definitions. 11 years ago
Noel Maersk ea9c54a378 misc: update NEWS.md. 11 years ago
Noel Maersk 41f994886e doc: update README.md doc list, rename KERNEL.md to kernel.md. 11 years ago
Noel Maersk 9b68b2773c doc: update doc/KERNEL.md to reflect the fact that kernel names are no longer hard-coded. 11 years ago
Noel Maersk 106dbee1f9 core: check if GPU thread is disabled before checking if it's waiting on getwork. 11 years ago
Noel Maersk e0736b1d5b misc: suggest checking configuration in log message. 11 years ago
Noel Maersk 98cd96f27a opencl: add log notice, change another to notice level, shorten comment. 11 years ago
Noel Maersk 0adf597640 build: remove kernel name definitions from configure.ac. 11 years ago
Noel Maersk 87801c2578 opencl: rename cgpu_info->kname to cgpu_info->kernelname. 11 years ago
Noel Maersk 4ea508850e opencl: rename queue_scrypt_kernel() to queue_kernel(). 11 years ago
Noel Maersk 3787f47155 misc: add comment on what cgpu_info->{,k}name are. 11 years ago
Noel Maersk c9ccf551d7 opencl: remove cl_kernels structure definition and mention. 11 years ago
Noel Maersk 1333ed576d core: simplify kernel selection code. 11 years ago
Noel Maersk f2934d8afd misc: set `algorithm` in example.conf, set GPU clocks as if there were 3 GPUs. 11 years ago
Noel Maersk ddd3b12de5 misc: change `poolname` to `name` in example.conf. 11 years ago
Noel Maersk fc902f0f41 pool: add back --poolname as hidden option for backward compatibility. 11 years ago
troky 49aef7100f Reverting "poolname" to "name". 11 years ago
Noel Maersk 43f96783cd misc: mention adaptive-n-factor support in NEWS.md. 11 years ago
Noel Maersk ef14022929 misc: typo in doc/configuration.md 11 years ago
Noel Maersk d2c6f9a799 Merge pull request #149 from troky/master 11 years ago
unknown 958764fecc MSVS build: Fixed debug build. MSVS doesn't like uninitialized variables. 11 years ago
unknown 6b0b424c0a Fixed API timeval formatting again. Use of snprintf() causes problems in MSVS. 11 years ago
Noel Maersk bf2ca7be0b doc: update doc/configuration.md with `algorithm` aliases. 11 years ago
Noel Maersk b80f6c273f misc: fix typo in NEWS.md. 11 years ago
Noel Maersk 8079d054d6 Merge branch 'nfactor' 11 years ago
Noel Maersk e59e4f5f8d Bump version to 4.1.153. 11 years ago
Noel Maersk 0db99d66c0 algorithm: add nfactor aliases "adaptive-n-factor" and "nscrypt". 11 years ago
Noel Maersk 2b75a67cdf Merge pull request #147 from troky/nfactor 11 years ago
unknown 0e37fc24b0 Added algorrithm name to "coin" API command. Changed default algo name to "scrypt". 11 years ago
Noel Maersk 609b4f0c5f Merge pull request #145 from troky/master 11 years ago
unknown 25242861c7 API: Fixed timeval struct formatting . 11 years ago
Noel Maersk 07f5787386 Merge pull request #144 from troky/master 11 years ago
Noel Maersk 2ff4234b29 Merge pull request #143 from Bllacky/patch-4 11 years ago
unknown e7fbdf3f7a Removed orphan file. 11 years ago
unknown f7f582732a Fixed bufsize type. 11 years ago
Bllacky e2763e7a2e Update README.txt 11 years ago
Noel Maersk 549d01e946 Merge pull request #142 from Bllacky/patch-3 11 years ago
Bllacky 6a32e173ad Update README.txt 11 years ago
Noel Maersk 95e397d3b5 Merge pull request #140 from troky/nfactor 11 years ago
Noel Maersk a697c663a4 Merge pull request #139 from Bllacky/patch-1 11 years ago
unknown 201036dd92 Added algorithm.* and inttypes.h for MSVS build 11 years ago
Bllacky 0b5aace1e1 Update README.txt 11 years ago
Noel Maersk 4ed13e44a3 doc: update configuration.md with latest on --algorithm and --nfactor. 11 years ago
Noel Maersk a3f9b24c69 core: set default algorithm for when neither --algorithm nor --nfactor are provided. 11 years ago
Noel Maersk c6a27709f8 core: use global algorithm structure instead of opt_nfactor. 11 years ago
Noel Maersk a0c52bf67c config: introduce set_nfactor() and use it to call set_algorithm_nfactor(). 11 years ago
Noel Maersk 92b7770212 config: add `--algorithm` option and documentation. 11 years ago
Noel Maersk 50a792f2cd algorithm: initial set_algorithm() and set_algorithm_nfactor(). 11 years ago
Noel Maersk 776eec2e11 algorithm: initial structure definition. 11 years ago
Noel Maersk c2c8231b9e kernel: zuikkis supports all worksizes. 11 years ago