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
Paweł Bylica
999503ac7d
Merge branch 'khronos_icd' of https://github.com/LefterisJP/cpp-ethereum into win_llvm
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
Paweł Bylica
297dca32b5
cmake install changes
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
Lefteris Karapetsas
c50f58e0a9
Make ICD compile with our out of source build
10 years ago
Lefteris Karapetsas
24f189b40a
Check in the khronos ICD library
Taken from: https://www.khronos.org/registry/cl/
10 years ago
Paweł Bylica
f9bcdd00d2
Default LLVM_DIR cmake variable for Windows.
10 years ago
Gav Wood
15ebaea13f
Build fix in RLPX.
10 years ago
Gav Wood
c65175d1c6
Merge pull request #2179 from ethereum/rlpx
Prep, tests: RLPX Framing (mux, demux, socket prototype)
10 years ago
subtly
fd6a96058a
Remove unused move.
10 years ago
subtly
20ca0ff247
Remove packet copy constructor. Simplify bool use.
10 years ago
Gav Wood
1373083b74
Merge pull request #2457 from ethereum/stricterrlp
Stricter checks on RLP.
10 years ago
Gav Wood
67523d5b1e
Merge pull request #2446 from chfast/cmake
Fix some cmake problems
10 years ago
Gav Wood
795c631de6
Stricter checks on RLP.
10 years ago
Gav Wood
d32e490ce8
Merge pull request #2435 from CJentzsch/walletTestsUpdate
update to latest version of wallet code
10 years ago
Gav Wood
6be36b101a
Merge pull request #2429 from arkpar/clang
Check clang version before disabling warning
10 years ago
Gav Wood
841d976d92
Merge pull request #2375 from winsvega/newtests
RLPTests: refactoring
10 years ago
Paweł Bylica
4211a845b7
Include OpenCL headers only in ETHASHCL builds.
10 years ago
Dimitry
b0ec75d0bb
RLP test refactoring: style
10 years ago
Dimitry Khokhlov
532df9cfe5
newtests: style
10 years ago
Dimitry
5309905c2a
RLPTests Refactoring
10 years ago
Dimitry Khokhlov
04e257a8cb
RLPTests: fill rlp tests
10 years ago
Dimitry Khokhlov
829bcd0146
RLPTests: refactoring
10 years ago
subtly
c2fff08327
Update RLPXFrameWriter.h
10 years ago
subtly
33d2781351
Merge branch 'develop' into rlpx
10 years ago
subtly
4f02a4fee8
Const frame info. Typo. Const arguments.
10 years ago
Gav Wood
4cfc62e199
Final fix for rescue.
10 years ago
Gav Wood
19a75d1c54
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
Gav Wood
778e6ff677
Fix for invariant macro.
Minor cleanups.
Fix for rescue mode.
10 years ago
Gav Wood
7017fbe33e
Merge pull request #2443 from LefterisJP/mining_specific_logging_level
Add minelog, a verbosity 1 logger for ethminer
10 years ago
Gav Wood
99d6801842
Merge pull request #2444 from arkpar/bc
Fixed EtherumHost sync macro
10 years ago
arkpar
ab69d8a357
check clang version before disabling warning
10 years ago
Paweł Bylica
cb438988b4
Fix some cmake problems.
10 years ago
arkpar
68d785e7c3
macro fail
10 years ago
CJentzsch
359c4082b0
update wallet test
10 years ago
Lefteris Karapetsas
6c0e682ffc
Add minelog, a verbosity 1 logger for ethminer
10 years ago