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
Marek Kotewicz
a7996f4de7
finished resource scripts
10 years ago
Marek Kotewicz
b51f01ed10
resources scripts
10 years ago
Lefteris Karapetsas
274720c7cf
Clearly specify the platform where utils.c is used
10 years ago
Marek Kotewicz
41afe1672e
libjsconsole init
10 years ago
Marek Kotewicz
72afc0c7d1
cleanup, libjsengine
10 years ago
Marek Kotewicz
a60d88379f
v8 integration initial commit
10 years ago
Lefteris Karapetsas
7cf3fa0398
Attempting to fix no symbols for static lib on MacOSX
10 years ago
Gav Wood
1b71d6a7c2
Standalone miner.
10 years ago
Paweł Bylica
b4960f4f42
Add support for building with llvm-3.7-deb Debian package
10 years ago
Marek Kotewicz
50d78468f0
policy CMP0054 set to new
10 years ago
Gav Wood
dad9a32d33
Better logging.
10 years ago
Marek Kotewicz
bf138c5d53
cleanup CMakeLists.txt
10 years ago
Gav Wood
b5e9ab0a6f
GPU/CPU Mining benchmarking.
10 years ago
Gav Wood
eaa4f43432
-DHEADLESS is DEPRECATED!!!
10 years ago
Lefteris Karapetsas
0c4e19be7d
Adding memory mapped I/O to ethash_full_new
10 years ago
Gav Wood
192761a4b1
Various threading fixes.
10 years ago