Gav Wood
|
8def53064b
|
RLP tool.
|
10 years ago |
Gav Wood
|
c82d63b909
|
New Proof-of-Work.
|
10 years ago |
Gav Wood
|
72b269cb40
|
Update precompiled stuff.
Add extra tests for secure trie.
|
10 years ago |
Gav Wood
|
72fb51d63e
|
State integration test.
Fixes to the FatTrie.
|
10 years ago |
Gav Wood
|
dfd18f714b
|
FatDB integrated.
|
10 years ago |
Gav Wood
|
5256c22848
|
Update precompiled stuff.
Add extra tests for secure trie.
|
10 years ago |
Gav Wood
|
60b1169726
|
State integration test.
Fixes to the FatTrie.
|
10 years ago |
Gav Wood
|
96dda9d47f
|
FatDB integrated.
|
10 years ago |
Gav Wood
|
7b6f8c460b
|
RLP tool.
|
10 years ago |
Gav Wood
|
2ffb554a9d
|
New Proof-of-Work.
|
10 years ago |
Gav Wood
|
7ffdabdaca
|
Update precompiled stuff.
Add extra tests for secure trie.
|
10 years ago |
Gav Wood
|
814349a840
|
State integration test.
Fixes to the FatTrie.
|
10 years ago |
Gav Wood
|
13c082690d
|
FatDB integrated.
|
10 years ago |
Gav Wood
|
6e9884ca43
|
Update precompiled stuff.
Add extra tests for secure trie.
|
10 years ago |
Gav Wood
|
bae383f617
|
State integration test.
Fixes to the FatTrie.
|
10 years ago |
Gav Wood
|
f661289cf3
|
FatDB integrated.
|
10 years ago |
Paweł Bylica
|
444cc3d12c
|
Disable sign-conversion warnings (clang)
|
10 years ago |
Gav Wood
|
2c6b18f01b
|
Add EVMJIT.
|
10 years ago |
yann300
|
a64147875f
|
While deploying:
- Register to Registrar contract.
- Package dapp.
|
10 years ago |
yann300
|
ecb12f65f6
|
Add new feature in App deployment
|
10 years ago |
Paweł Bylica
|
2f604a49ef
|
Testing some LLVM optimization passes
|
10 years ago |
Marek Kotewicz
|
1df4cacc40
|
removed libqwebthree
|
10 years ago |
Paweł Bylica
|
b746ef7b42
|
Fix/disable warnings in CPP bridge
|
10 years ago |
Paweł Bylica
|
93cb4866fd
|
Includes reordering, GCC conversion warnings enabled
Includes order as described in Coding Standards of cpp-ethereum project.
GCC warnings about lossy conversions enabled.
|
10 years ago |
Marek Kotewicz
|
de88a9ac5b
|
printing CMAKE_VERSION in configure step
|
10 years ago |
Marek Kotewicz
|
e3368ad364
|
cmake replace with ${CMAKE_COMMAND}, fixed #1006
|
10 years ago |
Marek Kotewicz
|
3128f90f77
|
quotes
|
10 years ago |
Marek Kotewicz
|
604aef47cb
|
BuildInfo.sh replaced with custom cmake script
|
10 years ago |
Marek Kotewicz
|
b6cb2a87ee
|
fixed jsoncpp find_path
|
10 years ago |
Gav Wood
|
d2165828ff
|
Fixed #988.
|
10 years ago |
Marek Kotewicz
|
46853aa426
|
fixed overwriting ETH_BUILD_PLATFORM
|
10 years ago |
Gav Wood
|
92f2b093e0
|
Disable Serpent for windows build.
|
10 years ago |
Marek Kotewicz
|
a4a959b1b1
|
separated libnatspec
|
10 years ago |
Paweł Bylica
|
27ca018c35
|
Add first instruction index to BasicBlock
|
10 years ago |
Paweł Bylica
|
e8e9490b56
|
Disable RTTI for evmjit library
|
10 years ago |
Paweł Bylica
|
360b15e5f6
|
Windows fixes: DLL exports and cmake options
|
10 years ago |
Paweł Bylica
|
25d8873440
|
Merge commit '3dcf30463b961e3fe47b48b2024bbf3d5b5ce675' into evmjit
Conflicts:
evmjit/CMakeLists.txt
evmjit/libevmjit-cpp/CMakeLists.txt
evmjit/libevmjit-cpp/Env.cpp
evmjit/libevmjit-cpp/JitVM.cpp
evmjit/libevmjit/Arith256.cpp
evmjit/libevmjit/BasicBlock.cpp
evmjit/libevmjit/BasicBlock.h
evmjit/libevmjit/CMakeLists.txt
evmjit/libevmjit/Cache.cpp
evmjit/libevmjit/Common.h
evmjit/libevmjit/Compiler.cpp
evmjit/libevmjit/ExecutionEngine.cpp
evmjit/libevmjit/ExecutionEngine.h
evmjit/libevmjit/Ext.cpp
evmjit/libevmjit/Ext.h
evmjit/libevmjit/Runtime.cpp
evmjit/libevmjit/Runtime.h
evmjit/libevmjit/RuntimeData.h
evmjit/libevmjit/Utils.cpp
evmjit/libevmjit/Utils.h
evmjit/libevmjit/interface.cpp
|
10 years ago |
Paweł Bylica
|
3dcf30463b
|
Removing boost dependency from libevmjit
|
10 years ago |
Paweł Bylica
|
84b6251181
|
Remove env_sha3 symbol reference in evmjit shared library to be build with no unresolved symbols
|
10 years ago |
Paweł Bylica
|
80ee5c9a64
|
Enforce -fPIC for archives in evmjit
|
10 years ago |
Paweł Bylica
|
92a88040c8
|
Remove hardcoded LLVM library path and include optional CPP-JIT connector library from evmjit
|
10 years ago |
Paweł Bylica
|
271b4ccde4
|
Avoid hardcoded LLVM library path
|
10 years ago |
Paweł Bylica
|
5384b92c66
|
Make evmjit library installable
|
10 years ago |
Paweł Bylica
|
313b77fabd
|
Allow undefined symbols in shared library on OSX
|
10 years ago |
Gav Wood
|
6e62485aa2
|
Fix for filters/watches.
|
10 years ago |
Paweł Bylica
|
2458aaae9f
|
Fix evmjit standalone compilation
|
10 years ago |
Marek Kotewicz
|
8d85b1035e
|
renamed qethereum -> qwebthree, fixed #414
|
10 years ago |
Gav Wood
|
84962d3136
|
Minor fixes.
|
10 years ago |
Paweł Bylica
|
85ef08a9a0
|
Add preprocessor definitions required by LLVM
|
10 years ago |
Paweł Bylica
|
3990e5b97a
|
Add _SCL_SECURE_NO_WARNINGS for LLVM on Windows
|
10 years ago |