Paweł Bylica
81454ce03b
exp cmake fix: OpenCL_TARGET -> OpenCL_LIBRARIES
10 years ago
Paweł Bylica
ca1d2dad6d
Fix whitespace.
10 years ago
Paweł Bylica
18fb5d1728
Merge branch 'develop' into win_llvm
10 years ago
Paweł Bylica
b32720b60d
Merge pull request #2 from chfast/revert-1-win_llvm
Revert "Exclude .ilk files from install"
10 years ago
Paweł Bylica
5c2cc14f88
Revert "Exclude .ilk files from install"
10 years ago
Paweł Bylica
e9bc3d8f5f
Merge pull request #1 from LefterisJP/win_llvm
Exclude .ilk files from install
10 years ago
Lefteris Karapetsas
704eae895e
Exclude .ilk files from install
.ilk files are temporary linking files used only when building. We don't
need to install those.
10 years ago
Paweł Bylica
cefb0e11cd
Fix DLL copy for eth.
10 years ago
Paweł Bylica
77daf65398
Remove OpenCl ICD loader source coude (khronos_icd).
10 years ago
Paweł Bylica
9b45b6b571
Use external prebuilt OpenCL ICD DLL.
10 years ago
Paweł Bylica
502cec737a
Another try for OSX.
10 years ago
Paweł Bylica
fa2f3f2e14
I really need to get some sleep.
10 years ago
Paweł Bylica
201d2fff0d
Ping buildbot.
10 years ago
Paweł Bylica
53f8d86589
Ping buildbot.
10 years ago
Paweł Bylica
63730439b8
Disable OpenCL_ICD on OSX.
10 years ago
Paweł Bylica
77c5724afe
Fix --vm command line option.
10 years ago
Paweł Bylica
59e46ce19e
cmake: Fix icd_exports.map path.
10 years ago
Paweł Bylica
6a58747fe1
Remove OpenCL ICD test projects
10 years ago
Paweł Bylica
cd93a85da1
cmake: install OpenCL_ICD shared library
10 years ago
Gav Wood
a03428a9ee
Merge pull request #2484 from winsvega/issues
Recursive RLP check quick fix
10 years ago
Dimitry
0e894b1920
Recursive RLP check quick fix
10 years ago
Paweł Bylica
999503ac7d
Merge branch 'khronos_icd' of https://github.com/LefterisJP/cpp-ethereum into win_llvm
10 years ago
Gav Wood
bca953c2bc
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
8031d76b89
Disable p2p tests.
10 years ago
Gav Wood
ff2cd1ab8f
Merge pull request #2477 from debris/windows_llvm
getstuff downloads llvm 3.7svn on windows
10 years ago
Gav Wood
367e7a11e7
Merge pull request #2468 from chriseth/changeUrlOnSiteChange
AlethZero: Change the URL when the page changes.
10 years ago
Lefteris Karapetsas
0a1306a817
Fix windows.h being included before winsock.h
10 years ago
Lefteris Karapetsas
8dd3ccb88a
Handle no devices and no platforms better
- Properly catch the exception thrown by getDevices() and if it's a no
devices found error just return an empty vector.
- Replace C macro for getPlatforms() with a proper function
10 years ago
Paweł Bylica
94727607ea
Merge branch 'khronos_icd' of https://github.com/LefterisJP/cpp-ethereum into win_llvm
10 years ago
Paweł Bylica
14f6f49cdc
Fix NSIS installer.
10 years ago
Lefteris Karapetsas
04a58ea06c
Add OpenCL include directories to ICD
- Also make it PUBLIC in cmake so that all who link to it will also get
the OpenCL headers
10 years ago
Gav Wood
3cb8edb031
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
bc9b022d20
Clear transaction hashes on chain reorg, too.
10 years ago
Paweł Bylica
297dca32b5
cmake install changes
10 years ago
Gav Wood
8af63e8ab1
Clear reverted block hashes from cache during imporing.
Fixes #2476 .
10 years ago
Lefteris Karapetsas
abe869600b
Query Platforms checks for special not found value
This value is provided by the Khronos ICD
10 years ago
Lefteris Karapetsas
89dfa35f9e
Link to Khronos ICD instead of OpenCL
10 years ago
Marek Kotewicz
498d3e477c
getstuff downloads llvm 3.7svn on windows
10 years ago
Gav Wood
ea9343d93c
Merge pull request #2433 from bargst/develop
Improve ethminer perf when using --cl-ms-per-batch
10 years ago
chriseth
fc5bc756f6
Do not change the URLs of Dapps.
10 years ago
chriseth
c50fc0ba65
Change the URL when the page changes.
Fixes #1215
10 years ago
Gav Wood
e4d530e74a
Merge pull request #2473 from chriseth/sol_fix_exponentialNotation
Check whether a literal is a valid literal before using it.
10 years ago
Gav Wood
d291ff99cb
Merge pull request #2471 from chriseth/sol_fix_wrongArgumentCount
Improved error message for wrong argument count.
10 years ago
Gav Wood
fb8e1b382b
Merge pull request #2470 from chriseth/sol_fix_bytesComparison
Fix comparison between bytes types.
10 years ago
Gav Wood
6ace4ca957
Merge pull request #2461 from chriseth/memDumpShort
Only dump small mem in fakeextvm.
10 years ago
Gav Wood
76eea930a2
Merge pull request #2467 from chfast/win_llvm
Default LLVM_DIR cmake variable for Windows.
10 years ago
Gav Wood
1029517cce
Merge pull request #2463 from arkpar/az-fix
Allow 0x prefix for address entry in AZ
10 years ago
Gav Wood
00e08549c9
Merge pull request #2462 from arkpar/key-delete
Save keys after deletion
10 years ago
chriseth
6e7bed616c
Check whether a literal is a valid literal before using it.
Fixes #2078
10 years ago
Marek Kotewicz
a494f95f11
Merge pull request #2464 from debris/rpc_api_filler_fork
rpc api test filler with fork simulation
10 years ago