Commit Graph

43 Commits

Author SHA1 Message Date
Sebastian ebe48fac17 Patched to run on generic opencl-1.0 devices 2018-01-17 13:15:55 +01:00
aegroto 24becbe1a2 forced opencl 1.1 2017-09-12 10:37:29 +02:00
fireice-uk 48e358a46d Merge pull request #37 from fireice-uk/release-1.4.0
release 1.4.0
2017-06-01 14:52:52 +01:00
fireice-uk 70d615c418 32+ cpu fix, already rolled in hashed binary 2017-05-28 10:27:32 +01:00
fireice-uk 93a92978d2 Update checksums 2017-05-28 10:20:11 +01:00
fireice-uk 3e2927a247 version 2017-05-28 09:37:24 +01:00
fireice-uk 654d82d125 daemon mode feature 2017-05-28 09:29:24 +01:00
fireice-uk a6e6dd2940 Add the get_key() guard from the other branch 2017-05-28 09:25:10 +01:00
psychocrypt 2b1d841753 set version to 1.4.0 2017-05-26 20:33:39 +02:00
fireice-uk 36afebdd1c Merge pull request #35 from psychocrypt/topic-optimizeScatchpadMemAccess
optimize scratchpad memory layout
2017-05-26 07:55:52 +01:00
fireice-uk 86a5174549 Merge pull request #34 from cianx/link-fix
Fix cmake build on linux, OpenCL link dependencies missing from C lib…
2017-05-24 08:03:17 +01:00
psychocrypt af01b2f16d optimize scratchpad memory layout
store one scatchpad hash as block to optimize cash hits
2017-05-21 21:45:44 +02:00
Cian Montgomery 6a36249275 Fix cmake build on linux, OpenCL link dependencies missing from C library.
Signed-off-by: Cian Montgomery <cianmontgomery@gmail.com>
2017-05-21 09:57:05 -07:00
fireice-uk 816dbfbdf9 Merge pull request #33 from psychocrypt/fix-missingInclude
add missing include
2017-05-21 07:17:30 +01:00
psychocrypt 7d176e7d2f add missing include
add include `math.h`
2017-05-15 21:00:59 +02:00
fireice-uk 4a8f0e3b32 Merge pull request #28 from psychocrypt/topic-versionFile
add file version.h
2017-05-02 17:29:17 +01:00
fireice-uk 91d6b36419 Merge pull request #25 from psychocrypt/topic-cmakeAlwaysFeaturecomplete
always build feature complete
2017-05-02 17:28:40 +01:00
psychocrypt 486057a2f2 add file version.h
- add file with version number
- add version number to the terminal output
2017-05-01 21:37:39 +02:00
psychocrypt 85f2b67df0 allow to fully disable OpenSSL and microhttpd
- rename option `*_REQUIRED` to `*_ENABLE`
- allow to disable the dependency OpenSSL and microhttpd
2017-05-01 21:11:22 +02:00
fireice-uk ff156bd25e Merge pull request #26 from psychocrypt/topic-staticBuild
allow optional static linking
2017-04-30 19:19:28 +01:00
psychocrypt bffbc9d374 allow optional static linking
- add cmake option `CMAKE_LINK_STATIC`
- add missing `CMAKE_C_FLAGS`
2017-04-30 20:02:23 +02:00
psychocrypt 28b29179f4 always build feature complete
- throw an error if a compile dependancy is not fullfilled
- add options to disable hard compile dependancies
2017-04-30 19:54:23 +02:00
fireice-uk ef114a1cd3 Merge pull request #13 from psychocrypt/fix-kernelStartRestrictionNotFulfilled
fix `global_worker_size` calculation
2017-04-09 21:27:04 +01:00
fireice-uk 50cb573c59 Merge pull request #15 from psychocrypt/topic-openCL_1.2_support
add OpenCl 1.2 support
2017-04-08 20:26:05 +01:00
fireice-uk bfb0c233b4 Merge pull request #16 from psychocrypt/topic-cmake
refactor cmake
2017-04-08 17:47:44 +01:00
psychocrypt cd422ebe43 refactor cmake
- allow compiling without microhttpd
- allow compiling without OpenSSL
- use find opencl to provide platform independence
- install `config.txt` with command `make install`
- copy opencl folder on `make install` to the install directory
2017-04-07 11:37:00 +02:00
psychocrypt a111e01218 add OpenCl 1.2 support
guard unknown defined from OpenCl 2.X
2017-04-07 10:01:43 +02:00
psychocrypt d676a22a34 fix condition
`global_worker_size` needs to be a multiple of `local_worker_size`, this is not always the case in the current code.
Remove the bit magic with a easy to read `ceil`.
2017-04-03 21:43:49 +02:00
fireice-uk 7f4a997224 build fix 2017-03-21 18:26:19 +00:00
fireice-uk 0b3d9f5bf1 Proper display of build errors 2017-03-21 18:21:43 +00:00
fireice-uk 262cedb0b5 MacOS support 2017-03-17 18:34:36 +00:00
fireice-uk 6dae500753 v2 2017-03-15 16:50:39 +00:00
fireice-uk 8577e1242f v1.3.1 rc 2017-03-15 16:49:05 +00:00
fireice-uk e99b23ff7b Correction to 10s sampling on the HTML report 2017-03-15 16:05:58 +00:00
fireice-uk 8b6bf01f5c MIME types 2017-03-15 13:34:56 +00:00
fireice-uk 2e444a4978 crappy patch 2017-03-14 22:17:24 +00:00
fireice-uk 13ae3a9129 stak updates - v 1.3.1 2017-03-14 21:22:04 +00:00
fireice-uk 44014fd880 Release v1.0.0-1.3.0 2017-03-03 23:39:41 +00:00
fireice-uk 630d15b7c9 New webdesign 2017-03-03 23:17:34 +00:00
fireice-uk 6ca6836b27 Patched over stak updates from the cpu version 2017-02-22 22:49:55 +00:00
fireice-uk 463573d612 Minor fixes 2017-02-14 18:55:29 +00:00
fireice-uk ea5c2dfb13 Release v1.0.0-1.1.0 2017-01-23 20:00:33 +00:00
fireice-uk f5b60562e8 First! 2017-01-21 11:46:45 +00:00