arkpar
63ef6a74f9
reverted libsecp256k1 changes
10 years ago
arkpar
016ce6964f
copy evmjit dll to output on windows
10 years ago
Paweł Bylica
502cec737a
Another try for OSX.
10 years ago
Paweł Bylica
63730439b8
Disable OpenCL_ICD on OSX.
10 years ago
Gav Wood
68b2c8ecbf
Basic test working with same code for Ethash and BasicAuthority.
10 years ago
Gav Wood
4302afdf2c
Tests working for BasicAuthority and Ethash.
10 years ago
Paweł Bylica
14f6f49cdc
Fix NSIS installer.
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
2eab0eee4c
More cleanups to cmake.
10 years ago
Gav Wood
cc06339f0e
Minor cmake cleanpus.
10 years ago
Gav Wood
134b67f008
Cleanup cmake.
10 years ago
Gav Wood
6690cc489c
BUNDLE=cli
10 years ago
subtly
40ebe26555
Sign, recovery, and verify.
10 years ago
subtly
59d88742c2
Prep for supporting both cryptopp and secp256k1. Link (old) secp256k1 library to devcrypto. Rename cryptopp Secp256k1 to Secp256k1PP. Update toPublic to use secp256k1 library and add test.
10 years ago
Gav Wood
096662a692
Merge branch 'develop' of github.com:ethereum/cpp-ethereum into develop
10 years ago
CJentzsch
8803844e0c
style and optional NOBOOST
10 years ago
Paweł Bylica
def5b507b8
Add support for clang sanitizer to cmake scripts.
To build with the sanitizer support use clang compiler and set CMAKE_BUILD_TYPE to "DebugSan".
More info: http://clang.llvm.org/docs/AddressSanitizer.html .
10 years ago
Gav Wood
43a6d825c3
Support rocksdb alternative.
10 years ago
Dimitry
2b16073d5b
FuzzTests: simple block test + NOBOOST flag
10 years ago
Paweł Bylica
7c8892e477
Set required LLVM version to 3.7.
10 years ago
Gav Wood
dba9faa41a
Don't compile neth.
10 years ago
Paweł Bylica
7230d2ee53
Remove LLVM cmake files workaround.
10 years ago
Marek Kotewicz
ba64e80c4d
ethconsole executable
10 years ago
Marek Kotewicz
9570c72e37
new osx dragndrop installer
10 years ago
Gav Wood
fe011b3563
Avoid building neth unless made explicit, at least until build works
again.
10 years ago
Gav Wood
fe8bcb39fb
Useful EVM CLI tool.
10 years ago
Gav Wood
e8b582f3cf
Add secret store test.
Remove unneccessary components of scrypt.
10 years ago
Gav Wood
fcb629acda
ethkey utility with bare key tools.
10 years ago
Paweł Bylica
df78960414
Remove LLVM cmake files workaround.
10 years ago
Gav Wood
b0117dcf57
Scrypt support
10 years ago
Gav Wood
27654ae52c
Scrypt support
10 years ago
Paweł Bylica
3b943f850a
Do not override CMAKE_CXX_FLAGS in evmjit.
10 years ago
Paweł Bylica
4c42a5df44
Remove evmcc tool.
10 years ago
Gav Wood
953be7886b
Move Farm to ethcore and rejig build to allow ethminer-only build.
10 years ago
Gav Wood
d638df83ae
Revert "CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin""
10 years ago
Gav Wood
96803503d6
Build fix for neth.
10 years ago
Gav Wood
5e22df8f4c
compatibility options HEADLESS should build solidity by default.
10 years ago
Marek Kotewicz
cbe32996ac
fix for building osx package
10 years ago
Gav Wood
b3dd2eacec
Disable neth from build until new API is refactored into it.
10 years ago
Marek Kotewicz
0470ff6649
cmake target for building osx .dmg file
10 years ago
Paweł Bylica
33d7e42866
CMake: set default RUNTIME_OUTPUT_DIRECTORY property to "bin"
This commit changes output directory for runtime components (executables and DLLs) to "bin" directory. That allows running executables on Windows without need of install step.
Closes ethereum/cpp-ethereum#1821
10 years ago
unknown
73f1747198
changed ethereum -> Ethereum in nsis package
10 years ago
unknown
8478c2e73a
program files x64
10 years ago
unknown
807614bf55
cpack package name starts with capital letter
10 years ago
unknown
3af40c3307
package solc, eth, ethminer, rlp && abi in cpack nsis installer
10 years ago
unknown
3f3334971b
windows package fixes
10 years ago
Paweł Bylica
9ca47fe0cf
JIT class: the EVM JIT facade.
The JIT class added, future public EVM JIT library interface. Currently it supports queries about EVM code status.
10 years ago
Marek Kotewicz
8f8e07d287
make jsconsole optional global dependency
10 years ago
chriseth
2111cd4894
Move assembly related files to libevmasm and Params.h/.cpp to libevmcore.
10 years ago